Shades of Dark Magenta #AE0C9F
Tints of Dark Magenta #AE0C9F
RGB
CMYK
RGB Variations
Color information
#AE0C9F (or 0xAE0C9F) is known color: Dark Magenta. HEX triplet: AE, 0C and 9F. RGB value is (174,12,159). Sum of RGB (Red+Green+Blue) = 174+12+159=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0C9F is #51F360. Grayscale: #4C4C4C. Windows color (decimal): -5370721 or 10423470. OLE color: 10423470.
HSL color Cylindrical-coordinate representation of color #AE0C9F: hue angle of 305.56º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0C9F is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 12 | 159 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.32 |
| HSL | 305.56º | 0.87% | 0.36% | - |
| HSV(B) | 305.56º | 0.93% | 0.68% | - |
| XYZ | 23.85 | 11.76 | 33.81 | - |
| YUV | 77.2 | 174.17 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 12 | 159 | 0 | 0.93 | 0.09 | 0.32 | 305.56 | 0.87 | 0.36 |
| Hex | AE | C | 9F | 0 | 5D | 9 | 20 | 132 | 57 | 24 |
| Octal | 256 | 14 | 237 | 0 | 135 | 11 | 40 | 462 | 127 | 44 |
| Binary | 10101110 | 1100 | 10011111 | 0 | 1011101 | 1001 | 100000 | 100110010 | 1010111 | 100100 |
Color Harmonies of #AE0C9F
Complementary color
Monochromatic Colors of #AE0C9F
Black with #AE0C9F
Text Example
Text Example
White with #AE0C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0C9F; }
p { color: rgb(174,12,159); }
H1.HeaderClassName
{
color: #AE0C9F;
}
.AnyTagClassName
{
color: #AE0C9F;
}
</style>
background-color css
<style>
a { background-color: #AE0C9F; }
a { background-color: rgb(174,12,159); }
div.DivClassName
{
background-color: #AE0C9F;
}
.BgClassName
{
background-color: #AE0C9F;
}
</style>
border-color css
<style>
span { border-color: #AE0C9F; }
span { border-color: rgb(174,12,159); }
td.TdClassName
{
border-color: #AE0C9F;
}
.TagClassName
{
border-color: #AE0C9F;
}
</style>