Color Hex Logo

#a721ac Color Hex

#A721AC
(167,33,172)
0 Favorites   0 Comments

Color spaces of #a721ac

RGB 16733172
HSL0.830.680.40
HSV298°81°67°
CMYK 0.030.810.00   0.33
XYZ23.926612.281840.1393
Yxy12.28180.31340.1609
Hunter Lab35.045460.5381-43.3761
CIE-Lab41.660567.1702-43.9910

#a721ac color RGB value is (167,33,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100001 10101100
Octal 247 41 254
Decimal 167 33 172
Hex A7 21 AC

RGB Percentages of Color #a721ac

%44.89
%8.87
%46.24

CMYK Percentages of Color #a721ac

%3
%81
%0
%33

Triadic Colors of #a721ac

#a721ac #aca721 #21aca7

Analogous Colors of #a721ac

#a721ac #ac216c #6221ac

Monochromatic Colors of #a721ac

#a721ac

Complementary Color

#a721ac #26ac21

#a721ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a721ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a721ac Color CSS Codes

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

#a721ac Text Font Color

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

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


#a721ac Background Color

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

This div background color is #a721ac


#a721ac Border Color

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

This div border color is #a721ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a721ac


Comments

No comments written yet.

Please login to write comment.