Shades of London Hue #AB8EAD
Tints of London Hue #AB8EAD
RGB
CMYK
RGB Variations
Color information
#AB8EAD (or 0xAB8EAD) is known color: London Hue. HEX triplet: AB, 8E and AD. RGB value is (171,142,173). Sum of RGB (Red+Green+Blue) = 171+142+173=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB8EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8EAD is #547152. Grayscale: #9A9A9A. Windows color (decimal): -5534035 or 11374251. OLE color: 11374251.
HSL color Cylindrical-coordinate representation of color #AB8EAD: hue angle of 296.13º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB8EAD is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 142 | 173 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.32 |
| HSL | 296.13º | 0.16% | 0.62% | - |
| HSV(B) | 296.13º | 0.18% | 0.68% | - |
| XYZ | 34.01 | 31.02 | 43.73 | - |
| YUV | 154.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 173 | 0.01 | 0.18 | 0 | 0.32 | 296.13 | 0.16 | 0.62 |
| Hex | AB | 8E | AD | 1 | 12 | 0 | 20 | 128 | 10 | 3E |
| Octal | 253 | 216 | 255 | 1 | 22 | 0 | 40 | 450 | 20 | 76 |
| Binary | 10101011 | 10001110 | 10101101 | 1 | 10010 | 0 | 100000 | 100101000 | 10000 | 111110 |
Color Harmonies of #AB8EAD
Complementary color
Monochromatic Colors of #AB8EAD
Black with #AB8EAD
Text Example
Text Example
White with #AB8EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8EAD; }
p { color: rgb(171,142,173); }
H1.HeaderClassName
{
color: #AB8EAD;
}
.AnyTagClassName
{
color: #AB8EAD;
}
</style>
background-color css
<style>
a { background-color: #AB8EAD; }
a { background-color: rgb(171,142,173); }
div.DivClassName
{
background-color: #AB8EAD;
}
.BgClassName
{
background-color: #AB8EAD;
}
</style>
border-color css
<style>
span { border-color: #AB8EAD; }
span { border-color: rgb(171,142,173); }
td.TdClassName
{
border-color: #AB8EAD;
}
.TagClassName
{
border-color: #AB8EAD;
}
</style>