Shades of London Hue #AD87AB
Tints of London Hue #AD87AB
RGB
CMYK
RGB Variations
Color information
#AD87AB (or 0xAD87AB) is known color: London Hue. HEX triplet: AD, 87 and AB. RGB value is (173,135,171). Sum of RGB (Red+Green+Blue) = 173+135+171=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD87AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD87AB is #527854. Grayscale: #969696. Windows color (decimal): -5404757 or 11241389. OLE color: 11241389.
HSL color Cylindrical-coordinate representation of color #AD87AB: hue angle of 303.16º 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 #AD87AB is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 171 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.32 |
| HSL | 303.16º | 0.19% | 0.6% | - |
| HSV(B) | 303.16º | 0.22% | 0.68% | - |
| XYZ | 33.25 | 29.15 | 42.4 | - |
| YUV | 150.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 171 | 0 | 0.22 | 0.01 | 0.32 | 303.16 | 0.19 | 0.6 |
| Hex | AD | 87 | AB | 0 | 16 | 1 | 20 | 12F | 13 | 3C |
| Octal | 255 | 207 | 253 | 0 | 26 | 1 | 40 | 457 | 23 | 74 |
| Binary | 10101101 | 10000111 | 10101011 | 0 | 10110 | 1 | 100000 | 100101111 | 10011 | 111100 |
Color Harmonies of #AD87AB
Complementary color
Monochromatic Colors of #AD87AB
Black with #AD87AB
Text Example
Text Example
White with #AD87AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD87AB; }
p { color: rgb(173,135,171); }
H1.HeaderClassName
{
color: #AD87AB;
}
.AnyTagClassName
{
color: #AD87AB;
}
</style>
background-color css
<style>
a { background-color: #AD87AB; }
a { background-color: rgb(173,135,171); }
div.DivClassName
{
background-color: #AD87AB;
}
.BgClassName
{
background-color: #AD87AB;
}
</style>
border-color css
<style>
span { border-color: #AD87AB; }
span { border-color: rgb(173,135,171); }
td.TdClassName
{
border-color: #AD87AB;
}
.TagClassName
{
border-color: #AD87AB;
}
</style>