Shades of Dark Magenta #AE019E
Tints of Dark Magenta #AE019E
RGB
CMYK
RGB Variations
Color information
#AE019E (or 0xAE019E) is known color: Dark Magenta. HEX triplet: AE, 01 and 9E. RGB value is (174,1,158). Sum of RGB (Red+Green+Blue) = 174+1+158=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE019E is #51FE61. Grayscale: #464646. Windows color (decimal): -5373538 or 10355118. OLE color: 10355118.
HSL color Cylindrical-coordinate representation of color #AE019E: hue angle of 305.55º 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 #AE019E is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 158 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.32 |
| HSL | 305.55º | 0.99% | 0.34% | - |
| HSV(B) | 305.55º | 0.99% | 0.68% | - |
| XYZ | 23.64 | 11.49 | 33.32 | - |
| YUV | 70.63 | 177.31 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 158 | 0 | 0.99 | 0.09 | 0.32 | 305.55 | 0.99 | 0.34 |
| Hex | AE | 1 | 9E | 0 | 63 | 9 | 20 | 132 | 63 | 22 |
| Octal | 256 | 1 | 236 | 0 | 143 | 11 | 40 | 462 | 143 | 42 |
| Binary | 10101110 | 1 | 10011110 | 0 | 1100011 | 1001 | 100000 | 100110010 | 1100011 | 100010 |
Color Harmonies of #AE019E
Complementary color
Monochromatic Colors of #AE019E
Black with #AE019E
Text Example
Text Example
White with #AE019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE019E; }
p { color: rgb(174,1,158); }
H1.HeaderClassName
{
color: #AE019E;
}
.AnyTagClassName
{
color: #AE019E;
}
</style>
background-color css
<style>
a { background-color: #AE019E; }
a { background-color: rgb(174,1,158); }
div.DivClassName
{
background-color: #AE019E;
}
.BgClassName
{
background-color: #AE019E;
}
</style>
border-color css
<style>
span { border-color: #AE019E; }
span { border-color: rgb(174,1,158); }
td.TdClassName
{
border-color: #AE019E;
}
.TagClassName
{
border-color: #AE019E;
}
</style>