Shades of London Hue #AB8EA5
Tints of London Hue #AB8EA5
RGB
CMYK
RGB Variations
Color information
#AB8EA5 (or 0xAB8EA5) is known color: London Hue. HEX triplet: AB, 8E and A5. RGB value is (171,142,165). Sum of RGB (Red+Green+Blue) = 171+142+165=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8EA5 is #54715A. Grayscale: #999999. Windows color (decimal): -5534043 or 10849963. OLE color: 10849963.
HSL color Cylindrical-coordinate representation of color #AB8EA5: hue angle of 312.41º 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 #AB8EA5 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 142 | 165 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.33 |
| HSL | 312.41º | 0.15% | 0.61% | - |
| HSV(B) | 312.41º | 0.17% | 0.67% | - |
| XYZ | 33.26 | 30.72 | 39.77 | - |
| YUV | 153.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 165 | 0 | 0.17 | 0.04 | 0.33 | 312.41 | 0.15 | 0.61 |
| Hex | AB | 8E | A5 | 0 | 11 | 4 | 21 | 138 | F | 3D |
| Octal | 253 | 216 | 245 | 0 | 21 | 4 | 41 | 470 | 17 | 75 |
| Binary | 10101011 | 10001110 | 10100101 | 0 | 10001 | 100 | 100001 | 100111000 | 1111 | 111101 |
Color Harmonies of #AB8EA5
Complementary color
Monochromatic Colors of #AB8EA5
Black with #AB8EA5
Text Example
Text Example
White with #AB8EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8EA5; }
p { color: rgb(171,142,165); }
H1.HeaderClassName
{
color: #AB8EA5;
}
.AnyTagClassName
{
color: #AB8EA5;
}
</style>
background-color css
<style>
a { background-color: #AB8EA5; }
a { background-color: rgb(171,142,165); }
div.DivClassName
{
background-color: #AB8EA5;
}
.BgClassName
{
background-color: #AB8EA5;
}
</style>
border-color css
<style>
span { border-color: #AB8EA5; }
span { border-color: rgb(171,142,165); }
td.TdClassName
{
border-color: #AB8EA5;
}
.TagClassName
{
border-color: #AB8EA5;
}
</style>