Color Hex Logo

#ac59aa Color Hex

#AC59AA
(172,89,170)
0 Favorites   0 Comments

Color spaces of #ac59aa

RGB 17289170
HSL0.840.330.51
HSV301°48°67°
CMYK 0.000.480.01   0.33
XYZ27.841318.817740.1950
Yxy18.81770.32060.2167
Hunter Lab43.379438.6491-24.5721
CIE-Lab50.473245.5403-28.8630

#ac59aa color RGB value is (172,89,170).

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

The process color (four color CMYK) of #ac59aa color hex is 0.00, 0.48, 0.01, 0.33. Web safe color of #ac59aa is #996699. Color #ac59aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011001 10101010
Octal 254 131 252
Decimal 172 89 170
Hex AC 59 AA

RGB Percentages of Color #ac59aa

%39.91
%20.65
%39.44

CMYK Percentages of Color #ac59aa

%0
%48
%1
%33

Triadic Colors of #ac59aa

#ac59aa #aaac59 #59aaac

Analogous Colors of #ac59aa

#ac59aa #ac5981 #8559ac

Monochromatic Colors of #ac59aa

#ac59aa

Complementary Color

#ac59aa #59ac5b

#ac59aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac59aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac59aa Color CSS Codes

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

#ac59aa Text Font Color

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

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


#ac59aa Background Color

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

This div background color is #ac59aa


#ac59aa Border Color

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

This div border color is #ac59aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac59aa


Comments

No comments written yet.

Please login to write comment.