Color Hex Logo

#ac06aa Color Hex

#AC06AA
(172,6,170)
0 Favorites   0 Comments

Color spaces of #ac06aa

RGB 1726170
HSL0.840.930.35
HSV301°97°67°
CMYK 0.000.970.01   0.33
XYZ24.334111.803239.0259
Yxy11.80320.32380.1570
Hunter Lab34.355866.3084-43.3005
CIE-Lab40.901672.2236-43.9611

#ac06aa color RGB value is (172,6,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000110 10101010
Octal 254 6 252
Decimal 172 6 170
Hex AC 6 AA

RGB Percentages of Color #ac06aa

%49.43
%1.72
%48.85

CMYK Percentages of Color #ac06aa

%0
%97
%1
%33

Triadic Colors of #ac06aa

#ac06aa #aaac06 #06aaac

Analogous Colors of #ac06aa

#ac06aa #ac0657 #5b06ac

Monochromatic Colors of #ac06aa

#ac06aa

Complementary Color

#ac06aa #06ac08

#ac06aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac06aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac06aa Color CSS Codes

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

#ac06aa Text Font Color

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

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


#ac06aa Background Color

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

This div background color is #ac06aa


#ac06aa Border Color

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

This div border color is #ac06aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac06aa


Comments

No comments written yet.

Please login to write comment.