Shades of London Hue #AD7BA7
Tints of London Hue #AD7BA7
RGB
CMYK
RGB Variations
Color information
#AD7BA7 (or 0xAD7BA7) is known color: London Hue. HEX triplet: AD, 7B and A7. RGB value is (173,123,167). Sum of RGB (Red+Green+Blue) = 173+123+167=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7BA7 is #528458. Grayscale: #8E8E8E. Windows color (decimal): -5407833 or 10976173. OLE color: 10976173.
HSL color Cylindrical-coordinate representation of color #AD7BA7: hue angle of 307.2º 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 #AD7BA7 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 167 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.32 |
| HSL | 307.2º | 0.23% | 0.58% | - |
| HSV(B) | 307.2º | 0.29% | 0.68% | - |
| XYZ | 31.29 | 25.84 | 39.9 | - |
| YUV | 142.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 167 | 0 | 0.29 | 0.03 | 0.32 | 307.2 | 0.23 | 0.58 |
| Hex | AD | 7B | A7 | 0 | 1D | 3 | 20 | 133 | 17 | 3A |
| Octal | 255 | 173 | 247 | 0 | 35 | 3 | 40 | 463 | 27 | 72 |
| Binary | 10101101 | 1111011 | 10100111 | 0 | 11101 | 11 | 100000 | 100110011 | 10111 | 111010 |
Color Harmonies of #AD7BA7
Complementary color
Monochromatic Colors of #AD7BA7
Black with #AD7BA7
Text Example
Text Example
White with #AD7BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BA7; }
p { color: rgb(173,123,167); }
H1.HeaderClassName
{
color: #AD7BA7;
}
.AnyTagClassName
{
color: #AD7BA7;
}
</style>
background-color css
<style>
a { background-color: #AD7BA7; }
a { background-color: rgb(173,123,167); }
div.DivClassName
{
background-color: #AD7BA7;
}
.BgClassName
{
background-color: #AD7BA7;
}
</style>
border-color css
<style>
span { border-color: #AD7BA7; }
span { border-color: rgb(173,123,167); }
td.TdClassName
{
border-color: #AD7BA7;
}
.TagClassName
{
border-color: #AD7BA7;
}
</style>