Shades of London Hue #AA7BAE
Tints of London Hue #AA7BAE
RGB
CMYK
RGB Variations
Color information
#AA7BAE (or 0xAA7BAE) is known color: London Hue. HEX triplet: AA, 7B and AE. RGB value is (170,123,174). Sum of RGB (Red+Green+Blue) = 170+123+174=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7BAE is #558451. Grayscale: #8E8E8E. Windows color (decimal): -5604434 or 11434922. OLE color: 11434922.
HSL color Cylindrical-coordinate representation of color #AA7BAE: hue angle of 295.29º 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 #AA7BAE is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 123 | 174 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.32 |
| HSL | 295.29º | 0.24% | 0.58% | - |
| HSV(B) | 295.29º | 0.29% | 0.68% | - |
| XYZ | 31.3 | 25.77 | 43.37 | - |
| YUV | 142.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 174 | 0.02 | 0.29 | 0 | 0.32 | 295.29 | 0.24 | 0.58 |
| Hex | AA | 7B | AE | 2 | 1D | 0 | 20 | 127 | 18 | 3A |
| Octal | 252 | 173 | 256 | 2 | 35 | 0 | 40 | 447 | 30 | 72 |
| Binary | 10101010 | 1111011 | 10101110 | 10 | 11101 | 0 | 100000 | 100100111 | 11000 | 111010 |
Color Harmonies of #AA7BAE
Complementary color
Monochromatic Colors of #AA7BAE
Black with #AA7BAE
Text Example
Text Example
White with #AA7BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7BAE; }
p { color: rgb(170,123,174); }
H1.HeaderClassName
{
color: #AA7BAE;
}
.AnyTagClassName
{
color: #AA7BAE;
}
</style>
background-color css
<style>
a { background-color: #AA7BAE; }
a { background-color: rgb(170,123,174); }
div.DivClassName
{
background-color: #AA7BAE;
}
.BgClassName
{
background-color: #AA7BAE;
}
</style>
border-color css
<style>
span { border-color: #AA7BAE; }
span { border-color: rgb(170,123,174); }
td.TdClassName
{
border-color: #AA7BAE;
}
.TagClassName
{
border-color: #AA7BAE;
}
</style>