Shades of London Hue #AA9AAA
Tints of London Hue #AA9AAA
RGB
CMYK
RGB Variations
Color information
#AA9AAA (or 0xAA9AAA) is known color: London Hue. HEX triplet: AA, 9A and AA. RGB value is (170,154,170). Sum of RGB (Red+Green+Blue) = 170+154+170=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA9AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AAA is #556555. Grayscale: #A0A0A0. Windows color (decimal): -5596502 or 11180714. OLE color: 11180714.
HSL color Cylindrical-coordinate representation of color #AA9AAA: hue angle of 300º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AA9AAA is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 170 | - |
| CMYK | 0 | 0.09 | 0 | 0.33 |
| HSL | 300º | 0.09% | 0.64% | - |
| HSV(B) | 300º | 0.09% | 0.67% | - |
| XYZ | 35.39 | 34.56 | 42.84 | - |
| YUV | 160.61 | 133.3 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 170 | 0 | 0.09 | 0 | 0.33 | 300 | 0.09 | 0.64 |
| Hex | AA | 9A | AA | 0 | 9 | 0 | 21 | 12C | 9 | 40 |
| Octal | 252 | 232 | 252 | 0 | 11 | 0 | 41 | 454 | 11 | 100 |
| Binary | 10101010 | 10011010 | 10101010 | 0 | 1001 | 0 | 100001 | 100101100 | 1001 | 1000000 |
Color Harmonies of #AA9AAA
Complementary color
Monochromatic Colors of #AA9AAA
Black with #AA9AAA
Text Example
Text Example
White with #AA9AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9AAA; }
p { color: rgb(170,154,170); }
H1.HeaderClassName
{
color: #AA9AAA;
}
.AnyTagClassName
{
color: #AA9AAA;
}
</style>
background-color css
<style>
a { background-color: #AA9AAA; }
a { background-color: rgb(170,154,170); }
div.DivClassName
{
background-color: #AA9AAA;
}
.BgClassName
{
background-color: #AA9AAA;
}
</style>
border-color css
<style>
span { border-color: #AA9AAA; }
span { border-color: rgb(170,154,170); }
td.TdClassName
{
border-color: #AA9AAA;
}
.TagClassName
{
border-color: #AA9AAA;
}
</style>