Shades of London Hue #AD7BA9
Tints of London Hue #AD7BA9
RGB
CMYK
RGB Variations
Color information
#AD7BA9 (or 0xAD7BA9) is known color: London Hue. HEX triplet: AD, 7B and A9. RGB value is (173,123,169). Sum of RGB (Red+Green+Blue) = 173+123+169=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7BA9 is #528456. Grayscale: #8F8F8F. Windows color (decimal): -5407831 or 11107245. OLE color: 11107245.
HSL color Cylindrical-coordinate representation of color #AD7BA9: hue angle of 304.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7BA9 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 169 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.32 |
| HSL | 304.8º | 0.23% | 0.58% | - |
| HSV(B) | 304.8º | 0.29% | 0.68% | - |
| XYZ | 31.48 | 25.91 | 40.88 | - |
| YUV | 143.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 169 | 0 | 0.29 | 0.02 | 0.32 | 304.8 | 0.23 | 0.58 |
| Hex | AD | 7B | A9 | 0 | 1D | 2 | 20 | 131 | 17 | 3A |
| Octal | 255 | 173 | 251 | 0 | 35 | 2 | 40 | 461 | 27 | 72 |
| Binary | 10101101 | 1111011 | 10101001 | 0 | 11101 | 10 | 100000 | 100110001 | 10111 | 111010 |
Color Harmonies of #AD7BA9
Complementary color
Monochromatic Colors of #AD7BA9
Black with #AD7BA9
Text Example
Text Example
White with #AD7BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BA9; }
p { color: rgb(173,123,169); }
H1.HeaderClassName
{
color: #AD7BA9;
}
.AnyTagClassName
{
color: #AD7BA9;
}
</style>
background-color css
<style>
a { background-color: #AD7BA9; }
a { background-color: rgb(173,123,169); }
div.DivClassName
{
background-color: #AD7BA9;
}
.BgClassName
{
background-color: #AD7BA9;
}
</style>
border-color css
<style>
span { border-color: #AD7BA9; }
span { border-color: rgb(173,123,169); }
td.TdClassName
{
border-color: #AD7BA9;
}
.TagClassName
{
border-color: #AD7BA9;
}
</style>