Shades of London Hue #AE7DAE
Tints of London Hue #AE7DAE
RGB
CMYK
RGB Variations
Color information
#AE7DAE (or 0xAE7DAE) is known color: London Hue. HEX triplet: AE, 7D and AE. RGB value is (174,125,174). Sum of RGB (Red+Green+Blue) = 174+125+174=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE7DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7DAE is #518251. Grayscale: #919191. Windows color (decimal): -5341778 or 11435438. OLE color: 11435438.
HSL color Cylindrical-coordinate representation of color #AE7DAE: hue angle of 300º 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 #AE7DAE is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 125 | 174 | - |
| CMYK | 0 | 0.28 | 0 | 0.32 |
| HSL | 300º | 0.23% | 0.59% | - |
| HSV(B) | 300º | 0.28% | 0.68% | - |
| XYZ | 32.43 | 26.72 | 43.49 | - |
| YUV | 145.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 125 | 174 | 0 | 0.28 | 0 | 0.32 | 300 | 0.23 | 0.59 |
| Hex | AE | 7D | AE | 0 | 1C | 0 | 20 | 12C | 17 | 3B |
| Octal | 256 | 175 | 256 | 0 | 34 | 0 | 40 | 454 | 27 | 73 |
| Binary | 10101110 | 1111101 | 10101110 | 0 | 11100 | 0 | 100000 | 100101100 | 10111 | 111011 |
Color Harmonies of #AE7DAE
Complementary color
Monochromatic Colors of #AE7DAE
Black with #AE7DAE
Text Example
Text Example
White with #AE7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7DAE; }
p { color: rgb(174,125,174); }
H1.HeaderClassName
{
color: #AE7DAE;
}
.AnyTagClassName
{
color: #AE7DAE;
}
</style>
background-color css
<style>
a { background-color: #AE7DAE; }
a { background-color: rgb(174,125,174); }
div.DivClassName
{
background-color: #AE7DAE;
}
.BgClassName
{
background-color: #AE7DAE;
}
</style>
border-color css
<style>
span { border-color: #AE7DAE; }
span { border-color: rgb(174,125,174); }
td.TdClassName
{
border-color: #AE7DAE;
}
.TagClassName
{
border-color: #AE7DAE;
}
</style>