Shades of London Hue #AA79A9
Tints of London Hue #AA79A9
RGB
CMYK
RGB Variations
Color information
#AA79A9 (or 0xAA79A9) is known color: London Hue. HEX triplet: AA, 79 and A9. RGB value is (170,121,169). Sum of RGB (Red+Green+Blue) = 170+121+169=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA79A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA79A9 is #558656. Grayscale: #8C8C8C. Windows color (decimal): -5604951 or 11106730. OLE color: 11106730.
HSL color Cylindrical-coordinate representation of color #AA79A9: hue angle of 301.22º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA79A9 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 169 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.33 |
| HSL | 301.22º | 0.22% | 0.57% | - |
| HSV(B) | 301.22º | 0.29% | 0.67% | - |
| XYZ | 30.58 | 25.09 | 40.77 | - |
| YUV | 141.12 | 143.73 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 169 | 0 | 0.29 | 0.01 | 0.33 | 301.22 | 0.22 | 0.57 |
| Hex | AA | 79 | A9 | 0 | 1D | 1 | 21 | 12D | 16 | 39 |
| Octal | 252 | 171 | 251 | 0 | 35 | 1 | 41 | 455 | 26 | 71 |
| Binary | 10101010 | 1111001 | 10101001 | 0 | 11101 | 1 | 100001 | 100101101 | 10110 | 111001 |
Color Harmonies of #AA79A9
Complementary color
Monochromatic Colors of #AA79A9
Black with #AA79A9
Text Example
Text Example
White with #AA79A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA79A9; }
p { color: rgb(170,121,169); }
H1.HeaderClassName
{
color: #AA79A9;
}
.AnyTagClassName
{
color: #AA79A9;
}
</style>
background-color css
<style>
a { background-color: #AA79A9; }
a { background-color: rgb(170,121,169); }
div.DivClassName
{
background-color: #AA79A9;
}
.BgClassName
{
background-color: #AA79A9;
}
</style>
border-color css
<style>
span { border-color: #AA79A9; }
span { border-color: rgb(170,121,169); }
td.TdClassName
{
border-color: #AA79A9;
}
.TagClassName
{
border-color: #AA79A9;
}
</style>