Shades of London Hue #AD87AA
Tints of London Hue #AD87AA
RGB
CMYK
RGB Variations
Color information
#AD87AA (or 0xAD87AA) is known color: London Hue. HEX triplet: AD, 87 and AA. RGB value is (173,135,170). Sum of RGB (Red+Green+Blue) = 173+135+170=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #AD87AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD87AA is #527855. Grayscale: #969696. Windows color (decimal): -5404758 or 11175853. OLE color: 11175853.
HSL color Cylindrical-coordinate representation of color #AD87AA: hue angle of 304.74º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD87AA is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 170 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.32 |
| HSL | 304.74º | 0.19% | 0.6% | - |
| HSV(B) | 304.74º | 0.22% | 0.68% | - |
| XYZ | 33.15 | 29.11 | 41.9 | - |
| YUV | 150.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 170 | 0 | 0.22 | 0.02 | 0.32 | 304.74 | 0.19 | 0.6 |
| Hex | AD | 87 | AA | 0 | 16 | 2 | 20 | 131 | 13 | 3C |
| Octal | 255 | 207 | 252 | 0 | 26 | 2 | 40 | 461 | 23 | 74 |
| Binary | 10101101 | 10000111 | 10101010 | 0 | 10110 | 10 | 100000 | 100110001 | 10011 | 111100 |
Color Harmonies of #AD87AA
Complementary color
Monochromatic Colors of #AD87AA
Black with #AD87AA
Text Example
Text Example
White with #AD87AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD87AA; }
p { color: rgb(173,135,170); }
H1.HeaderClassName
{
color: #AD87AA;
}
.AnyTagClassName
{
color: #AD87AA;
}
</style>
background-color css
<style>
a { background-color: #AD87AA; }
a { background-color: rgb(173,135,170); }
div.DivClassName
{
background-color: #AD87AA;
}
.BgClassName
{
background-color: #AD87AA;
}
</style>
border-color css
<style>
span { border-color: #AD87AA; }
span { border-color: rgb(173,135,170); }
td.TdClassName
{
border-color: #AD87AA;
}
.TagClassName
{
border-color: #AD87AA;
}
</style>