Shades of London Hue #AD87A6
Tints of London Hue #AD87A6
RGB
CMYK
RGB Variations
Color information
#AD87A6 (or 0xAD87A6) is known color: London Hue. HEX triplet: AD, 87 and A6. RGB value is (173,135,166). Sum of RGB (Red+Green+Blue) = 173+135+166=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD87A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD87A6 is #527859. Grayscale: #959595. Windows color (decimal): -5404762 or 10913709. OLE color: 10913709.
HSL color Cylindrical-coordinate representation of color #AD87A6: hue angle of 311.05º 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 #AD87A6 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 166 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.32 |
| HSL | 311.05º | 0.19% | 0.6% | - |
| HSV(B) | 311.05º | 0.22% | 0.68% | - |
| XYZ | 32.78 | 28.97 | 39.94 | - |
| YUV | 149.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 166 | 0 | 0.22 | 0.04 | 0.32 | 311.05 | 0.19 | 0.6 |
| Hex | AD | 87 | A6 | 0 | 16 | 4 | 20 | 137 | 13 | 3C |
| Octal | 255 | 207 | 246 | 0 | 26 | 4 | 40 | 467 | 23 | 74 |
| Binary | 10101101 | 10000111 | 10100110 | 0 | 10110 | 100 | 100000 | 100110111 | 10011 | 111100 |
Color Harmonies of #AD87A6
Complementary color
Monochromatic Colors of #AD87A6
Black with #AD87A6
Text Example
Text Example
White with #AD87A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD87A6; }
p { color: rgb(173,135,166); }
H1.HeaderClassName
{
color: #AD87A6;
}
.AnyTagClassName
{
color: #AD87A6;
}
</style>
background-color css
<style>
a { background-color: #AD87A6; }
a { background-color: rgb(173,135,166); }
div.DivClassName
{
background-color: #AD87A6;
}
.BgClassName
{
background-color: #AD87A6;
}
</style>
border-color css
<style>
span { border-color: #AD87A6; }
span { border-color: rgb(173,135,166); }
td.TdClassName
{
border-color: #AD87A6;
}
.TagClassName
{
border-color: #AD87A6;
}
</style>