Shades of London Hue #AE76A9
Tints of London Hue #AE76A9
RGB
CMYK
RGB Variations
Color information
#AE76A9 (or 0xAE76A9) is known color: London Hue. HEX triplet: AE, 76 and A9. RGB value is (174,118,169). Sum of RGB (Red+Green+Blue) = 174+118+169=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 174 - color contains mainly: red. Hex color #AE76A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE76A9 is #518956. Grayscale: #8C8C8C. Windows color (decimal): -5343575 or 11105966. OLE color: 11105966.
HSL color Cylindrical-coordinate representation of color #AE76A9: hue angle of 305.36º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE76A9 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 118 | 169 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.32 |
| HSL | 305.36º | 0.26% | 0.57% | - |
| HSV(B) | 305.36º | 0.32% | 0.68% | - |
| XYZ | 31.1 | 24.82 | 40.69 | - |
| YUV | 140.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 169 | 0 | 0.32 | 0.03 | 0.32 | 305.36 | 0.26 | 0.57 |
| Hex | AE | 76 | A9 | 0 | 20 | 3 | 20 | 131 | 1A | 39 |
| Octal | 256 | 166 | 251 | 0 | 40 | 3 | 40 | 461 | 32 | 71 |
| Binary | 10101110 | 1110110 | 10101001 | 0 | 100000 | 11 | 100000 | 100110001 | 11010 | 111001 |
Color Harmonies of #AE76A9
Complementary color
Monochromatic Colors of #AE76A9
Black with #AE76A9
Text Example
Text Example
White with #AE76A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE76A9; }
p { color: rgb(174,118,169); }
H1.HeaderClassName
{
color: #AE76A9;
}
.AnyTagClassName
{
color: #AE76A9;
}
</style>
background-color css
<style>
a { background-color: #AE76A9; }
a { background-color: rgb(174,118,169); }
div.DivClassName
{
background-color: #AE76A9;
}
.BgClassName
{
background-color: #AE76A9;
}
</style>
border-color css
<style>
span { border-color: #AE76A9; }
span { border-color: rgb(174,118,169); }
td.TdClassName
{
border-color: #AE76A9;
}
.TagClassName
{
border-color: #AE76A9;
}
</style>