Shades of Dark Magenta #AE019C
Tints of Dark Magenta #AE019C
RGB
CMYK
RGB Variations
Color information
#AE019C (or 0xAE019C) is known color: Dark Magenta. HEX triplet: AE, 01 and 9C. RGB value is (174,1,156). Sum of RGB (Red+Green+Blue) = 174+1+156=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE019C is #51FE63. Grayscale: #454545. Windows color (decimal): -5373540 or 10224046. OLE color: 10224046.
HSL color Cylindrical-coordinate representation of color #AE019C: hue angle of 306.24º 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 #AE019C is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 156 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.32 |
| HSL | 306.24º | 0.99% | 0.34% | - |
| HSV(B) | 306.24º | 0.99% | 0.68% | - |
| XYZ | 23.47 | 11.42 | 32.42 | - |
| YUV | 70.4 | 176.31 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 156 | 0 | 0.99 | 0.10 | 0.32 | 306.24 | 0.99 | 0.34 |
| Hex | AE | 1 | 9C | 0 | 63 | A | 20 | 132 | 63 | 22 |
| Octal | 256 | 1 | 234 | 0 | 143 | 12 | 40 | 462 | 143 | 42 |
| Binary | 10101110 | 1 | 10011100 | 0 | 1100011 | 1010 | 100000 | 100110010 | 1100011 | 100010 |
Color Harmonies of #AE019C
Complementary color
Monochromatic Colors of #AE019C
Black with #AE019C
Text Example
Text Example
White with #AE019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE019C; }
p { color: rgb(174,1,156); }
H1.HeaderClassName
{
color: #AE019C;
}
.AnyTagClassName
{
color: #AE019C;
}
</style>
background-color css
<style>
a { background-color: #AE019C; }
a { background-color: rgb(174,1,156); }
div.DivClassName
{
background-color: #AE019C;
}
.BgClassName
{
background-color: #AE019C;
}
</style>
border-color css
<style>
span { border-color: #AE019C; }
span { border-color: rgb(174,1,156); }
td.TdClassName
{
border-color: #AE019C;
}
.TagClassName
{
border-color: #AE019C;
}
</style>