Color Hex Logo

#a021ac Color Hex

#A021AC
(160,33,172)
0 Favorites   0 Comments

Color spaces of #a021ac

RGB 16033172
HSL0.820.680.40
HSV295°81°67°
CMYK 0.070.810.00   0.33
XYZ22.487511.539940.0719
Yxy11.53990.30350.1557
Hunter Lab33.970458.7139-46.1599
CIE-Lab40.475365.8180-45.9542

#a021ac color RGB value is (160,33,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100001 10101100
Octal 240 41 254
Decimal 160 33 172
Hex A0 21 AC

RGB Percentages of Color #a021ac

%43.84
%9.04
%47.12

CMYK Percentages of Color #a021ac

%7
%81
%0
%33

Triadic Colors of #a021ac

#a021ac #aca021 #21aca0

Analogous Colors of #a021ac

#a021ac #ac2173 #5a21ac

Monochromatic Colors of #a021ac

#a021ac

Complementary Color

#a021ac #2dac21

#a021ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a021ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a021ac Color CSS Codes

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

#a021ac Text Font Color

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

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


#a021ac Background Color

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

This div background color is #a021ac


#a021ac Border Color

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

This div border color is #a021ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a021ac


Comments

No comments written yet.

Please login to write comment.