Shades of London Hue #AD7BAC
Tints of London Hue #AD7BAC
RGB
CMYK
RGB Variations
Color information
#AD7BAC (or 0xAD7BAC) is known color: London Hue. HEX triplet: AD, 7B and AC. RGB value is (173,123,172). Sum of RGB (Red+Green+Blue) = 173+123+172=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7BAC is #528453. Grayscale: #8F8F8F. Windows color (decimal): -5407828 or 11303853. OLE color: 11303853.
HSL color Cylindrical-coordinate representation of color #AD7BAC: hue angle of 301.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 #AD7BAC is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 172 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.32 |
| HSL | 301.2º | 0.23% | 0.58% | - |
| HSV(B) | 301.2º | 0.29% | 0.68% | - |
| XYZ | 31.76 | 26.03 | 42.38 | - |
| YUV | 143.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 172 | 0 | 0.29 | 0.01 | 0.32 | 301.2 | 0.23 | 0.58 |
| Hex | AD | 7B | AC | 0 | 1D | 1 | 20 | 12D | 17 | 3A |
| Octal | 255 | 173 | 254 | 0 | 35 | 1 | 40 | 455 | 27 | 72 |
| Binary | 10101101 | 1111011 | 10101100 | 0 | 11101 | 1 | 100000 | 100101101 | 10111 | 111010 |
Color Harmonies of #AD7BAC
Complementary color
Monochromatic Colors of #AD7BAC
Black with #AD7BAC
Text Example
Text Example
White with #AD7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BAC; }
p { color: rgb(173,123,172); }
H1.HeaderClassName
{
color: #AD7BAC;
}
.AnyTagClassName
{
color: #AD7BAC;
}
</style>
background-color css
<style>
a { background-color: #AD7BAC; }
a { background-color: rgb(173,123,172); }
div.DivClassName
{
background-color: #AD7BAC;
}
.BgClassName
{
background-color: #AD7BAC;
}
</style>
border-color css
<style>
span { border-color: #AD7BAC; }
span { border-color: rgb(173,123,172); }
td.TdClassName
{
border-color: #AD7BAC;
}
.TagClassName
{
border-color: #AD7BAC;
}
</style>