Shades of London Hue #AB9AAD
Tints of London Hue #AB9AAD
RGB
CMYK
RGB Variations
Color information
#AB9AAD (or 0xAB9AAD) is known color: London Hue. HEX triplet: AB, 9A and AD. RGB value is (171,154,173). Sum of RGB (Red+Green+Blue) = 171+154+173=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB9AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9AAD is #546552. Grayscale: #A1A1A1. Windows color (decimal): -5530963 or 11377323. OLE color: 11377323.
HSL color Cylindrical-coordinate representation of color #AB9AAD: hue angle of 293.68º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AB9AAD is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 154 | 173 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.32 |
| HSL | 293.68º | 0.1% | 0.64% | - |
| HSV(B) | 293.68º | 0.11% | 0.68% | - |
| XYZ | 35.89 | 34.79 | 44.36 | - |
| YUV | 161.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 173 | 0.01 | 0.11 | 0 | 0.32 | 293.68 | 0.1 | 0.64 |
| Hex | AB | 9A | AD | 1 | B | 0 | 20 | 126 | A | 40 |
| Octal | 253 | 232 | 255 | 1 | 13 | 0 | 40 | 446 | 12 | 100 |
| Binary | 10101011 | 10011010 | 10101101 | 1 | 1011 | 0 | 100000 | 100100110 | 1010 | 1000000 |
Color Harmonies of #AB9AAD
Complementary color
Monochromatic Colors of #AB9AAD
Black with #AB9AAD
Text Example
Text Example
White with #AB9AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9AAD; }
p { color: rgb(171,154,173); }
H1.HeaderClassName
{
color: #AB9AAD;
}
.AnyTagClassName
{
color: #AB9AAD;
}
</style>
background-color css
<style>
a { background-color: #AB9AAD; }
a { background-color: rgb(171,154,173); }
div.DivClassName
{
background-color: #AB9AAD;
}
.BgClassName
{
background-color: #AB9AAD;
}
</style>
border-color css
<style>
span { border-color: #AB9AAD; }
span { border-color: rgb(171,154,173); }
td.TdClassName
{
border-color: #AB9AAD;
}
.TagClassName
{
border-color: #AB9AAD;
}
</style>