Shades of London Hue #AB88AB
Tints of London Hue #AB88AB
RGB
CMYK
RGB Variations
Color information
#AB88AB (or 0xAB88AB) is known color: London Hue. HEX triplet: AB, 88 and AB. RGB value is (171,136,171). Sum of RGB (Red+Green+Blue) = 171+136+171=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB88AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB88AB is #547754. Grayscale: #969696. Windows color (decimal): -5535573 or 11241643. OLE color: 11241643.
HSL color Cylindrical-coordinate representation of color #AB88AB: hue angle of 300º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB88AB is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 171 | - |
| CMYK | 0 | 0.20 | 0 | 0.33 |
| HSL | 300º | 0.17% | 0.6% | - |
| HSV(B) | 300º | 0.2% | 0.67% | - |
| XYZ | 32.95 | 29.21 | 42.43 | - |
| YUV | 150.46 | 139.6 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 171 | 0 | 0.20 | 0 | 0.33 | 300 | 0.17 | 0.6 |
| Hex | AB | 88 | AB | 0 | 14 | 0 | 21 | 12C | 11 | 3C |
| Octal | 253 | 210 | 253 | 0 | 24 | 0 | 41 | 454 | 21 | 74 |
| Binary | 10101011 | 10001000 | 10101011 | 0 | 10100 | 0 | 100001 | 100101100 | 10001 | 111100 |
Color Harmonies of #AB88AB
Complementary color
Monochromatic Colors of #AB88AB
Black with #AB88AB
Text Example
Text Example
White with #AB88AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB88AB; }
p { color: rgb(171,136,171); }
H1.HeaderClassName
{
color: #AB88AB;
}
.AnyTagClassName
{
color: #AB88AB;
}
</style>
background-color css
<style>
a { background-color: #AB88AB; }
a { background-color: rgb(171,136,171); }
div.DivClassName
{
background-color: #AB88AB;
}
.BgClassName
{
background-color: #AB88AB;
}
</style>
border-color css
<style>
span { border-color: #AB88AB; }
span { border-color: rgb(171,136,171); }
td.TdClassName
{
border-color: #AB88AB;
}
.TagClassName
{
border-color: #AB88AB;
}
</style>