Shades of London Hue #AE7EAA
Tints of London Hue #AE7EAA
RGB
CMYK
RGB Variations
Color information
#AE7EAA (or 0xAE7EAA) is known color: London Hue. HEX triplet: AE, 7E and AA. RGB value is (174,126,170). Sum of RGB (Red+Green+Blue) = 174+126+170=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7EAA is #518155. Grayscale: #919191. Windows color (decimal): -5341526 or 11173550. OLE color: 11173550.
HSL color Cylindrical-coordinate representation of color #AE7EAA: hue angle of 305º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE7EAA is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 126 | 170 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.32 |
| HSL | 305º | 0.23% | 0.59% | - |
| HSV(B) | 305º | 0.28% | 0.68% | - |
| XYZ | 32.17 | 26.82 | 41.51 | - |
| YUV | 145.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 126 | 170 | 0 | 0.28 | 0.02 | 0.32 | 305 | 0.23 | 0.59 |
| Hex | AE | 7E | AA | 0 | 1C | 2 | 20 | 131 | 17 | 3B |
| Octal | 256 | 176 | 252 | 0 | 34 | 2 | 40 | 461 | 27 | 73 |
| Binary | 10101110 | 1111110 | 10101010 | 0 | 11100 | 10 | 100000 | 100110001 | 10111 | 111011 |
Color Harmonies of #AE7EAA
Complementary color
Monochromatic Colors of #AE7EAA
Black with #AE7EAA
Text Example
Text Example
White with #AE7EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7EAA; }
p { color: rgb(174,126,170); }
H1.HeaderClassName
{
color: #AE7EAA;
}
.AnyTagClassName
{
color: #AE7EAA;
}
</style>
background-color css
<style>
a { background-color: #AE7EAA; }
a { background-color: rgb(174,126,170); }
div.DivClassName
{
background-color: #AE7EAA;
}
.BgClassName
{
background-color: #AE7EAA;
}
</style>
border-color css
<style>
span { border-color: #AE7EAA; }
span { border-color: rgb(174,126,170); }
td.TdClassName
{
border-color: #AE7EAA;
}
.TagClassName
{
border-color: #AE7EAA;
}
</style>