Shades of London Hue #A99AAA
Tints of London Hue #A99AAA
RGB
CMYK
RGB Variations
Color information
#A99AAA (or 0xA99AAA) is known color: London Hue. HEX triplet: A9, 9A and AA. RGB value is (169,154,170). Sum of RGB (Red+Green+Blue) = 169+154+170=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 170 - color contains mainly: blue. Hex color #A99AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99AAA is #566555. Grayscale: #A0A0A0. Windows color (decimal): -5662038 or 11180713. OLE color: 11180713.
HSL color Cylindrical-coordinate representation of color #A99AAA: hue angle of 296.25º 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 #A99AAA is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 154 | 170 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.33 |
| HSL | 296.25º | 0.09% | 0.64% | - |
| HSV(B) | 296.25º | 0.09% | 0.67% | - |
| XYZ | 35.17 | 34.45 | 42.83 | - |
| YUV | 160.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 170 | 0.01 | 0.09 | 0 | 0.33 | 296.25 | 0.09 | 0.64 |
| Hex | A9 | 9A | AA | 1 | 9 | 0 | 21 | 128 | 9 | 40 |
| Octal | 251 | 232 | 252 | 1 | 11 | 0 | 41 | 450 | 11 | 100 |
| Binary | 10101001 | 10011010 | 10101010 | 1 | 1001 | 0 | 100001 | 100101000 | 1001 | 1000000 |
Color Harmonies of #A99AAA
Complementary color
Monochromatic Colors of #A99AAA
Black with #A99AAA
Text Example
Text Example
White with #A99AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99AAA; }
p { color: rgb(169,154,170); }
H1.HeaderClassName
{
color: #A99AAA;
}
.AnyTagClassName
{
color: #A99AAA;
}
</style>
background-color css
<style>
a { background-color: #A99AAA; }
a { background-color: rgb(169,154,170); }
div.DivClassName
{
background-color: #A99AAA;
}
.BgClassName
{
background-color: #A99AAA;
}
</style>
border-color css
<style>
span { border-color: #A99AAA; }
span { border-color: rgb(169,154,170); }
td.TdClassName
{
border-color: #A99AAA;
}
.TagClassName
{
border-color: #A99AAA;
}
</style>