Shades of London Hue #AD7CA9
Tints of London Hue #AD7CA9
RGB
CMYK
RGB Variations
Color information
#AD7CA9 (or 0xAD7CA9) is known color: London Hue. HEX triplet: AD, 7C and A9. RGB value is (173,124,169). Sum of RGB (Red+Green+Blue) = 173+124+169=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7CA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7CA9 is #528356. Grayscale: #8F8F8F. Windows color (decimal): -5407575 or 11107501. OLE color: 11107501.
HSL color Cylindrical-coordinate representation of color #AD7CA9: hue angle of 304.9º 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 #AD7CA9 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 124 | 169 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.32 |
| HSL | 304.9º | 0.23% | 0.58% | - |
| HSV(B) | 304.9º | 0.28% | 0.68% | - |
| XYZ | 31.6 | 26.16 | 40.92 | - |
| YUV | 143.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 169 | 0 | 0.28 | 0.02 | 0.32 | 304.9 | 0.23 | 0.58 |
| Hex | AD | 7C | A9 | 0 | 1C | 2 | 20 | 131 | 17 | 3A |
| Octal | 255 | 174 | 251 | 0 | 34 | 2 | 40 | 461 | 27 | 72 |
| Binary | 10101101 | 1111100 | 10101001 | 0 | 11100 | 10 | 100000 | 100110001 | 10111 | 111010 |
Color Harmonies of #AD7CA9
Complementary color
Monochromatic Colors of #AD7CA9
Black with #AD7CA9
Text Example
Text Example
White with #AD7CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7CA9; }
p { color: rgb(173,124,169); }
H1.HeaderClassName
{
color: #AD7CA9;
}
.AnyTagClassName
{
color: #AD7CA9;
}
</style>
background-color css
<style>
a { background-color: #AD7CA9; }
a { background-color: rgb(173,124,169); }
div.DivClassName
{
background-color: #AD7CA9;
}
.BgClassName
{
background-color: #AD7CA9;
}
</style>
border-color css
<style>
span { border-color: #AD7CA9; }
span { border-color: rgb(173,124,169); }
td.TdClassName
{
border-color: #AD7CA9;
}
.TagClassName
{
border-color: #AD7CA9;
}
</style>