Shades of London Hue #AD87AC
Tints of London Hue #AD87AC
RGB
CMYK
RGB Variations
Color information
#AD87AC (or 0xAD87AC) is known color: London Hue. HEX triplet: AD, 87 and AC. RGB value is (173,135,172). Sum of RGB (Red+Green+Blue) = 173+135+172=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 173 - color contains mainly: red. Hex color #AD87AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD87AC is #527853. Grayscale: #969696. Windows color (decimal): -5404756 or 11306925. OLE color: 11306925.
HSL color Cylindrical-coordinate representation of color #AD87AC: hue angle of 301.58º 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 #AD87AC is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 172 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.32 |
| HSL | 301.58º | 0.19% | 0.6% | - |
| HSV(B) | 301.58º | 0.22% | 0.68% | - |
| XYZ | 33.34 | 29.19 | 42.91 | - |
| YUV | 150.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 172 | 0 | 0.22 | 0.01 | 0.32 | 301.58 | 0.19 | 0.6 |
| Hex | AD | 87 | AC | 0 | 16 | 1 | 20 | 12E | 13 | 3C |
| Octal | 255 | 207 | 254 | 0 | 26 | 1 | 40 | 456 | 23 | 74 |
| Binary | 10101101 | 10000111 | 10101100 | 0 | 10110 | 1 | 100000 | 100101110 | 10011 | 111100 |
Color Harmonies of #AD87AC
Complementary color
Monochromatic Colors of #AD87AC
Black with #AD87AC
Text Example
Text Example
White with #AD87AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD87AC; }
p { color: rgb(173,135,172); }
H1.HeaderClassName
{
color: #AD87AC;
}
.AnyTagClassName
{
color: #AD87AC;
}
</style>
background-color css
<style>
a { background-color: #AD87AC; }
a { background-color: rgb(173,135,172); }
div.DivClassName
{
background-color: #AD87AC;
}
.BgClassName
{
background-color: #AD87AC;
}
</style>
border-color css
<style>
span { border-color: #AD87AC; }
span { border-color: rgb(173,135,172); }
td.TdClassName
{
border-color: #AD87AC;
}
.TagClassName
{
border-color: #AD87AC;
}
</style>