Color Hex Logo

#a040ac Color Hex

#A040AC
(160,64,172)
0 Favorites   0 Comments

Color spaces of #a040ac

RGB 16064172
HSL0.810.460.46
HSV293°63°67°
CMYK 0.070.630.00   0.33
XYZ23.777014.118940.5018
Yxy14.11890.30330.1801
Hunter Lab37.575147.1958-37.6054
CIE-Lab44.403054.6900-39.6931

#a040ac color RGB value is (160,64,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000000 10101100
Octal 240 100 254
Decimal 160 64 172
Hex A0 40 AC

RGB Percentages of Color #a040ac

%40.40
%16.16
%43.43

CMYK Percentages of Color #a040ac

%7
%63
%0
%33

Triadic Colors of #a040ac

#a040ac #aca040 #40aca0

Analogous Colors of #a040ac

#a040ac #ac4082 #6a40ac

Monochromatic Colors of #a040ac

#a040ac

Complementary Color

#a040ac #4cac40

#a040ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a040ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a040ac Color CSS Codes

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

#a040ac Text Font Color

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

This sample text font color is #a040ac
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.


#a040ac Background Color

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

This div background color is #a040ac


#a040ac Border Color

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

This div border color is #a040ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,64,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 #a040ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a040ac


Comments

No comments written yet.

Please login to write comment.