Shades of London Hue #AD8DAA
Tints of London Hue #AD8DAA
RGB
CMYK
RGB Variations
Color information
#AD8DAA (or 0xAD8DAA) is known color: London Hue. HEX triplet: AD, 8D and AA. RGB value is (173,141,170). Sum of RGB (Red+Green+Blue) = 173+141+170=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8DAA is #527255. Grayscale: #999999. Windows color (decimal): -5403222 or 11177389. OLE color: 11177389.
HSL color Cylindrical-coordinate representation of color #AD8DAA: hue angle of 305.62º 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 #AD8DAA is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 170 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.32 |
| HSL | 305.63º | 0.16% | 0.62% | - |
| HSV(B) | 305.63º | 0.18% | 0.68% | - |
| XYZ | 34.01 | 30.84 | 42.19 | - |
| YUV | 153.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 170 | 0 | 0.18 | 0.02 | 0.32 | 305.63 | 0.16 | 0.62 |
| Hex | AD | 8D | AA | 0 | 12 | 2 | 20 | 132 | 10 | 3E |
| Octal | 255 | 215 | 252 | 0 | 22 | 2 | 40 | 462 | 20 | 76 |
| Binary | 10101101 | 10001101 | 10101010 | 0 | 10010 | 10 | 100000 | 100110010 | 10000 | 111110 |
Color Harmonies of #AD8DAA
Complementary color
Monochromatic Colors of #AD8DAA
Black with #AD8DAA
Text Example
Text Example
White with #AD8DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8DAA; }
p { color: rgb(173,141,170); }
H1.HeaderClassName
{
color: #AD8DAA;
}
.AnyTagClassName
{
color: #AD8DAA;
}
</style>
background-color css
<style>
a { background-color: #AD8DAA; }
a { background-color: rgb(173,141,170); }
div.DivClassName
{
background-color: #AD8DAA;
}
.BgClassName
{
background-color: #AD8DAA;
}
</style>
border-color css
<style>
span { border-color: #AD8DAA; }
span { border-color: rgb(173,141,170); }
td.TdClassName
{
border-color: #AD8DAA;
}
.TagClassName
{
border-color: #AD8DAA;
}
</style>