Shades of London Hue #AD8CAE
Tints of London Hue #AD8CAE
RGB
CMYK
RGB Variations
Color information
#AD8CAE (or 0xAD8CAE) is known color: London Hue. HEX triplet: AD, 8C and AE. RGB value is (173,140,174). Sum of RGB (Red+Green+Blue) = 173+140+174=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD8CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8CAE is #527351. Grayscale: #999999. Windows color (decimal): -5403474 or 11439277. OLE color: 11439277.
HSL color Cylindrical-coordinate representation of color #AD8CAE: hue angle of 298.24º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD8CAE is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 174 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.32 |
| HSL | 298.24º | 0.17% | 0.62% | - |
| HSV(B) | 298.24º | 0.2% | 0.68% | - |
| XYZ | 34.25 | 30.7 | 44.16 | - |
| YUV | 153.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 174 | 0.01 | 0.20 | 0 | 0.32 | 298.24 | 0.17 | 0.62 |
| Hex | AD | 8C | AE | 1 | 14 | 0 | 20 | 12A | 11 | 3E |
| Octal | 255 | 214 | 256 | 1 | 24 | 0 | 40 | 452 | 21 | 76 |
| Binary | 10101101 | 10001100 | 10101110 | 1 | 10100 | 0 | 100000 | 100101010 | 10001 | 111110 |
Color Harmonies of #AD8CAE
Complementary color
Monochromatic Colors of #AD8CAE
Black with #AD8CAE
Text Example
Text Example
White with #AD8CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CAE; }
p { color: rgb(173,140,174); }
H1.HeaderClassName
{
color: #AD8CAE;
}
.AnyTagClassName
{
color: #AD8CAE;
}
</style>
background-color css
<style>
a { background-color: #AD8CAE; }
a { background-color: rgb(173,140,174); }
div.DivClassName
{
background-color: #AD8CAE;
}
.BgClassName
{
background-color: #AD8CAE;
}
</style>
border-color css
<style>
span { border-color: #AD8CAE; }
span { border-color: rgb(173,140,174); }
td.TdClassName
{
border-color: #AD8CAE;
}
.TagClassName
{
border-color: #AD8CAE;
}
</style>