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