Color Hex Logo

#ac11aa Color Hex

#AC11AA
(172,17,170)
0 Favorites   0 Comments

Color spaces of #ac11aa

RGB 17217170
HSL0.840.820.37
HSV301°90°67°
CMYK 0.000.900.01   0.33
XYZ24.469412.073839.0710
Yxy12.07380.32360.1597
Hunter Lab34.747464.8933-42.3443
CIE-Lab41.333270.9508-43.2718

#ac11aa color RGB value is (172,17,170).

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

The process color (four color CMYK) of #ac11aa color hex is 0.00, 0.90, 0.01, 0.33. Web safe color of #ac11aa is #990099. Color #ac11aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010001 10101010
Octal 254 21 252
Decimal 172 17 170
Hex AC 11 AA

RGB Percentages of Color #ac11aa

%47.91
%4.74
%47.35

CMYK Percentages of Color #ac11aa

%0
%90
%1
%33

Triadic Colors of #ac11aa

#ac11aa #aaac11 #11aaac

Analogous Colors of #ac11aa

#ac11aa #ac115d #6111ac

Monochromatic Colors of #ac11aa

#ac11aa

Complementary Color

#ac11aa #11ac13

#ac11aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac11aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac11aa Color CSS Codes

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

#ac11aa Text Font Color

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

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


#ac11aa Background Color

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

This div background color is #ac11aa


#ac11aa Border Color

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

This div border color is #ac11aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac11aa


Comments

No comments written yet.

Please login to write comment.