Shades of Dark Magenta #AE059C
Tints of Dark Magenta #AE059C
RGB
CMYK
RGB Variations
Color information
#AE059C (or 0xAE059C) is known color: Dark Magenta. HEX triplet: AE, 05 and 9C. RGB value is (174,5,156). Sum of RGB (Red+Green+Blue) = 174+5+156=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE059C is #51FA63. Grayscale: #484848. Windows color (decimal): -5372516 or 10225070. OLE color: 10225070.
HSL color Cylindrical-coordinate representation of color #AE059C: hue angle of 306.39º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE059C is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 5 | 156 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.32 |
| HSL | 306.39º | 0.94% | 0.35% | - |
| HSV(B) | 306.39º | 0.97% | 0.68% | - |
| XYZ | 23.51 | 11.51 | 32.43 | - |
| YUV | 72.75 | 174.99 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 5 | 156 | 0 | 0.97 | 0.10 | 0.32 | 306.39 | 0.94 | 0.35 |
| Hex | AE | 5 | 9C | 0 | 61 | A | 20 | 132 | 5E | 23 |
| Octal | 256 | 5 | 234 | 0 | 141 | 12 | 40 | 462 | 136 | 43 |
| Binary | 10101110 | 101 | 10011100 | 0 | 1100001 | 1010 | 100000 | 100110010 | 1011110 | 100011 |
Color Harmonies of #AE059C
Complementary color
Monochromatic Colors of #AE059C
Black with #AE059C
Text Example
Text Example
White with #AE059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE059C; }
p { color: rgb(174,5,156); }
H1.HeaderClassName
{
color: #AE059C;
}
.AnyTagClassName
{
color: #AE059C;
}
</style>
background-color css
<style>
a { background-color: #AE059C; }
a { background-color: rgb(174,5,156); }
div.DivClassName
{
background-color: #AE059C;
}
.BgClassName
{
background-color: #AE059C;
}
</style>
border-color css
<style>
span { border-color: #AE059C; }
span { border-color: rgb(174,5,156); }
td.TdClassName
{
border-color: #AE059C;
}
.TagClassName
{
border-color: #AE059C;
}
</style>