Shades of London Hue #AB89A9
Tints of London Hue #AB89A9
RGB
CMYK
RGB Variations
Color information
#AB89A9 (or 0xAB89A9) is known color: London Hue. HEX triplet: AB, 89 and A9. RGB value is (171,137,169). Sum of RGB (Red+Green+Blue) = 171+137+169=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #AB89A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB89A9 is #547656. Grayscale: #969696. Windows color (decimal): -5535319 or 11110827. OLE color: 11110827.
HSL color Cylindrical-coordinate representation of color #AB89A9: hue angle of 303.53º 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 #AB89A9 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 169 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.33 |
| HSL | 303.53º | 0.17% | 0.6% | - |
| HSV(B) | 303.53º | 0.2% | 0.67% | - |
| XYZ | 32.9 | 29.41 | 41.48 | - |
| YUV | 150.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 169 | 0 | 0.20 | 0.01 | 0.33 | 303.53 | 0.17 | 0.6 |
| Hex | AB | 89 | A9 | 0 | 14 | 1 | 21 | 130 | 11 | 3C |
| Octal | 253 | 211 | 251 | 0 | 24 | 1 | 41 | 460 | 21 | 74 |
| Binary | 10101011 | 10001001 | 10101001 | 0 | 10100 | 1 | 100001 | 100110000 | 10001 | 111100 |
Color Harmonies of #AB89A9
Complementary color
Monochromatic Colors of #AB89A9
Black with #AB89A9
Text Example
Text Example
White with #AB89A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB89A9; }
p { color: rgb(171,137,169); }
H1.HeaderClassName
{
color: #AB89A9;
}
.AnyTagClassName
{
color: #AB89A9;
}
</style>
background-color css
<style>
a { background-color: #AB89A9; }
a { background-color: rgb(171,137,169); }
div.DivClassName
{
background-color: #AB89A9;
}
.BgClassName
{
background-color: #AB89A9;
}
</style>
border-color css
<style>
span { border-color: #AB89A9; }
span { border-color: rgb(171,137,169); }
td.TdClassName
{
border-color: #AB89A9;
}
.TagClassName
{
border-color: #AB89A9;
}
</style>