Shades of London Hue #AD8EAA
Tints of London Hue #AD8EAA
RGB
CMYK
RGB Variations
Color information
#AD8EAA (or 0xAD8EAA) is known color: London Hue. HEX triplet: AD, 8E and AA. RGB value is (173,142,170). Sum of RGB (Red+Green+Blue) = 173+142+170=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8EAA is #527155. Grayscale: #9A9A9A. Windows color (decimal): -5402966 or 11177645. OLE color: 11177645.
HSL color Cylindrical-coordinate representation of color #AD8EAA: hue angle of 305.81º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD8EAA is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 142 | 170 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.32 |
| HSL | 305.81º | 0.16% | 0.62% | - |
| HSV(B) | 305.81º | 0.18% | 0.68% | - |
| XYZ | 34.16 | 31.13 | 42.24 | - |
| YUV | 154.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 170 | 0 | 0.18 | 0.02 | 0.32 | 305.81 | 0.16 | 0.62 |
| Hex | AD | 8E | AA | 0 | 12 | 2 | 20 | 132 | 10 | 3E |
| Octal | 255 | 216 | 252 | 0 | 22 | 2 | 40 | 462 | 20 | 76 |
| Binary | 10101101 | 10001110 | 10101010 | 0 | 10010 | 10 | 100000 | 100110010 | 10000 | 111110 |
Color Harmonies of #AD8EAA
Complementary color
Monochromatic Colors of #AD8EAA
Black with #AD8EAA
Text Example
Text Example
White with #AD8EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8EAA; }
p { color: rgb(173,142,170); }
H1.HeaderClassName
{
color: #AD8EAA;
}
.AnyTagClassName
{
color: #AD8EAA;
}
</style>
background-color css
<style>
a { background-color: #AD8EAA; }
a { background-color: rgb(173,142,170); }
div.DivClassName
{
background-color: #AD8EAA;
}
.BgClassName
{
background-color: #AD8EAA;
}
</style>
border-color css
<style>
span { border-color: #AD8EAA; }
span { border-color: rgb(173,142,170); }
td.TdClassName
{
border-color: #AD8EAA;
}
.TagClassName
{
border-color: #AD8EAA;
}
</style>