Shades of London Hue #AD86AB
Tints of London Hue #AD86AB
RGB
CMYK
RGB Variations
Color information
#AD86AB (or 0xAD86AB) is known color: London Hue. HEX triplet: AD, 86 and AB. RGB value is (173,134,171). Sum of RGB (Red+Green+Blue) = 173+134+171=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #AD86AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD86AB is #527954. Grayscale: #959595. Windows color (decimal): -5405013 or 11241133. OLE color: 11241133.
HSL color Cylindrical-coordinate representation of color #AD86AB: hue angle of 303.08º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD86AB is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 171 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.32 |
| HSL | 303.08º | 0.19% | 0.6% | - |
| HSV(B) | 303.08º | 0.23% | 0.68% | - |
| XYZ | 33.11 | 28.87 | 42.36 | - |
| YUV | 149.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 171 | 0 | 0.23 | 0.01 | 0.32 | 303.08 | 0.19 | 0.6 |
| Hex | AD | 86 | AB | 0 | 17 | 1 | 20 | 12F | 13 | 3C |
| Octal | 255 | 206 | 253 | 0 | 27 | 1 | 40 | 457 | 23 | 74 |
| Binary | 10101101 | 10000110 | 10101011 | 0 | 10111 | 1 | 100000 | 100101111 | 10011 | 111100 |
Color Harmonies of #AD86AB
Complementary color
Monochromatic Colors of #AD86AB
Black with #AD86AB
Text Example
Text Example
White with #AD86AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD86AB; }
p { color: rgb(173,134,171); }
H1.HeaderClassName
{
color: #AD86AB;
}
.AnyTagClassName
{
color: #AD86AB;
}
</style>
background-color css
<style>
a { background-color: #AD86AB; }
a { background-color: rgb(173,134,171); }
div.DivClassName
{
background-color: #AD86AB;
}
.BgClassName
{
background-color: #AD86AB;
}
</style>
border-color css
<style>
span { border-color: #AD86AB; }
span { border-color: rgb(173,134,171); }
td.TdClassName
{
border-color: #AD86AB;
}
.TagClassName
{
border-color: #AD86AB;
}
</style>