Shades of London Hue #AA7AAC
Tints of London Hue #AA7AAC
RGB
CMYK
RGB Variations
Color information
#AA7AAC (or 0xAA7AAC) is known color: London Hue. HEX triplet: AA, 7A and AC. RGB value is (170,122,172). Sum of RGB (Red+Green+Blue) = 170+122+172=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA7AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7AAC is #558553. Grayscale: #8D8D8D. Windows color (decimal): -5604692 or 11303594. OLE color: 11303594.
HSL color Cylindrical-coordinate representation of color #AA7AAC: hue angle of 297.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA7AAC is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 172 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.33 |
| HSL | 297.6º | 0.23% | 0.58% | - |
| HSV(B) | 297.6º | 0.29% | 0.67% | - |
| XYZ | 30.98 | 25.44 | 42.31 | - |
| YUV | 142.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 172 | 0.01 | 0.29 | 0 | 0.33 | 297.6 | 0.23 | 0.58 |
| Hex | AA | 7A | AC | 1 | 1D | 0 | 21 | 12A | 17 | 3A |
| Octal | 252 | 172 | 254 | 1 | 35 | 0 | 41 | 452 | 27 | 72 |
| Binary | 10101010 | 1111010 | 10101100 | 1 | 11101 | 0 | 100001 | 100101010 | 10111 | 111010 |
Color Harmonies of #AA7AAC
Complementary color
Monochromatic Colors of #AA7AAC
Black with #AA7AAC
Text Example
Text Example
White with #AA7AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7AAC; }
p { color: rgb(170,122,172); }
H1.HeaderClassName
{
color: #AA7AAC;
}
.AnyTagClassName
{
color: #AA7AAC;
}
</style>
background-color css
<style>
a { background-color: #AA7AAC; }
a { background-color: rgb(170,122,172); }
div.DivClassName
{
background-color: #AA7AAC;
}
.BgClassName
{
background-color: #AA7AAC;
}
</style>
border-color css
<style>
span { border-color: #AA7AAC; }
span { border-color: rgb(170,122,172); }
td.TdClassName
{
border-color: #AA7AAC;
}
.TagClassName
{
border-color: #AA7AAC;
}
</style>