Shades of London Hue #AE7CAA
Tints of London Hue #AE7CAA
RGB
CMYK
RGB Variations
Color information
#AE7CAA (or 0xAE7CAA) is known color: London Hue. HEX triplet: AE, 7C and AA. RGB value is (174,124,170). Sum of RGB (Red+Green+Blue) = 174+124+170=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7CAA is #518355. Grayscale: #909090. Windows color (decimal): -5342038 or 11173038. OLE color: 11173038.
HSL color Cylindrical-coordinate representation of color #AE7CAA: hue angle of 304.8º 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 #AE7CAA is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 124 | 170 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.32 |
| HSL | 304.8º | 0.24% | 0.58% | - |
| HSV(B) | 304.8º | 0.29% | 0.68% | - |
| XYZ | 31.92 | 26.32 | 41.43 | - |
| YUV | 144.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 124 | 170 | 0 | 0.29 | 0.02 | 0.32 | 304.8 | 0.24 | 0.58 |
| Hex | AE | 7C | AA | 0 | 1D | 2 | 20 | 131 | 18 | 3A |
| Octal | 256 | 174 | 252 | 0 | 35 | 2 | 40 | 461 | 30 | 72 |
| Binary | 10101110 | 1111100 | 10101010 | 0 | 11101 | 10 | 100000 | 100110001 | 11000 | 111010 |
Color Harmonies of #AE7CAA
Complementary color
Monochromatic Colors of #AE7CAA
Black with #AE7CAA
Text Example
Text Example
White with #AE7CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7CAA; }
p { color: rgb(174,124,170); }
H1.HeaderClassName
{
color: #AE7CAA;
}
.AnyTagClassName
{
color: #AE7CAA;
}
</style>
background-color css
<style>
a { background-color: #AE7CAA; }
a { background-color: rgb(174,124,170); }
div.DivClassName
{
background-color: #AE7CAA;
}
.BgClassName
{
background-color: #AE7CAA;
}
</style>
border-color css
<style>
span { border-color: #AE7CAA; }
span { border-color: rgb(174,124,170); }
td.TdClassName
{
border-color: #AE7CAA;
}
.TagClassName
{
border-color: #AE7CAA;
}
</style>