Shades of London Hue #AA96AB
Tints of London Hue #AA96AB
RGB
CMYK
RGB Variations
Color information
#AA96AB (or 0xAA96AB) is known color: London Hue. HEX triplet: AA, 96 and AB. RGB value is (170,150,171). Sum of RGB (Red+Green+Blue) = 170+150+171=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA96AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA96AB is #556954. Grayscale: #9E9E9E. Windows color (decimal): -5597525 or 11245226. OLE color: 11245226.
HSL color Cylindrical-coordinate representation of color #AA96AB: hue angle of 297.14º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA96AB is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 171 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.33 |
| HSL | 297.14º | 0.11% | 0.63% | - |
| HSV(B) | 297.14º | 0.12% | 0.67% | - |
| XYZ | 34.83 | 33.3 | 43.12 | - |
| YUV | 158.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 171 | 0.01 | 0.12 | 0 | 0.33 | 297.14 | 0.11 | 0.63 |
| Hex | AA | 96 | AB | 1 | C | 0 | 21 | 129 | B | 3F |
| Octal | 252 | 226 | 253 | 1 | 14 | 0 | 41 | 451 | 13 | 77 |
| Binary | 10101010 | 10010110 | 10101011 | 1 | 1100 | 0 | 100001 | 100101001 | 1011 | 111111 |
Color Harmonies of #AA96AB
Complementary color
Monochromatic Colors of #AA96AB
Black with #AA96AB
Text Example
Text Example
White with #AA96AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA96AB; }
p { color: rgb(170,150,171); }
H1.HeaderClassName
{
color: #AA96AB;
}
.AnyTagClassName
{
color: #AA96AB;
}
</style>
background-color css
<style>
a { background-color: #AA96AB; }
a { background-color: rgb(170,150,171); }
div.DivClassName
{
background-color: #AA96AB;
}
.BgClassName
{
background-color: #AA96AB;
}
</style>
border-color css
<style>
span { border-color: #AA96AB; }
span { border-color: rgb(170,150,171); }
td.TdClassName
{
border-color: #AA96AB;
}
.TagClassName
{
border-color: #AA96AB;
}
</style>