Shades of Dark Magenta #AE0CA0
Tints of Dark Magenta #AE0CA0
RGB
CMYK
RGB Variations
Color information
#AE0CA0 (or 0xAE0CA0) is known color: Dark Magenta. HEX triplet: AE, 0C and A0. RGB value is (174,12,160). Sum of RGB (Red+Green+Blue) = 174+12+160=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 160 (62.89% from 255 or 46.24% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0CA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0CA0 is #51F35F. Grayscale: #4C4C4C. Windows color (decimal): -5370720 or 10489006. OLE color: 10489006.
HSL color Cylindrical-coordinate representation of color #AE0CA0: hue angle of 305.19º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0CA0 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 12 | 160 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.32 |
| HSL | 305.19º | 0.87% | 0.36% | - |
| HSV(B) | 305.19º | 0.93% | 0.68% | - |
| XYZ | 23.93 | 11.8 | 34.27 | - |
| YUV | 77.31 | 174.67 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 12 | 160 | 0 | 0.93 | 0.08 | 0.32 | 305.19 | 0.87 | 0.36 |
| Hex | AE | C | A0 | 0 | 5D | 8 | 20 | 131 | 57 | 24 |
| Octal | 256 | 14 | 240 | 0 | 135 | 10 | 40 | 461 | 127 | 44 |
| Binary | 10101110 | 1100 | 10100000 | 0 | 1011101 | 1000 | 100000 | 100110001 | 1010111 | 100100 |
Color Harmonies of #AE0CA0
Complementary color
Monochromatic Colors of #AE0CA0
Black with #AE0CA0
Text Example
Text Example
White with #AE0CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0CA0; }
p { color: rgb(174,12,160); }
H1.HeaderClassName
{
color: #AE0CA0;
}
.AnyTagClassName
{
color: #AE0CA0;
}
</style>
background-color css
<style>
a { background-color: #AE0CA0; }
a { background-color: rgb(174,12,160); }
div.DivClassName
{
background-color: #AE0CA0;
}
.BgClassName
{
background-color: #AE0CA0;
}
</style>
border-color css
<style>
span { border-color: #AE0CA0; }
span { border-color: rgb(174,12,160); }
td.TdClassName
{
border-color: #AE0CA0;
}
.TagClassName
{
border-color: #AE0CA0;
}
</style>