Shades of London Hue #AD8DAE
Tints of London Hue #AD8DAE
RGB
CMYK
RGB Variations
Color information
#AD8DAE (or 0xAD8DAE) is known color: London Hue. HEX triplet: AD, 8D and AE. RGB value is (173,141,174). Sum of RGB (Red+Green+Blue) = 173+141+174=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD8DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8DAE is #527251. Grayscale: #9A9A9A. Windows color (decimal): -5403218 or 11439533. OLE color: 11439533.
HSL color Cylindrical-coordinate representation of color #AD8DAE: hue angle of 298.18º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD8DAE is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 174 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.32 |
| HSL | 298.18º | 0.17% | 0.62% | - |
| HSV(B) | 298.18º | 0.19% | 0.68% | - |
| XYZ | 34.4 | 30.99 | 44.21 | - |
| YUV | 154.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 174 | 0.01 | 0.19 | 0 | 0.32 | 298.18 | 0.17 | 0.62 |
| Hex | AD | 8D | AE | 1 | 13 | 0 | 20 | 12A | 11 | 3E |
| Octal | 255 | 215 | 256 | 1 | 23 | 0 | 40 | 452 | 21 | 76 |
| Binary | 10101101 | 10001101 | 10101110 | 1 | 10011 | 0 | 100000 | 100101010 | 10001 | 111110 |
Color Harmonies of #AD8DAE
Complementary color
Monochromatic Colors of #AD8DAE
Black with #AD8DAE
Text Example
Text Example
White with #AD8DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8DAE; }
p { color: rgb(173,141,174); }
H1.HeaderClassName
{
color: #AD8DAE;
}
.AnyTagClassName
{
color: #AD8DAE;
}
</style>
background-color css
<style>
a { background-color: #AD8DAE; }
a { background-color: rgb(173,141,174); }
div.DivClassName
{
background-color: #AD8DAE;
}
.BgClassName
{
background-color: #AD8DAE;
}
</style>
border-color css
<style>
span { border-color: #AD8DAE; }
span { border-color: rgb(173,141,174); }
td.TdClassName
{
border-color: #AD8DAE;
}
.TagClassName
{
border-color: #AD8DAE;
}
</style>