Color Hex Logo

#ac42aa Color Hex

#AC42AA
(172,66,170)
0 Favorites   0 Comments

Color spaces of #ac42aa

RGB 17266170
HSL0.840.450.47
HSV301°62°67°
CMYK 0.000.620.01   0.33
XYZ26.217215.569439.6536
Yxy15.56940.32190.1912
Hunter Lab39.458149.5494-31.9631
CIE-Lab46.404456.4917-35.2312

#ac42aa color RGB value is (172,66,170).

#ac42aa hex color red value is 172, green value is 66 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ac42aa hue: 0.84 , saturation: 0.45 and the lightness value of ac42aa is 0.47.

The process color (four color CMYK) of #ac42aa color hex is 0.00, 0.62, 0.01, 0.33. Web safe color of #ac42aa is #993399. Color #ac42aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000010 10101010
Octal 254 102 252
Decimal 172 66 170
Hex AC 42 AA

RGB Percentages of Color #ac42aa

%42.16
%16.18
%41.67

CMYK Percentages of Color #ac42aa

%0
%62
%1
%33

Triadic Colors of #ac42aa

#ac42aa #aaac42 #42aaac

Analogous Colors of #ac42aa

#ac42aa #ac4275 #7942ac

Monochromatic Colors of #ac42aa

#ac42aa

Complementary Color

#ac42aa #42ac44

#ac42aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac42aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac42aa Color CSS Codes

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

#ac42aa Text Font Color

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

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


#ac42aa Background Color

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

This div background color is #ac42aa


#ac42aa Border Color

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

This div border color is #ac42aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac42aa


Comments

No comments written yet.

Please login to write comment.