Shades of London Hue #AD87AF
Tints of London Hue #AD87AF
RGB
CMYK
RGB Variations
Color information
#AD87AF (or 0xAD87AF) is known color: London Hue. HEX triplet: AD, 87 and AF. RGB value is (173,135,175). Sum of RGB (Red+Green+Blue) = 173+135+175=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD87AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD87AF is #527850. Grayscale: #969696. Windows color (decimal): -5404753 or 11503533. OLE color: 11503533.
HSL color Cylindrical-coordinate representation of color #AD87AF: hue angle of 297º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD87AF is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 135 | 175 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.31 |
| HSL | 297º | 0.2% | 0.61% | - |
| HSV(B) | 297º | 0.23% | 0.69% | - |
| XYZ | 33.64 | 29.31 | 44.44 | - |
| YUV | 150.92 | 141.59 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 175 | 0.01 | 0.23 | 0 | 0.31 | 297 | 0.2 | 0.61 |
| Hex | AD | 87 | AF | 1 | 17 | 0 | 1F | 129 | 14 | 3D |
| Octal | 255 | 207 | 257 | 1 | 27 | 0 | 37 | 451 | 24 | 75 |
| Binary | 10101101 | 10000111 | 10101111 | 1 | 10111 | 0 | 11111 | 100101001 | 10100 | 111101 |
Color Harmonies of #AD87AF
Complementary color
Monochromatic Colors of #AD87AF
Black with #AD87AF
Text Example
Text Example
White with #AD87AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD87AF; }
p { color: rgb(173,135,175); }
H1.HeaderClassName
{
color: #AD87AF;
}
.AnyTagClassName
{
color: #AD87AF;
}
</style>
background-color css
<style>
a { background-color: #AD87AF; }
a { background-color: rgb(173,135,175); }
div.DivClassName
{
background-color: #AD87AF;
}
.BgClassName
{
background-color: #AD87AF;
}
</style>
border-color css
<style>
span { border-color: #AD87AF; }
span { border-color: rgb(173,135,175); }
td.TdClassName
{
border-color: #AD87AF;
}
.TagClassName
{
border-color: #AD87AF;
}
</style>