Shades of Dark Magenta #AE0294
Tints of Dark Magenta #AE0294
RGB
CMYK
RGB Variations
Color information
#AE0294 (or 0xAE0294) is known color: Dark Magenta. HEX triplet: AE, 02 and 94. RGB value is (174,2,148). Sum of RGB (Red+Green+Blue) = 174+2+148=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0294 is #51FD6B. Grayscale: #454545. Windows color (decimal): -5373292 or 9700014. OLE color: 9700014.
HSL color Cylindrical-coordinate representation of color #AE0294: hue angle of 309.07º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0294 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.32 |
| HSL | 309.07º | 0.98% | 0.35% | - |
| HSV(B) | 309.07º | 0.99% | 0.68% | - |
| XYZ | 22.82 | 11.18 | 28.97 | - |
| YUV | 70.07 | 171.98 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 148 | 0 | 0.99 | 0.15 | 0.32 | 309.07 | 0.98 | 0.35 |
| Hex | AE | 2 | 94 | 0 | 63 | F | 20 | 135 | 62 | 23 |
| Octal | 256 | 2 | 224 | 0 | 143 | 17 | 40 | 465 | 142 | 43 |
| Binary | 10101110 | 10 | 10010100 | 0 | 1100011 | 1111 | 100000 | 100110101 | 1100010 | 100011 |
Color Harmonies of #AE0294
Complementary color
Monochromatic Colors of #AE0294
Black with #AE0294
Text Example
Text Example
White with #AE0294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0294; }
p { color: rgb(174,2,148); }
H1.HeaderClassName
{
color: #AE0294;
}
.AnyTagClassName
{
color: #AE0294;
}
</style>
background-color css
<style>
a { background-color: #AE0294; }
a { background-color: rgb(174,2,148); }
div.DivClassName
{
background-color: #AE0294;
}
.BgClassName
{
background-color: #AE0294;
}
</style>
border-color css
<style>
span { border-color: #AE0294; }
span { border-color: rgb(174,2,148); }
td.TdClassName
{
border-color: #AE0294;
}
.TagClassName
{
border-color: #AE0294;
}
</style>