Shades of London Hue #AA7FAE
Tints of London Hue #AA7FAE
RGB
CMYK
RGB Variations
Color information
#AA7FAE (or 0xAA7FAE) is known color: London Hue. HEX triplet: AA, 7F and AE. RGB value is (170,127,174). Sum of RGB (Red+Green+Blue) = 170+127+174=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA7FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7FAE is #558051. Grayscale: #919191. Windows color (decimal): -5603410 or 11435946. OLE color: 11435946.
HSL color Cylindrical-coordinate representation of color #AA7FAE: hue angle of 294.89º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA7FAE is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 127 | 174 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.32 |
| HSL | 294.89º | 0.22% | 0.59% | - |
| HSV(B) | 294.89º | 0.27% | 0.68% | - |
| XYZ | 31.81 | 26.78 | 43.54 | - |
| YUV | 145.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 174 | 0.02 | 0.27 | 0 | 0.32 | 294.89 | 0.22 | 0.59 |
| Hex | AA | 7F | AE | 2 | 1B | 0 | 20 | 127 | 16 | 3B |
| Octal | 252 | 177 | 256 | 2 | 33 | 0 | 40 | 447 | 26 | 73 |
| Binary | 10101010 | 1111111 | 10101110 | 10 | 11011 | 0 | 100000 | 100100111 | 10110 | 111011 |
Color Harmonies of #AA7FAE
Complementary color
Monochromatic Colors of #AA7FAE
Black with #AA7FAE
Text Example
Text Example
White with #AA7FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FAE; }
p { color: rgb(170,127,174); }
H1.HeaderClassName
{
color: #AA7FAE;
}
.AnyTagClassName
{
color: #AA7FAE;
}
</style>
background-color css
<style>
a { background-color: #AA7FAE; }
a { background-color: rgb(170,127,174); }
div.DivClassName
{
background-color: #AA7FAE;
}
.BgClassName
{
background-color: #AA7FAE;
}
</style>
border-color css
<style>
span { border-color: #AA7FAE; }
span { border-color: rgb(170,127,174); }
td.TdClassName
{
border-color: #AA7FAE;
}
.TagClassName
{
border-color: #AA7FAE;
}
</style>