Color Hex Logo

#a420ac Color Hex

#A420AC
(164,32,172)
0 Favorites   0 Comments

Color spaces of #a420ac

RGB 16432172
HSL0.820.690.40
HSV297°81°67°
CMYK 0.050.810.00   0.33
XYZ23.272711.904140.1008
Yxy11.90410.30920.1581
Hunter Lab34.502360.0238-44.7590
CIE-Lab41.063366.8419-44.9749

#a420ac color RGB value is (164,32,172).

#a420ac hex color red value is 164, green value is 32 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a420ac hue: 0.82 , saturation: 0.69 and the lightness value of a420ac is 0.40.

The process color (four color CMYK) of #a420ac color hex is 0.05, 0.81, 0.00, 0.33. Web safe color of #a420ac is #993399. Color #a420ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100000 10101100
Octal 244 40 254
Decimal 164 32 172
Hex A4 20 AC

RGB Percentages of Color #a420ac

%44.57
%8.70
%46.74

CMYK Percentages of Color #a420ac

%5
%81
%0
%33

Triadic Colors of #a420ac

#a420ac #aca420 #20aca4

Analogous Colors of #a420ac

#a420ac #ac206e #5e20ac

Monochromatic Colors of #a420ac

#a420ac

Complementary Color

#a420ac #28ac20

#a420ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a420ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a420ac Color CSS Codes

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

#a420ac Text Font Color

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

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


#a420ac Background Color

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

This div background color is #a420ac


#a420ac Border Color

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

This div border color is #a420ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a420ac


Comments

No comments written yet.

Please login to write comment.