#AA96AD

Color #AA96AD London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AA96AD

Tints of London Hue #AA96AD

Color information

#AA96AD (or 0xAA96AD) is unknown color: approx London Hue. HEX triplet: AA, 96 and AD. RGB value is (170,150,173). Sum of RGB (Red+Green+Blue) = 170+150+173=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA96AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA96AD is #556952. Grayscale: #9E9E9E. Windows color (decimal): -5597523 or 11376298. OLE color: 11376298.

HSL color Cylindrical-coordinate representation of color #AA96AD: hue angle of 292.17º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AA96AD is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170150173-
CMYK0.020.1300.32
HSL292.17º12.3%63.33%-
HSV(B)292.17º13.29%67.84%-
XYZ35.0333.3844.13-
YUV158.6136.13136.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 150 (58.98% from 255) = 30.43%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=34.48%
G=30.43%
B=35.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701501730.020.1300.32292.1712.363.33
HexAA96AD2D020124c3f
Octal2522262552150404441477
Binary10101010100101101010110110110101000001001001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96AD; }

 p { color: rgb(170,150,173); }

 H1.HeaderClassName
 {
   color: #AA96AD;
 }
 .AnyTagClassName
 {
   color: #AA96AD;
 }
</style>
background-color css

<style>
 a { background-color: #AA96AD; }

 a { background-color: rgb(170,150,173); }

 div.DivClassName
 {
   background-color: #AA96AD;
 }
 .BgClassName
 {
   background-color: #AA96AD;
 }
</style>
border-color css

<style>
 span { border-color: #AA96AD; }

 span { border-color: rgb(170,150,173); }

 td.TdClassName
 {
   border-color: #AA96AD;
 }
 .TagClassName
 {
   border-color: #AA96AD;
 }
</style>