Shades of London Hue #AB89A8
Tints of London Hue #AB89A8
RGB
CMYK
RGB Variations
Color information
#AB89A8 (or 0xAB89A8) is known color: London Hue. HEX triplet: AB, 89 and A8. RGB value is (171,137,168). Sum of RGB (Red+Green+Blue) = 171+137+168=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #AB89A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB89A8 is #547657. Grayscale: #969696. Windows color (decimal): -5535320 or 11045291. OLE color: 11045291.
HSL color Cylindrical-coordinate representation of color #AB89A8: hue angle of 305.29º 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 #AB89A8 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 168 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.33 |
| HSL | 305.29º | 0.17% | 0.6% | - |
| HSV(B) | 305.29º | 0.2% | 0.67% | - |
| XYZ | 32.81 | 29.38 | 40.99 | - |
| YUV | 150.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 168 | 0 | 0.20 | 0.02 | 0.33 | 305.29 | 0.17 | 0.6 |
| Hex | AB | 89 | A8 | 0 | 14 | 2 | 21 | 131 | 11 | 3C |
| Octal | 253 | 211 | 250 | 0 | 24 | 2 | 41 | 461 | 21 | 74 |
| Binary | 10101011 | 10001001 | 10101000 | 0 | 10100 | 10 | 100001 | 100110001 | 10001 | 111100 |
Color Harmonies of #AB89A8
Complementary color
Monochromatic Colors of #AB89A8
Black with #AB89A8
Text Example
Text Example
White with #AB89A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB89A8; }
p { color: rgb(171,137,168); }
H1.HeaderClassName
{
color: #AB89A8;
}
.AnyTagClassName
{
color: #AB89A8;
}
</style>
background-color css
<style>
a { background-color: #AB89A8; }
a { background-color: rgb(171,137,168); }
div.DivClassName
{
background-color: #AB89A8;
}
.BgClassName
{
background-color: #AB89A8;
}
</style>
border-color css
<style>
span { border-color: #AB89A8; }
span { border-color: rgb(171,137,168); }
td.TdClassName
{
border-color: #AB89A8;
}
.TagClassName
{
border-color: #AB89A8;
}
</style>