Shades of Dark Magenta #AE0193
Tints of Dark Magenta #AE0193
RGB
CMYK
RGB Variations
Color information
#AE0193 (or 0xAE0193) is known color: Dark Magenta. HEX triplet: AE, 01 and 93. RGB value is (174,1,147). Sum of RGB (Red+Green+Blue) = 174+1+147=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0193 is #51FE6C. Grayscale: #444444. Windows color (decimal): -5373549 or 9634222. OLE color: 9634222.
HSL color Cylindrical-coordinate representation of color #AE0193: hue angle of 309.36º 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 #AE0193 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 147 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.32 |
| HSL | 309.36º | 0.99% | 0.34% | - |
| HSV(B) | 309.36º | 0.99% | 0.68% | - |
| XYZ | 22.73 | 11.13 | 28.55 | - |
| YUV | 69.37 | 171.81 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 147 | 0 | 0.99 | 0.16 | 0.32 | 309.36 | 0.99 | 0.34 |
| Hex | AE | 1 | 93 | 0 | 63 | 10 | 20 | 135 | 63 | 22 |
| Octal | 256 | 1 | 223 | 0 | 143 | 20 | 40 | 465 | 143 | 42 |
| Binary | 10101110 | 1 | 10010011 | 0 | 1100011 | 10000 | 100000 | 100110101 | 1100011 | 100010 |
Color Harmonies of #AE0193
Complementary color
Monochromatic Colors of #AE0193
Black with #AE0193
Text Example
Text Example
White with #AE0193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0193; }
p { color: rgb(174,1,147); }
H1.HeaderClassName
{
color: #AE0193;
}
.AnyTagClassName
{
color: #AE0193;
}
</style>
background-color css
<style>
a { background-color: #AE0193; }
a { background-color: rgb(174,1,147); }
div.DivClassName
{
background-color: #AE0193;
}
.BgClassName
{
background-color: #AE0193;
}
</style>
border-color css
<style>
span { border-color: #AE0193; }
span { border-color: rgb(174,1,147); }
td.TdClassName
{
border-color: #AE0193;
}
.TagClassName
{
border-color: #AE0193;
}
</style>