Shades of London Hue #AD7CAB
Tints of London Hue #AD7CAB
RGB
CMYK
RGB Variations
Color information
#AD7CAB (or 0xAD7CAB) is known color: London Hue. HEX triplet: AD, 7C and AB. RGB value is (173,124,171). Sum of RGB (Red+Green+Blue) = 173+124+171=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7CAB is #528354. Grayscale: #8F8F8F. Windows color (decimal): -5407573 or 11238573. OLE color: 11238573.
HSL color Cylindrical-coordinate representation of color #AD7CAB: hue angle of 302.45º 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 #AD7CAB is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 124 | 171 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.32 |
| HSL | 302.45º | 0.23% | 0.58% | - |
| HSV(B) | 302.45º | 0.28% | 0.68% | - |
| XYZ | 31.79 | 26.24 | 41.92 | - |
| YUV | 144.01 | 143.23 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 171 | 0 | 0.28 | 0.01 | 0.32 | 302.45 | 0.23 | 0.58 |
| Hex | AD | 7C | AB | 0 | 1C | 1 | 20 | 12E | 17 | 3A |
| Octal | 255 | 174 | 253 | 0 | 34 | 1 | 40 | 456 | 27 | 72 |
| Binary | 10101101 | 1111100 | 10101011 | 0 | 11100 | 1 | 100000 | 100101110 | 10111 | 111010 |
Color Harmonies of #AD7CAB
Complementary color
Monochromatic Colors of #AD7CAB
Black with #AD7CAB
Text Example
Text Example
White with #AD7CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7CAB; }
p { color: rgb(173,124,171); }
H1.HeaderClassName
{
color: #AD7CAB;
}
.AnyTagClassName
{
color: #AD7CAB;
}
</style>
background-color css
<style>
a { background-color: #AD7CAB; }
a { background-color: rgb(173,124,171); }
div.DivClassName
{
background-color: #AD7CAB;
}
.BgClassName
{
background-color: #AD7CAB;
}
</style>
border-color css
<style>
span { border-color: #AD7CAB; }
span { border-color: rgb(173,124,171); }
td.TdClassName
{
border-color: #AD7CAB;
}
.TagClassName
{
border-color: #AD7CAB;
}
</style>