Shades of London Hue #AE7AAD
Tints of London Hue #AE7AAD
RGB
CMYK
RGB Variations
Color information
#AE7AAD (or 0xAE7AAD) is known color: London Hue. HEX triplet: AE, 7A and AD. RGB value is (174,122,173). Sum of RGB (Red+Green+Blue) = 174+122+173=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7AAD is #518552. Grayscale: #8F8F8F. Windows color (decimal): -5342547 or 11369134. OLE color: 11369134.
HSL color Cylindrical-coordinate representation of color #AE7AAD: hue angle of 301.15º 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 #AE7AAD is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 122 | 173 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.32 |
| HSL | 301.15º | 0.24% | 0.58% | - |
| HSV(B) | 301.15º | 0.3% | 0.68% | - |
| XYZ | 31.96 | 25.93 | 42.86 | - |
| YUV | 143.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 122 | 173 | 0 | 0.30 | 0.01 | 0.32 | 301.15 | 0.24 | 0.58 |
| Hex | AE | 7A | AD | 0 | 1E | 1 | 20 | 12D | 18 | 3A |
| Octal | 256 | 172 | 255 | 0 | 36 | 1 | 40 | 455 | 30 | 72 |
| Binary | 10101110 | 1111010 | 10101101 | 0 | 11110 | 1 | 100000 | 100101101 | 11000 | 111010 |
Color Harmonies of #AE7AAD
Complementary color
Monochromatic Colors of #AE7AAD
Black with #AE7AAD
Text Example
Text Example
White with #AE7AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7AAD; }
p { color: rgb(174,122,173); }
H1.HeaderClassName
{
color: #AE7AAD;
}
.AnyTagClassName
{
color: #AE7AAD;
}
</style>
background-color css
<style>
a { background-color: #AE7AAD; }
a { background-color: rgb(174,122,173); }
div.DivClassName
{
background-color: #AE7AAD;
}
.BgClassName
{
background-color: #AE7AAD;
}
</style>
border-color css
<style>
span { border-color: #AE7AAD; }
span { border-color: rgb(174,122,173); }
td.TdClassName
{
border-color: #AE7AAD;
}
.TagClassName
{
border-color: #AE7AAD;
}
</style>