Color Hex Logo

#aa96cc Color Hex

#AA96CC
(170,150,204)
0 Favorites   0 Comments

Color spaces of #aa96cc

RGB 170150204
HSL0.730.350.69
HSV262°26°80°
CMYK 0.170.260.00   0.20
XYZ38.383034.718461.8051
Yxy34.71840.28450.2574
Hunter Lab58.922313.1639-20.9451
CIE-Lab65.528818.1584-25.0296

#aa96cc color RGB value is (170,150,204).

#aa96cc hex color red value is 170, green value is 150 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aa96cc hue: 0.73 , saturation: 0.35 and the lightness value of aa96cc is 0.69.

The process color (four color CMYK) of #aa96cc color hex is 0.17, 0.26, 0.00, 0.20. Web safe color of #aa96cc is #9999cc. Color #aa96cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010110 11001100
Octal 252 226 314
Decimal 170 150 204
Hex AA 96 CC

RGB Percentages of Color #aa96cc

%32.44
%28.63
%38.93

CMYK Percentages of Color #aa96cc

%17
%26
%0
%20

Triadic Colors of #aa96cc

#aa96cc #ccaa96 #96ccaa

Analogous Colors of #aa96cc

#aa96cc #c596cc #969dcc

Monochromatic Colors of #aa96cc

#aa96cc

Complementary Color

#aa96cc #b8cc96

#aa96cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa96cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa96cc Color CSS Codes

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

#aa96cc Text Font Color

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

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


#aa96cc Background Color

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

This div background color is #aa96cc


#aa96cc Border Color

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

This div border color is #aa96cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa96cc


Comments

No comments written yet.

Please login to write comment.