Shades of London Hue #AD7CAA
Tints of London Hue #AD7CAA
RGB
CMYK
RGB Variations
Color information
#AD7CAA (or 0xAD7CAA) is known color: London Hue. HEX triplet: AD, 7C and AA. RGB value is (173,124,170). Sum of RGB (Red+Green+Blue) = 173+124+170=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7CAA is #528355. Grayscale: #8F8F8F. Windows color (decimal): -5407574 or 11173037. OLE color: 11173037.
HSL color Cylindrical-coordinate representation of color #AD7CAA: hue angle of 303.67º 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 #AD7CAA is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 124 | 170 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.32 |
| HSL | 303.67º | 0.23% | 0.58% | - |
| HSV(B) | 303.67º | 0.28% | 0.68% | - |
| XYZ | 31.7 | 26.2 | 41.42 | - |
| YUV | 143.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 170 | 0 | 0.28 | 0.02 | 0.32 | 303.67 | 0.23 | 0.58 |
| Hex | AD | 7C | AA | 0 | 1C | 2 | 20 | 130 | 17 | 3A |
| Octal | 255 | 174 | 252 | 0 | 34 | 2 | 40 | 460 | 27 | 72 |
| Binary | 10101101 | 1111100 | 10101010 | 0 | 11100 | 10 | 100000 | 100110000 | 10111 | 111010 |
Color Harmonies of #AD7CAA
Complementary color
Monochromatic Colors of #AD7CAA
Black with #AD7CAA
Text Example
Text Example
White with #AD7CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7CAA; }
p { color: rgb(173,124,170); }
H1.HeaderClassName
{
color: #AD7CAA;
}
.AnyTagClassName
{
color: #AD7CAA;
}
</style>
background-color css
<style>
a { background-color: #AD7CAA; }
a { background-color: rgb(173,124,170); }
div.DivClassName
{
background-color: #AD7CAA;
}
.BgClassName
{
background-color: #AD7CAA;
}
</style>
border-color css
<style>
span { border-color: #AD7CAA; }
span { border-color: rgb(173,124,170); }
td.TdClassName
{
border-color: #AD7CAA;
}
.TagClassName
{
border-color: #AD7CAA;
}
</style>