Shades of Dark Magenta #AE039A
Tints of Dark Magenta #AE039A
RGB
CMYK
RGB Variations
Color information
#AE039A (or 0xAE039A) is known color: Dark Magenta. HEX triplet: AE, 03 and 9A. RGB value is (174,3,154). Sum of RGB (Red+Green+Blue) = 174+3+154=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE039A is #51FC65. Grayscale: #464646. Windows color (decimal): -5373030 or 10093486. OLE color: 10093486.
HSL color Cylindrical-coordinate representation of color #AE039A: hue angle of 307.02º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE039A is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 3 | 154 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.32 |
| HSL | 307.02º | 0.97% | 0.35% | - |
| HSV(B) | 307.02º | 0.98% | 0.68% | - |
| XYZ | 23.32 | 11.4 | 31.54 | - |
| YUV | 71.34 | 174.65 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 3 | 154 | 0 | 0.98 | 0.11 | 0.32 | 307.02 | 0.97 | 0.35 |
| Hex | AE | 3 | 9A | 0 | 62 | B | 20 | 133 | 61 | 23 |
| Octal | 256 | 3 | 232 | 0 | 142 | 13 | 40 | 463 | 141 | 43 |
| Binary | 10101110 | 11 | 10011010 | 0 | 1100010 | 1011 | 100000 | 100110011 | 1100001 | 100011 |
Color Harmonies of #AE039A
Complementary color
Monochromatic Colors of #AE039A
Black with #AE039A
Text Example
Text Example
White with #AE039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE039A; }
p { color: rgb(174,3,154); }
H1.HeaderClassName
{
color: #AE039A;
}
.AnyTagClassName
{
color: #AE039A;
}
</style>
background-color css
<style>
a { background-color: #AE039A; }
a { background-color: rgb(174,3,154); }
div.DivClassName
{
background-color: #AE039A;
}
.BgClassName
{
background-color: #AE039A;
}
</style>
border-color css
<style>
span { border-color: #AE039A; }
span { border-color: rgb(174,3,154); }
td.TdClassName
{
border-color: #AE039A;
}
.TagClassName
{
border-color: #AE039A;
}
</style>