Shades of London Hue #AA7CAE
Tints of London Hue #AA7CAE
RGB
CMYK
RGB Variations
Color information
#AA7CAE (or 0xAA7CAE) is known color: London Hue. HEX triplet: AA, 7C and AE. RGB value is (170,124,174). Sum of RGB (Red+Green+Blue) = 170+124+174=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA7CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7CAE is #558351. Grayscale: #8F8F8F. Windows color (decimal): -5604178 or 11435178. OLE color: 11435178.
HSL color Cylindrical-coordinate representation of color #AA7CAE: hue angle of 295.2º 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 #AA7CAE is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 124 | 174 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.32 |
| HSL | 295.2º | 0.24% | 0.58% | - |
| HSV(B) | 295.2º | 0.29% | 0.68% | - |
| XYZ | 31.43 | 26.02 | 43.41 | - |
| YUV | 143.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 174 | 0.02 | 0.29 | 0 | 0.32 | 295.2 | 0.24 | 0.58 |
| Hex | AA | 7C | AE | 2 | 1D | 0 | 20 | 127 | 18 | 3A |
| Octal | 252 | 174 | 256 | 2 | 35 | 0 | 40 | 447 | 30 | 72 |
| Binary | 10101010 | 1111100 | 10101110 | 10 | 11101 | 0 | 100000 | 100100111 | 11000 | 111010 |
Color Harmonies of #AA7CAE
Complementary color
Monochromatic Colors of #AA7CAE
Black with #AA7CAE
Text Example
Text Example
White with #AA7CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7CAE; }
p { color: rgb(170,124,174); }
H1.HeaderClassName
{
color: #AA7CAE;
}
.AnyTagClassName
{
color: #AA7CAE;
}
</style>
background-color css
<style>
a { background-color: #AA7CAE; }
a { background-color: rgb(170,124,174); }
div.DivClassName
{
background-color: #AA7CAE;
}
.BgClassName
{
background-color: #AA7CAE;
}
</style>
border-color css
<style>
span { border-color: #AA7CAE; }
span { border-color: rgb(170,124,174); }
td.TdClassName
{
border-color: #AA7CAE;
}
.TagClassName
{
border-color: #AA7CAE;
}
</style>