Shades of London Hue #AA96AD
Tints of London Hue #AA96AD
RGB
CMYK
RGB Variations
Color information
#AA96AD (or 0xAA96AD) is known color: 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
| RGB | 170 | 150 | 173 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.32 |
| HSL | 292.17º | 0.12% | 0.63% | - |
| HSV(B) | 292.17º | 0.13% | 0.68% | - |
| XYZ | 35.03 | 33.38 | 44.13 | - |
| YUV | 158.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 173 | 0.02 | 0.13 | 0 | 0.32 | 292.17 | 0.12 | 0.63 |
| Hex | AA | 96 | AD | 2 | D | 0 | 20 | 124 | C | 3F |
| Octal | 252 | 226 | 255 | 2 | 15 | 0 | 40 | 444 | 14 | 77 |
| Binary | 10101010 | 10010110 | 10101101 | 10 | 1101 | 0 | 100000 | 100100100 | 1100 | 111111 |
Color Harmonies of #AA96AD
Complementary color
Monochromatic Colors of #AA96AD
Black with #AA96AD
Text Example
Text Example
White with #AA96AD
Text Example
Text Example
HTML Codes & Css Web 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>