Shades of London Hue #AD7DAE
Tints of London Hue #AD7DAE
RGB
CMYK
RGB Variations
Color information
#AD7DAE (or 0xAD7DAE) is known color: London Hue. HEX triplet: AD, 7D and AE. RGB value is (173,125,174). Sum of RGB (Red+Green+Blue) = 173+125+174=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD7DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7DAE is #528251. Grayscale: #909090. Windows color (decimal): -5407314 or 11435437. OLE color: 11435437.
HSL color Cylindrical-coordinate representation of color #AD7DAE: hue angle of 298.78º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD7DAE is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 174 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.32 |
| HSL | 298.78º | 0.23% | 0.59% | - |
| HSV(B) | 298.78º | 0.28% | 0.68% | - |
| XYZ | 32.21 | 26.61 | 43.48 | - |
| YUV | 144.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 174 | 0.01 | 0.28 | 0 | 0.32 | 298.78 | 0.23 | 0.59 |
| Hex | AD | 7D | AE | 1 | 1C | 0 | 20 | 12B | 17 | 3B |
| Octal | 255 | 175 | 256 | 1 | 34 | 0 | 40 | 453 | 27 | 73 |
| Binary | 10101101 | 1111101 | 10101110 | 1 | 11100 | 0 | 100000 | 100101011 | 10111 | 111011 |
Color Harmonies of #AD7DAE
Complementary color
Monochromatic Colors of #AD7DAE
Black with #AD7DAE
Text Example
Text Example
White with #AD7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7DAE; }
p { color: rgb(173,125,174); }
H1.HeaderClassName
{
color: #AD7DAE;
}
.AnyTagClassName
{
color: #AD7DAE;
}
</style>
background-color css
<style>
a { background-color: #AD7DAE; }
a { background-color: rgb(173,125,174); }
div.DivClassName
{
background-color: #AD7DAE;
}
.BgClassName
{
background-color: #AD7DAE;
}
</style>
border-color css
<style>
span { border-color: #AD7DAE; }
span { border-color: rgb(173,125,174); }
td.TdClassName
{
border-color: #AD7DAE;
}
.TagClassName
{
border-color: #AD7DAE;
}
</style>