Shades of Dark Magenta #AE0192
Tints of Dark Magenta #AE0192
RGB
CMYK
RGB Variations
Color information
#AE0192 (or 0xAE0192) is known color: Dark Magenta. HEX triplet: AE, 01 and 92. RGB value is (174,1,146). Sum of RGB (Red+Green+Blue) = 174+1+146=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0192 is #51FE6D. Grayscale: #444444. Windows color (decimal): -5373550 or 9568686. OLE color: 9568686.
HSL color Cylindrical-coordinate representation of color #AE0192: hue angle of 309.71º 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 #AE0192 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 146 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.32 |
| HSL | 309.71º | 0.99% | 0.34% | - |
| HSV(B) | 309.71º | 0.99% | 0.68% | - |
| XYZ | 22.65 | 11.1 | 28.14 | - |
| YUV | 69.26 | 171.31 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 146 | 0 | 0.99 | 0.16 | 0.32 | 309.71 | 0.99 | 0.34 |
| Hex | AE | 1 | 92 | 0 | 63 | 10 | 20 | 136 | 63 | 22 |
| Octal | 256 | 1 | 222 | 0 | 143 | 20 | 40 | 466 | 143 | 42 |
| Binary | 10101110 | 1 | 10010010 | 0 | 1100011 | 10000 | 100000 | 100110110 | 1100011 | 100010 |
Color Harmonies of #AE0192
Complementary color
Monochromatic Colors of #AE0192
Black with #AE0192
Text Example
Text Example
White with #AE0192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0192; }
p { color: rgb(174,1,146); }
H1.HeaderClassName
{
color: #AE0192;
}
.AnyTagClassName
{
color: #AE0192;
}
</style>
background-color css
<style>
a { background-color: #AE0192; }
a { background-color: rgb(174,1,146); }
div.DivClassName
{
background-color: #AE0192;
}
.BgClassName
{
background-color: #AE0192;
}
</style>
border-color css
<style>
span { border-color: #AE0192; }
span { border-color: rgb(174,1,146); }
td.TdClassName
{
border-color: #AE0192;
}
.TagClassName
{
border-color: #AE0192;
}
</style>