Shades of London Hue #AB9AAA
Tints of London Hue #AB9AAA
RGB
CMYK
RGB Variations
Color information
#AB9AAA (or 0xAB9AAA) is known color: London Hue. HEX triplet: AB, 9A and AA. RGB value is (171,154,170). Sum of RGB (Red+Green+Blue) = 171+154+170=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9AAA is #546555. Grayscale: #A0A0A0. Windows color (decimal): -5530966 or 11180715. OLE color: 11180715.
HSL color Cylindrical-coordinate representation of color #AB9AAA: hue angle of 303.53º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AB9AAA is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 154 | 170 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.33 |
| HSL | 303.53º | 0.09% | 0.64% | - |
| HSV(B) | 303.53º | 0.1% | 0.67% | - |
| XYZ | 35.61 | 34.67 | 42.85 | - |
| YUV | 160.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 170 | 0 | 0.10 | 0.01 | 0.33 | 303.53 | 0.09 | 0.64 |
| Hex | AB | 9A | AA | 0 | A | 1 | 21 | 130 | 9 | 40 |
| Octal | 253 | 232 | 252 | 0 | 12 | 1 | 41 | 460 | 11 | 100 |
| Binary | 10101011 | 10011010 | 10101010 | 0 | 1010 | 1 | 100001 | 100110000 | 1001 | 1000000 |
Color Harmonies of #AB9AAA
Complementary color
Monochromatic Colors of #AB9AAA
Black with #AB9AAA
Text Example
Text Example
White with #AB9AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9AAA; }
p { color: rgb(171,154,170); }
H1.HeaderClassName
{
color: #AB9AAA;
}
.AnyTagClassName
{
color: #AB9AAA;
}
</style>
background-color css
<style>
a { background-color: #AB9AAA; }
a { background-color: rgb(171,154,170); }
div.DivClassName
{
background-color: #AB9AAA;
}
.BgClassName
{
background-color: #AB9AAA;
}
</style>
border-color css
<style>
span { border-color: #AB9AAA; }
span { border-color: rgb(171,154,170); }
td.TdClassName
{
border-color: #AB9AAA;
}
.TagClassName
{
border-color: #AB9AAA;
}
</style>