Shades of London Hue #AE7CAE
Tints of London Hue #AE7CAE
RGB
CMYK
RGB Variations
Color information
#AE7CAE (or 0xAE7CAE) is known color: London Hue. HEX triplet: AE, 7C and AE. RGB value is (174,124,174). Sum of RGB (Red+Green+Blue) = 174+124+174=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE7CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7CAE is #518351. Grayscale: #909090. Windows color (decimal): -5342034 or 11435182. OLE color: 11435182.
HSL color Cylindrical-coordinate representation of color #AE7CAE: hue angle of 300º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE7CAE is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 124 | 174 | - |
| CMYK | 0 | 0.29 | 0 | 0.32 |
| HSL | 300º | 0.24% | 0.58% | - |
| HSV(B) | 300º | 0.29% | 0.68% | - |
| XYZ | 32.3 | 26.47 | 43.45 | - |
| YUV | 144.65 | 144.57 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 124 | 174 | 0 | 0.29 | 0 | 0.32 | 300 | 0.24 | 0.58 |
| Hex | AE | 7C | AE | 0 | 1D | 0 | 20 | 12C | 18 | 3A |
| Octal | 256 | 174 | 256 | 0 | 35 | 0 | 40 | 454 | 30 | 72 |
| Binary | 10101110 | 1111100 | 10101110 | 0 | 11101 | 0 | 100000 | 100101100 | 11000 | 111010 |
Color Harmonies of #AE7CAE
Complementary color
Monochromatic Colors of #AE7CAE
Black with #AE7CAE
Text Example
Text Example
White with #AE7CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7CAE; }
p { color: rgb(174,124,174); }
H1.HeaderClassName
{
color: #AE7CAE;
}
.AnyTagClassName
{
color: #AE7CAE;
}
</style>
background-color css
<style>
a { background-color: #AE7CAE; }
a { background-color: rgb(174,124,174); }
div.DivClassName
{
background-color: #AE7CAE;
}
.BgClassName
{
background-color: #AE7CAE;
}
</style>
border-color css
<style>
span { border-color: #AE7CAE; }
span { border-color: rgb(174,124,174); }
td.TdClassName
{
border-color: #AE7CAE;
}
.TagClassName
{
border-color: #AE7CAE;
}
</style>