Shades of Dark Magenta #AE019A
Tints of Dark Magenta #AE019A
RGB
CMYK
RGB Variations
Color information
#AE019A (or 0xAE019A) is known color: Dark Magenta. HEX triplet: AE, 01 and 9A. RGB value is (174,1,154). Sum of RGB (Red+Green+Blue) = 174+1+154=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE019A is #51FE65. Grayscale: #454545. Windows color (decimal): -5373542 or 10092974. OLE color: 10092974.
HSL color Cylindrical-coordinate representation of color #AE019A: hue angle of 306.94º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE019A is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 154 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.32 |
| HSL | 306.94º | 0.99% | 0.34% | - |
| HSV(B) | 306.94º | 0.99% | 0.68% | - |
| XYZ | 23.3 | 11.35 | 31.54 | - |
| YUV | 70.17 | 175.31 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 154 | 0 | 0.99 | 0.11 | 0.32 | 306.94 | 0.99 | 0.34 |
| Hex | AE | 1 | 9A | 0 | 63 | B | 20 | 133 | 63 | 22 |
| Octal | 256 | 1 | 232 | 0 | 143 | 13 | 40 | 463 | 143 | 42 |
| Binary | 10101110 | 1 | 10011010 | 0 | 1100011 | 1011 | 100000 | 100110011 | 1100011 | 100010 |
Color Harmonies of #AE019A
Complementary color
Monochromatic Colors of #AE019A
Black with #AE019A
Text Example
Text Example
White with #AE019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE019A; }
p { color: rgb(174,1,154); }
H1.HeaderClassName
{
color: #AE019A;
}
.AnyTagClassName
{
color: #AE019A;
}
</style>
background-color css
<style>
a { background-color: #AE019A; }
a { background-color: rgb(174,1,154); }
div.DivClassName
{
background-color: #AE019A;
}
.BgClassName
{
background-color: #AE019A;
}
</style>
border-color css
<style>
span { border-color: #AE019A; }
span { border-color: rgb(174,1,154); }
td.TdClassName
{
border-color: #AE019A;
}
.TagClassName
{
border-color: #AE019A;
}
</style>