Shades of London Hue #AD86AA
Tints of London Hue #AD86AA
RGB
CMYK
RGB Variations
Color information
#AD86AA (or 0xAD86AA) is known color: London Hue. HEX triplet: AD, 86 and AA. RGB value is (173,134,170). Sum of RGB (Red+Green+Blue) = 173+134+170=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #AD86AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD86AA is #527955. Grayscale: #959595. Windows color (decimal): -5405014 or 11175597. OLE color: 11175597.
HSL color Cylindrical-coordinate representation of color #AD86AA: hue angle of 304.62º 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 #AD86AA is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 170 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.32 |
| HSL | 304.62º | 0.19% | 0.6% | - |
| HSV(B) | 304.62º | 0.23% | 0.68% | - |
| XYZ | 33.01 | 28.84 | 41.86 | - |
| YUV | 149.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 170 | 0 | 0.23 | 0.02 | 0.32 | 304.62 | 0.19 | 0.6 |
| Hex | AD | 86 | AA | 0 | 17 | 2 | 20 | 131 | 13 | 3C |
| Octal | 255 | 206 | 252 | 0 | 27 | 2 | 40 | 461 | 23 | 74 |
| Binary | 10101101 | 10000110 | 10101010 | 0 | 10111 | 10 | 100000 | 100110001 | 10011 | 111100 |
Color Harmonies of #AD86AA
Complementary color
Monochromatic Colors of #AD86AA
Black with #AD86AA
Text Example
Text Example
White with #AD86AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD86AA; }
p { color: rgb(173,134,170); }
H1.HeaderClassName
{
color: #AD86AA;
}
.AnyTagClassName
{
color: #AD86AA;
}
</style>
background-color css
<style>
a { background-color: #AD86AA; }
a { background-color: rgb(173,134,170); }
div.DivClassName
{
background-color: #AD86AA;
}
.BgClassName
{
background-color: #AD86AA;
}
</style>
border-color css
<style>
span { border-color: #AD86AA; }
span { border-color: rgb(173,134,170); }
td.TdClassName
{
border-color: #AD86AA;
}
.TagClassName
{
border-color: #AD86AA;
}
</style>