Shades of Dark Magenta #AE0EA0
Tints of Dark Magenta #AE0EA0
RGB
CMYK
RGB Variations
Color information
#AE0EA0 (or 0xAE0EA0) is known color: Dark Magenta. HEX triplet: AE, 0E and A0. RGB value is (174,14,160). Sum of RGB (Red+Green+Blue) = 174+14+160=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0EA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0EA0 is #51F15F. Grayscale: #4E4E4E. Windows color (decimal): -5370208 or 10489518. OLE color: 10489518.
HSL color Cylindrical-coordinate representation of color #AE0EA0: hue angle of 305.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE0EA0 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 14 | 160 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.32 |
| HSL | 305.25º | 0.85% | 0.37% | - |
| HSV(B) | 305.25º | 0.92% | 0.68% | - |
| XYZ | 23.96 | 11.85 | 34.28 | - |
| YUV | 78.48 | 174.01 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 14 | 160 | 0 | 0.92 | 0.08 | 0.32 | 305.25 | 0.85 | 0.37 |
| Hex | AE | E | A0 | 0 | 5C | 8 | 20 | 131 | 55 | 25 |
| Octal | 256 | 16 | 240 | 0 | 134 | 10 | 40 | 461 | 125 | 45 |
| Binary | 10101110 | 1110 | 10100000 | 0 | 1011100 | 1000 | 100000 | 100110001 | 1010101 | 100101 |
Color Harmonies of #AE0EA0
Complementary color
Monochromatic Colors of #AE0EA0
Black with #AE0EA0
Text Example
Text Example
White with #AE0EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0EA0; }
p { color: rgb(174,14,160); }
H1.HeaderClassName
{
color: #AE0EA0;
}
.AnyTagClassName
{
color: #AE0EA0;
}
</style>
background-color css
<style>
a { background-color: #AE0EA0; }
a { background-color: rgb(174,14,160); }
div.DivClassName
{
background-color: #AE0EA0;
}
.BgClassName
{
background-color: #AE0EA0;
}
</style>
border-color css
<style>
span { border-color: #AE0EA0; }
span { border-color: rgb(174,14,160); }
td.TdClassName
{
border-color: #AE0EA0;
}
.TagClassName
{
border-color: #AE0EA0;
}
</style>