Shades of London Hue #AB89AD
Tints of London Hue #AB89AD
RGB
CMYK
RGB Variations
Color information
#AB89AD (or 0xAB89AD) is known color: London Hue. HEX triplet: AB, 89 and AD. RGB value is (171,137,173). Sum of RGB (Red+Green+Blue) = 171+137+173=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB89AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB89AD is #547652. Grayscale: #979797. Windows color (decimal): -5535315 or 11372971. OLE color: 11372971.
HSL color Cylindrical-coordinate representation of color #AB89AD: hue angle of 296.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB89AD is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 137 | 173 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.32 |
| HSL | 296.67º | 0.18% | 0.61% | - |
| HSV(B) | 296.67º | 0.21% | 0.68% | - |
| XYZ | 33.28 | 29.57 | 43.49 | - |
| YUV | 151.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 173 | 0.01 | 0.21 | 0 | 0.32 | 296.67 | 0.18 | 0.61 |
| Hex | AB | 89 | AD | 1 | 15 | 0 | 20 | 129 | 12 | 3D |
| Octal | 253 | 211 | 255 | 1 | 25 | 0 | 40 | 451 | 22 | 75 |
| Binary | 10101011 | 10001001 | 10101101 | 1 | 10101 | 0 | 100000 | 100101001 | 10010 | 111101 |
Color Harmonies of #AB89AD
Complementary color
Monochromatic Colors of #AB89AD
Black with #AB89AD
Text Example
Text Example
White with #AB89AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB89AD; }
p { color: rgb(171,137,173); }
H1.HeaderClassName
{
color: #AB89AD;
}
.AnyTagClassName
{
color: #AB89AD;
}
</style>
background-color css
<style>
a { background-color: #AB89AD; }
a { background-color: rgb(171,137,173); }
div.DivClassName
{
background-color: #AB89AD;
}
.BgClassName
{
background-color: #AB89AD;
}
</style>
border-color css
<style>
span { border-color: #AB89AD; }
span { border-color: rgb(171,137,173); }
td.TdClassName
{
border-color: #AB89AD;
}
.TagClassName
{
border-color: #AB89AD;
}
</style>