Shades of London Hue #AE7AAA
Tints of London Hue #AE7AAA
RGB
CMYK
RGB Variations
Color information
#AE7AAA (or 0xAE7AAA) is known color: London Hue. HEX triplet: AE, 7A and AA. RGB value is (174,122,170). Sum of RGB (Red+Green+Blue) = 174+122+170=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7AAA is #518555. Grayscale: #8E8E8E. Windows color (decimal): -5342550 or 11172526. OLE color: 11172526.
HSL color Cylindrical-coordinate representation of color #AE7AAA: hue angle of 304.62º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE7AAA is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 122 | 170 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.32 |
| HSL | 304.62º | 0.24% | 0.58% | - |
| HSV(B) | 304.62º | 0.3% | 0.68% | - |
| XYZ | 31.67 | 25.82 | 41.34 | - |
| YUV | 143.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 122 | 170 | 0 | 0.30 | 0.02 | 0.32 | 304.62 | 0.24 | 0.58 |
| Hex | AE | 7A | AA | 0 | 1E | 2 | 20 | 131 | 18 | 3A |
| Octal | 256 | 172 | 252 | 0 | 36 | 2 | 40 | 461 | 30 | 72 |
| Binary | 10101110 | 1111010 | 10101010 | 0 | 11110 | 10 | 100000 | 100110001 | 11000 | 111010 |
Color Harmonies of #AE7AAA
Complementary color
Monochromatic Colors of #AE7AAA
Black with #AE7AAA
Text Example
Text Example
White with #AE7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7AAA; }
p { color: rgb(174,122,170); }
H1.HeaderClassName
{
color: #AE7AAA;
}
.AnyTagClassName
{
color: #AE7AAA;
}
</style>
background-color css
<style>
a { background-color: #AE7AAA; }
a { background-color: rgb(174,122,170); }
div.DivClassName
{
background-color: #AE7AAA;
}
.BgClassName
{
background-color: #AE7AAA;
}
</style>
border-color css
<style>
span { border-color: #AE7AAA; }
span { border-color: rgb(174,122,170); }
td.TdClassName
{
border-color: #AE7AAA;
}
.TagClassName
{
border-color: #AE7AAA;
}
</style>