Shades of Dark Magenta #AE0CA4
Tints of Dark Magenta #AE0CA4
RGB
CMYK
RGB Variations
Color information
#AE0CA4 (or 0xAE0CA4) is known color: Dark Magenta. HEX triplet: AE, 0C and A4. RGB value is (174,12,164). Sum of RGB (Red+Green+Blue) = 174+12+164=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0CA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0CA4 is #51F35B. Grayscale: #4D4D4D. Windows color (decimal): -5370716 or 10751150. OLE color: 10751150.
HSL color Cylindrical-coordinate representation of color #AE0CA4: hue angle of 303.7º 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 #AE0CA4 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 12 | 164 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.32 |
| HSL | 303.7º | 0.87% | 0.36% | - |
| HSV(B) | 303.7º | 0.93% | 0.68% | - |
| XYZ | 24.29 | 11.94 | 36.15 | - |
| YUV | 77.77 | 176.67 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 12 | 164 | 0 | 0.93 | 0.06 | 0.32 | 303.7 | 0.87 | 0.36 |
| Hex | AE | C | A4 | 0 | 5D | 6 | 20 | 130 | 57 | 24 |
| Octal | 256 | 14 | 244 | 0 | 135 | 6 | 40 | 460 | 127 | 44 |
| Binary | 10101110 | 1100 | 10100100 | 0 | 1011101 | 110 | 100000 | 100110000 | 1010111 | 100100 |
Color Harmonies of #AE0CA4
Complementary color
Monochromatic Colors of #AE0CA4
Black with #AE0CA4
Text Example
Text Example
White with #AE0CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0CA4; }
p { color: rgb(174,12,164); }
H1.HeaderClassName
{
color: #AE0CA4;
}
.AnyTagClassName
{
color: #AE0CA4;
}
</style>
background-color css
<style>
a { background-color: #AE0CA4; }
a { background-color: rgb(174,12,164); }
div.DivClassName
{
background-color: #AE0CA4;
}
.BgClassName
{
background-color: #AE0CA4;
}
</style>
border-color css
<style>
span { border-color: #AE0CA4; }
span { border-color: rgb(174,12,164); }
td.TdClassName
{
border-color: #AE0CA4;
}
.TagClassName
{
border-color: #AE0CA4;
}
</style>