Shades of London Hue #AD7DA8
Tints of London Hue #AD7DA8
RGB
CMYK
RGB Variations
Color information
#AD7DA8 (or 0xAD7DA8) is known color: London Hue. HEX triplet: AD, 7D and A8. RGB value is (173,125,168). Sum of RGB (Red+Green+Blue) = 173+125+168=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7DA8 is #528257. Grayscale: #909090. Windows color (decimal): -5407320 or 11042221. OLE color: 11042221.
HSL color Cylindrical-coordinate representation of color #AD7DA8: hue angle of 306.25º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD7DA8 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 168 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.32 |
| HSL | 306.25º | 0.23% | 0.58% | - |
| HSV(B) | 306.25º | 0.28% | 0.68% | - |
| XYZ | 31.64 | 26.38 | 40.47 | - |
| YUV | 144.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 168 | 0 | 0.28 | 0.03 | 0.32 | 306.25 | 0.23 | 0.58 |
| Hex | AD | 7D | A8 | 0 | 1C | 3 | 20 | 132 | 17 | 3A |
| Octal | 255 | 175 | 250 | 0 | 34 | 3 | 40 | 462 | 27 | 72 |
| Binary | 10101101 | 1111101 | 10101000 | 0 | 11100 | 11 | 100000 | 100110010 | 10111 | 111010 |
Color Harmonies of #AD7DA8
Complementary color
Monochromatic Colors of #AD7DA8
Black with #AD7DA8
Text Example
Text Example
White with #AD7DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7DA8; }
p { color: rgb(173,125,168); }
H1.HeaderClassName
{
color: #AD7DA8;
}
.AnyTagClassName
{
color: #AD7DA8;
}
</style>
background-color css
<style>
a { background-color: #AD7DA8; }
a { background-color: rgb(173,125,168); }
div.DivClassName
{
background-color: #AD7DA8;
}
.BgClassName
{
background-color: #AD7DA8;
}
</style>
border-color css
<style>
span { border-color: #AD7DA8; }
span { border-color: rgb(173,125,168); }
td.TdClassName
{
border-color: #AD7DA8;
}
.TagClassName
{
border-color: #AD7DA8;
}
</style>