Shades of London Hue #AB8DA8
Tints of London Hue #AB8DA8
RGB
CMYK
RGB Variations
Color information
#AB8DA8 (or 0xAB8DA8) is known color: London Hue. HEX triplet: AB, 8D and A8. RGB value is (171,141,168). Sum of RGB (Red+Green+Blue) = 171+141+168=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8DA8 is #547257. Grayscale: #989898. Windows color (decimal): -5534296 or 11046315. OLE color: 11046315.
HSL color Cylindrical-coordinate representation of color #AB8DA8: hue angle of 306º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB8DA8 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 168 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.33 |
| HSL | 306º | 0.15% | 0.61% | - |
| HSV(B) | 306º | 0.18% | 0.67% | - |
| XYZ | 33.39 | 30.53 | 41.18 | - |
| YUV | 153.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 168 | 0 | 0.18 | 0.02 | 0.33 | 306 | 0.15 | 0.61 |
| Hex | AB | 8D | A8 | 0 | 12 | 2 | 21 | 132 | F | 3D |
| Octal | 253 | 215 | 250 | 0 | 22 | 2 | 41 | 462 | 17 | 75 |
| Binary | 10101011 | 10001101 | 10101000 | 0 | 10010 | 10 | 100001 | 100110010 | 1111 | 111101 |
Color Harmonies of #AB8DA8
Complementary color
Monochromatic Colors of #AB8DA8
Black with #AB8DA8
Text Example
Text Example
White with #AB8DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DA8; }
p { color: rgb(171,141,168); }
H1.HeaderClassName
{
color: #AB8DA8;
}
.AnyTagClassName
{
color: #AB8DA8;
}
</style>
background-color css
<style>
a { background-color: #AB8DA8; }
a { background-color: rgb(171,141,168); }
div.DivClassName
{
background-color: #AB8DA8;
}
.BgClassName
{
background-color: #AB8DA8;
}
</style>
border-color css
<style>
span { border-color: #AB8DA8; }
span { border-color: rgb(171,141,168); }
td.TdClassName
{
border-color: #AB8DA8;
}
.TagClassName
{
border-color: #AB8DA8;
}
</style>