Shades of London Hue #AA96AA
Tints of London Hue #AA96AA
RGB
CMYK
RGB Variations
Color information
#AA96AA (or 0xAA96AA) is known color: London Hue. HEX triplet: AA, 96 and AA. RGB value is (170,150,170). Sum of RGB (Red+Green+Blue) = 170+150+170=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA96AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA96AA is #556955. Grayscale: #9E9E9E. Windows color (decimal): -5597526 or 11179690. OLE color: 11179690.
HSL color Cylindrical-coordinate representation of color #AA96AA: hue angle of 300º 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 #AA96AA is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 170 | - |
| CMYK | 0 | 0.12 | 0 | 0.33 |
| HSL | 300º | 0.11% | 0.63% | - |
| HSV(B) | 300º | 0.12% | 0.67% | - |
| XYZ | 34.74 | 33.26 | 42.62 | - |
| YUV | 158.26 | 134.63 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 170 | 0 | 0.12 | 0 | 0.33 | 300 | 0.11 | 0.63 |
| Hex | AA | 96 | AA | 0 | C | 0 | 21 | 12C | B | 3F |
| Octal | 252 | 226 | 252 | 0 | 14 | 0 | 41 | 454 | 13 | 77 |
| Binary | 10101010 | 10010110 | 10101010 | 0 | 1100 | 0 | 100001 | 100101100 | 1011 | 111111 |
Color Harmonies of #AA96AA
Complementary color
Monochromatic Colors of #AA96AA
Black with #AA96AA
Text Example
Text Example
White with #AA96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA96AA; }
p { color: rgb(170,150,170); }
H1.HeaderClassName
{
color: #AA96AA;
}
.AnyTagClassName
{
color: #AA96AA;
}
</style>
background-color css
<style>
a { background-color: #AA96AA; }
a { background-color: rgb(170,150,170); }
div.DivClassName
{
background-color: #AA96AA;
}
.BgClassName
{
background-color: #AA96AA;
}
</style>
border-color css
<style>
span { border-color: #AA96AA; }
span { border-color: rgb(170,150,170); }
td.TdClassName
{
border-color: #AA96AA;
}
.TagClassName
{
border-color: #AA96AA;
}
</style>