Shades of London Hue #AD89AB
Tints of London Hue #AD89AB
RGB
CMYK
RGB Variations
Color information
#AD89AB (or 0xAD89AB) is known color: London Hue. HEX triplet: AD, 89 and AB. RGB value is (173,137,171). Sum of RGB (Red+Green+Blue) = 173+137+171=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #AD89AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD89AB is #527654. Grayscale: #979797. Windows color (decimal): -5404245 or 11241901. OLE color: 11241901.
HSL color Cylindrical-coordinate representation of color #AD89AB: hue angle of 303.33º 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 #AD89AB is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 171 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.32 |
| HSL | 303.33º | 0.18% | 0.61% | - |
| HSV(B) | 303.33º | 0.21% | 0.68% | - |
| XYZ | 33.53 | 29.72 | 42.5 | - |
| YUV | 151.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 171 | 0 | 0.21 | 0.01 | 0.32 | 303.33 | 0.18 | 0.61 |
| Hex | AD | 89 | AB | 0 | 15 | 1 | 20 | 12F | 12 | 3D |
| Octal | 255 | 211 | 253 | 0 | 25 | 1 | 40 | 457 | 22 | 75 |
| Binary | 10101101 | 10001001 | 10101011 | 0 | 10101 | 1 | 100000 | 100101111 | 10010 | 111101 |
Color Harmonies of #AD89AB
Complementary color
Monochromatic Colors of #AD89AB
Black with #AD89AB
Text Example
Text Example
White with #AD89AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD89AB; }
p { color: rgb(173,137,171); }
H1.HeaderClassName
{
color: #AD89AB;
}
.AnyTagClassName
{
color: #AD89AB;
}
</style>
background-color css
<style>
a { background-color: #AD89AB; }
a { background-color: rgb(173,137,171); }
div.DivClassName
{
background-color: #AD89AB;
}
.BgClassName
{
background-color: #AD89AB;
}
</style>
border-color css
<style>
span { border-color: #AD89AB; }
span { border-color: rgb(173,137,171); }
td.TdClassName
{
border-color: #AD89AB;
}
.TagClassName
{
border-color: #AD89AB;
}
</style>