Shades of London Hue #AD7AAB
Tints of London Hue #AD7AAB
RGB
CMYK
RGB Variations
Color information
#AD7AAB (or 0xAD7AAB) is known color: London Hue. HEX triplet: AD, 7A and AB. RGB value is (173,122,171). Sum of RGB (Red+Green+Blue) = 173+122+171=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7AAB is #528554. Grayscale: #8E8E8E. Windows color (decimal): -5408085 or 11238061. OLE color: 11238061.
HSL color Cylindrical-coordinate representation of color #AD7AAB: hue angle of 302.35º degrees, saturation: 0.24, 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 #AD7AAB is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 171 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.32 |
| HSL | 302.35º | 0.24% | 0.58% | - |
| HSV(B) | 302.35º | 0.29% | 0.68% | - |
| XYZ | 31.54 | 25.74 | 41.83 | - |
| YUV | 142.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 171 | 0 | 0.29 | 0.01 | 0.32 | 302.35 | 0.24 | 0.58 |
| Hex | AD | 7A | AB | 0 | 1D | 1 | 20 | 12E | 18 | 3A |
| Octal | 255 | 172 | 253 | 0 | 35 | 1 | 40 | 456 | 30 | 72 |
| Binary | 10101101 | 1111010 | 10101011 | 0 | 11101 | 1 | 100000 | 100101110 | 11000 | 111010 |
Color Harmonies of #AD7AAB
Complementary color
Monochromatic Colors of #AD7AAB
Black with #AD7AAB
Text Example
Text Example
White with #AD7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7AAB; }
p { color: rgb(173,122,171); }
H1.HeaderClassName
{
color: #AD7AAB;
}
.AnyTagClassName
{
color: #AD7AAB;
}
</style>
background-color css
<style>
a { background-color: #AD7AAB; }
a { background-color: rgb(173,122,171); }
div.DivClassName
{
background-color: #AD7AAB;
}
.BgClassName
{
background-color: #AD7AAB;
}
</style>
border-color css
<style>
span { border-color: #AD7AAB; }
span { border-color: rgb(173,122,171); }
td.TdClassName
{
border-color: #AD7AAB;
}
.TagClassName
{
border-color: #AD7AAB;
}
</style>