Shades of London Hue #AB8CAB
Tints of London Hue #AB8CAB
RGB
CMYK
RGB Variations
Color information
#AB8CAB (or 0xAB8CAB) is known color: London Hue. HEX triplet: AB, 8C and AB. RGB value is (171,140,171). Sum of RGB (Red+Green+Blue) = 171+140+171=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB8CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8CAB is #547354. Grayscale: #989898. Windows color (decimal): -5534549 or 11242667. OLE color: 11242667.
HSL color Cylindrical-coordinate representation of color #AB8CAB: hue angle of 300º degrees, saturation: 0.16, 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 #AB8CAB is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 171 | - |
| CMYK | 0 | 0.18 | 0 | 0.33 |
| HSL | 300º | 0.16% | 0.61% | - |
| HSV(B) | 300º | 0.18% | 0.67% | - |
| XYZ | 33.52 | 30.35 | 42.62 | - |
| YUV | 152.8 | 138.27 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 171 | 0 | 0.18 | 0 | 0.33 | 300 | 0.16 | 0.61 |
| Hex | AB | 8C | AB | 0 | 12 | 0 | 21 | 12C | 10 | 3D |
| Octal | 253 | 214 | 253 | 0 | 22 | 0 | 41 | 454 | 20 | 75 |
| Binary | 10101011 | 10001100 | 10101011 | 0 | 10010 | 0 | 100001 | 100101100 | 10000 | 111101 |
Color Harmonies of #AB8CAB
Complementary color
Monochromatic Colors of #AB8CAB
Black with #AB8CAB
Text Example
Text Example
White with #AB8CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8CAB; }
p { color: rgb(171,140,171); }
H1.HeaderClassName
{
color: #AB8CAB;
}
.AnyTagClassName
{
color: #AB8CAB;
}
</style>
background-color css
<style>
a { background-color: #AB8CAB; }
a { background-color: rgb(171,140,171); }
div.DivClassName
{
background-color: #AB8CAB;
}
.BgClassName
{
background-color: #AB8CAB;
}
</style>
border-color css
<style>
span { border-color: #AB8CAB; }
span { border-color: rgb(171,140,171); }
td.TdClassName
{
border-color: #AB8CAB;
}
.TagClassName
{
border-color: #AB8CAB;
}
</style>