Color Hex Logo

#aa75ac Color Hex

#AA75AC
(170,117,172)
0 Favorites   0 Comments

Color spaces of #aa75ac

RGB 170117172
HSL0.830.250.57
HSV298°32°67°
CMYK 0.010.320.00   0.33
XYZ30.385224.247242.1084
Yxy24.24720.31410.2506
Hunter Lab49.241423.9737-16.2323
CIE-Lab56.334530.0969-20.9988

#aa75ac color RGB value is (170,117,172).

#aa75ac hex color red value is 170, green value is 117 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aa75ac hue: 0.83 , saturation: 0.25 and the lightness value of aa75ac is 0.57.

The process color (four color CMYK) of #aa75ac color hex is 0.01, 0.32, 0.00, 0.33. Web safe color of #aa75ac is #996699. Color #aa75ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110101 10101100
Octal 252 165 254
Decimal 170 117 172
Hex AA 75 AC

RGB Percentages of Color #aa75ac

%37.04
%25.49
%37.47

CMYK Percentages of Color #aa75ac

%1
%32
%0
%33

Triadic Colors of #aa75ac

#aa75ac #acaa75 #75acaa

Analogous Colors of #aa75ac

#aa75ac #ac7593 #8f75ac

Monochromatic Colors of #aa75ac

#aa75ac

Complementary Color

#aa75ac #77ac75

#aa75ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa75ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa75ac Color CSS Codes

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

#aa75ac Text Font Color

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

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


#aa75ac Background Color

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

This div background color is #aa75ac


#aa75ac Border Color

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

This div border color is #aa75ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa75ac


Comments

No comments written yet.

Please login to write comment.