Shades of London Hue #A89AA9
Tints of London Hue #A89AA9
RGB
CMYK
RGB Variations
Color information
#A89AA9 (or 0xA89AA9) is known color: London Hue. HEX triplet: A8, 9A and A9. RGB value is (168,154,169). Sum of RGB (Red+Green+Blue) = 168+154+169=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 169 - color contains mainly: blue. Hex color #A89AA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89AA9 is #576556. Grayscale: #9F9F9F. Windows color (decimal): -5727575 or 11115176. OLE color: 11115176.
HSL color Cylindrical-coordinate representation of color #A89AA9: hue angle of 296º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A89AA9 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 154 | 169 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.34 |
| HSL | 296º | 0.08% | 0.63% | - |
| HSV(B) | 296º | 0.09% | 0.66% | - |
| XYZ | 34.87 | 34.3 | 42.32 | - |
| YUV | 159.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 169 | 0.01 | 0.09 | 0 | 0.34 | 296 | 0.08 | 0.63 |
| Hex | A8 | 9A | A9 | 1 | 9 | 0 | 22 | 128 | 8 | 3F |
| Octal | 250 | 232 | 251 | 1 | 11 | 0 | 42 | 450 | 10 | 77 |
| Binary | 10101000 | 10011010 | 10101001 | 1 | 1001 | 0 | 100010 | 100101000 | 1000 | 111111 |
Color Harmonies of #A89AA9
Complementary color
Monochromatic Colors of #A89AA9
Black with #A89AA9
Text Example
Text Example
White with #A89AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89AA9; }
p { color: rgb(168,154,169); }
H1.HeaderClassName
{
color: #A89AA9;
}
.AnyTagClassName
{
color: #A89AA9;
}
</style>
background-color css
<style>
a { background-color: #A89AA9; }
a { background-color: rgb(168,154,169); }
div.DivClassName
{
background-color: #A89AA9;
}
.BgClassName
{
background-color: #A89AA9;
}
</style>
border-color css
<style>
span { border-color: #A89AA9; }
span { border-color: rgb(168,154,169); }
td.TdClassName
{
border-color: #A89AA9;
}
.TagClassName
{
border-color: #A89AA9;
}
</style>