Color Hex Logo

#ac65aa Color Hex

#AC65AA
(172,101,170)
0 Favorites   0 Comments

Color spaces of #ac65aa

RGB 172101170
HSL0.840.300.54
HSV302°41°67°
CMYK 0.000.410.01   0.33
XYZ28.922620.980340.5554
Yxy20.98030.31970.2319
Hunter Lab45.804332.5544-20.4328
CIE-Lab52.927939.2042-25.0583

#ac65aa color RGB value is (172,101,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100101 10101010
Octal 254 145 252
Decimal 172 101 170
Hex AC 65 AA

RGB Percentages of Color #ac65aa

%38.83
%22.80
%38.37

CMYK Percentages of Color #ac65aa

%0
%41
%1
%33

Triadic Colors of #ac65aa

#ac65aa #aaac65 #65aaac

Analogous Colors of #ac65aa

#ac65aa #ac6587 #8b65ac

Monochromatic Colors of #ac65aa

#ac65aa

Complementary Color

#ac65aa #65ac67

#ac65aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac65aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac65aa Color CSS Codes

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

#ac65aa Text Font Color

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

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


#ac65aa Background Color

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

This div background color is #ac65aa


#ac65aa Border Color

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

This div border color is #ac65aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac65aa


Comments

No comments written yet.

Please login to write comment.