Shades of London Hue #AD7AAA
Tints of London Hue #AD7AAA
RGB
CMYK
RGB Variations
Color information
#AD7AAA (or 0xAD7AAA) is known color: London Hue. HEX triplet: AD, 7A and AA. RGB value is (173,122,170). Sum of RGB (Red+Green+Blue) = 173+122+170=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7AAA is #528555. Grayscale: #8E8E8E. Windows color (decimal): -5408086 or 11172525. OLE color: 11172525.
HSL color Cylindrical-coordinate representation of color #AD7AAA: hue angle of 303.53º 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 #AD7AAA is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 170 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.32 |
| HSL | 303.53º | 0.24% | 0.58% | - |
| HSV(B) | 303.53º | 0.29% | 0.68% | - |
| XYZ | 31.45 | 25.71 | 41.33 | - |
| YUV | 142.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 170 | 0 | 0.29 | 0.02 | 0.32 | 303.53 | 0.24 | 0.58 |
| Hex | AD | 7A | AA | 0 | 1D | 2 | 20 | 130 | 18 | 3A |
| Octal | 255 | 172 | 252 | 0 | 35 | 2 | 40 | 460 | 30 | 72 |
| Binary | 10101101 | 1111010 | 10101010 | 0 | 11101 | 10 | 100000 | 100110000 | 11000 | 111010 |
Color Harmonies of #AD7AAA
Complementary color
Monochromatic Colors of #AD7AAA
Black with #AD7AAA
Text Example
Text Example
White with #AD7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7AAA; }
p { color: rgb(173,122,170); }
H1.HeaderClassName
{
color: #AD7AAA;
}
.AnyTagClassName
{
color: #AD7AAA;
}
</style>
background-color css
<style>
a { background-color: #AD7AAA; }
a { background-color: rgb(173,122,170); }
div.DivClassName
{
background-color: #AD7AAA;
}
.BgClassName
{
background-color: #AD7AAA;
}
</style>
border-color css
<style>
span { border-color: #AD7AAA; }
span { border-color: rgb(173,122,170); }
td.TdClassName
{
border-color: #AD7AAA;
}
.TagClassName
{
border-color: #AD7AAA;
}
</style>