Shades of London Hue #AB8EA7
Tints of London Hue #AB8EA7
RGB
CMYK
RGB Variations
Color information
#AB8EA7 (or 0xAB8EA7) is known color: London Hue. HEX triplet: AB, 8E and A7. RGB value is (171,142,167). Sum of RGB (Red+Green+Blue) = 171+142+167=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 167 (65.62% from 255 or 34.79% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8EA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8EA7 is #547158. Grayscale: #999999. Windows color (decimal): -5534041 or 10981035. OLE color: 10981035.
HSL color Cylindrical-coordinate representation of color #AB8EA7: hue angle of 308.28º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AB8EA7 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 142 | 167 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.33 |
| HSL | 308.28º | 0.15% | 0.61% | - |
| HSV(B) | 308.28º | 0.17% | 0.67% | - |
| XYZ | 33.44 | 30.79 | 40.74 | - |
| YUV | 153.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 167 | 0 | 0.17 | 0.02 | 0.33 | 308.28 | 0.15 | 0.61 |
| Hex | AB | 8E | A7 | 0 | 11 | 2 | 21 | 134 | F | 3D |
| Octal | 253 | 216 | 247 | 0 | 21 | 2 | 41 | 464 | 17 | 75 |
| Binary | 10101011 | 10001110 | 10100111 | 0 | 10001 | 10 | 100001 | 100110100 | 1111 | 111101 |
Color Harmonies of #AB8EA7
Complementary color
Monochromatic Colors of #AB8EA7
Black with #AB8EA7
Text Example
Text Example
White with #AB8EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8EA7; }
p { color: rgb(171,142,167); }
H1.HeaderClassName
{
color: #AB8EA7;
}
.AnyTagClassName
{
color: #AB8EA7;
}
</style>
background-color css
<style>
a { background-color: #AB8EA7; }
a { background-color: rgb(171,142,167); }
div.DivClassName
{
background-color: #AB8EA7;
}
.BgClassName
{
background-color: #AB8EA7;
}
</style>
border-color css
<style>
span { border-color: #AB8EA7; }
span { border-color: rgb(171,142,167); }
td.TdClassName
{
border-color: #AB8EA7;
}
.TagClassName
{
border-color: #AB8EA7;
}
</style>