Color Hex Logo

#a041ac Color Hex

#A041AC
(160,65,172)
0 Favorites   0 Comments

Color spaces of #a041ac

RGB 16065172
HSL0.810.450.46
HSV293°62°67°
CMYK 0.070.620.00   0.33
XYZ23.833914.232740.5207
Yxy14.23270.30330.1811
Hunter Lab37.726346.7480-37.2733
CIE-Lab44.564854.2435-39.4364

#a041ac color RGB value is (160,65,172).

#a041ac hex color red value is 160, green value is 65 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a041ac hue: 0.81 , saturation: 0.45 and the lightness value of a041ac is 0.46.

The process color (four color CMYK) of #a041ac color hex is 0.07, 0.62, 0.00, 0.33. Web safe color of #a041ac is #993399. Color #a041ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000001 10101100
Octal 240 101 254
Decimal 160 65 172
Hex A0 41 AC

RGB Percentages of Color #a041ac

%40.30
%16.37
%43.32

CMYK Percentages of Color #a041ac

%7
%62
%0
%33

Triadic Colors of #a041ac

#a041ac #aca041 #41aca0

Analogous Colors of #a041ac

#a041ac #ac4183 #6b41ac

Monochromatic Colors of #a041ac

#a041ac

Complementary Color

#a041ac #4dac41

#a041ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a041ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a041ac Color CSS Codes

.mybgcolor {background-color:#a041ac; } 
.myforecolor {color:#a041ac; }
.mybordercolor {border:3px solid #a041ac; }

#a041ac Text Font Color

<p style="color:#a041ac">Text here</p>

This sample text font color is #a041ac
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a041ac Background Color

<div style="background-color:#a041ac">
Div content here</div>

This div background color is #a041ac


#a041ac Border Color

<div style="border:3px solid #a041ac">
Div here</div>

This div border color is #a041ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,65,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a041ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a041ac;
  -webkit-box-shadow: 1px 1px 3px 2px #a041ac;
  box-shadow:         1px 1px 3px 2px #a041ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,65,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a041ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a041ac;
  -webkit-box-shadow: 1px 1px 3px 2px #a041ac;
  box-shadow:         1px 1px 3px 2px #a041ac;">
Div content here</div>

This div box has shadow with color #a041ac


Comments

No comments written yet.

Please login to write comment.