Shades of London Hue #AB89AF
Tints of London Hue #AB89AF
RGB
CMYK
RGB Variations
Color information
#AB89AF (or 0xAB89AF) is known color: London Hue. HEX triplet: AB, 89 and AF. RGB value is (171,137,175). Sum of RGB (Red+Green+Blue) = 171+137+175=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB89AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB89AF is #547650. Grayscale: #979797. Windows color (decimal): -5535313 or 11504043. OLE color: 11504043.
HSL color Cylindrical-coordinate representation of color #AB89AF: hue angle of 293.68º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB89AF is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 137 | 175 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.31 |
| HSL | 293.68º | 0.19% | 0.61% | - |
| HSV(B) | 293.68º | 0.22% | 0.69% | - |
| XYZ | 33.48 | 29.64 | 44.51 | - |
| YUV | 151.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 175 | 0.02 | 0.22 | 0 | 0.31 | 293.68 | 0.19 | 0.61 |
| Hex | AB | 89 | AF | 2 | 16 | 0 | 1F | 126 | 13 | 3D |
| Octal | 253 | 211 | 257 | 2 | 26 | 0 | 37 | 446 | 23 | 75 |
| Binary | 10101011 | 10001001 | 10101111 | 10 | 10110 | 0 | 11111 | 100100110 | 10011 | 111101 |
Color Harmonies of #AB89AF
Complementary color
Monochromatic Colors of #AB89AF
Black with #AB89AF
Text Example
Text Example
White with #AB89AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB89AF; }
p { color: rgb(171,137,175); }
H1.HeaderClassName
{
color: #AB89AF;
}
.AnyTagClassName
{
color: #AB89AF;
}
</style>
background-color css
<style>
a { background-color: #AB89AF; }
a { background-color: rgb(171,137,175); }
div.DivClassName
{
background-color: #AB89AF;
}
.BgClassName
{
background-color: #AB89AF;
}
</style>
border-color css
<style>
span { border-color: #AB89AF; }
span { border-color: rgb(171,137,175); }
td.TdClassName
{
border-color: #AB89AF;
}
.TagClassName
{
border-color: #AB89AF;
}
</style>