Shades of London Hue #AB88A6
Tints of London Hue #AB88A6
RGB
CMYK
RGB Variations
Color information
#AB88A6 (or 0xAB88A6) is known color: London Hue. HEX triplet: AB, 88 and A6. RGB value is (171,136,166). Sum of RGB (Red+Green+Blue) = 171+136+166=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #AB88A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB88A6 is #547759. Grayscale: #959595. Windows color (decimal): -5535578 or 10913963. OLE color: 10913963.
HSL color Cylindrical-coordinate representation of color #AB88A6: hue angle of 308.57º 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 #AB88A6 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 166 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.33 |
| HSL | 308.57º | 0.17% | 0.6% | - |
| HSV(B) | 308.57º | 0.2% | 0.67% | - |
| XYZ | 32.48 | 29.02 | 39.97 | - |
| YUV | 149.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 166 | 0 | 0.20 | 0.03 | 0.33 | 308.57 | 0.17 | 0.6 |
| Hex | AB | 88 | A6 | 0 | 14 | 3 | 21 | 135 | 11 | 3C |
| Octal | 253 | 210 | 246 | 0 | 24 | 3 | 41 | 465 | 21 | 74 |
| Binary | 10101011 | 10001000 | 10100110 | 0 | 10100 | 11 | 100001 | 100110101 | 10001 | 111100 |
Color Harmonies of #AB88A6
Complementary color
Monochromatic Colors of #AB88A6
Black with #AB88A6
Text Example
Text Example
White with #AB88A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB88A6; }
p { color: rgb(171,136,166); }
H1.HeaderClassName
{
color: #AB88A6;
}
.AnyTagClassName
{
color: #AB88A6;
}
</style>
background-color css
<style>
a { background-color: #AB88A6; }
a { background-color: rgb(171,136,166); }
div.DivClassName
{
background-color: #AB88A6;
}
.BgClassName
{
background-color: #AB88A6;
}
</style>
border-color css
<style>
span { border-color: #AB88A6; }
span { border-color: rgb(171,136,166); }
td.TdClassName
{
border-color: #AB88A6;
}
.TagClassName
{
border-color: #AB88A6;
}
</style>