Shades of Dark Magenta #AE0A9F
Tints of Dark Magenta #AE0A9F
RGB
CMYK
RGB Variations
Color information
#AE0A9F (or 0xAE0A9F) is known color: Dark Magenta. HEX triplet: AE, 0A and 9F. RGB value is (174,10,159). Sum of RGB (Red+Green+Blue) = 174+10+159=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0A9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0A9F is #51F560. Grayscale: #4B4B4B. Windows color (decimal): -5371233 or 10422958. OLE color: 10422958.
HSL color Cylindrical-coordinate representation of color #AE0A9F: hue angle of 305.49º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0A9F is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 10 | 159 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.32 |
| HSL | 305.49º | 0.89% | 0.36% | - |
| HSV(B) | 305.49º | 0.94% | 0.68% | - |
| XYZ | 23.82 | 11.72 | 33.81 | - |
| YUV | 76.02 | 174.83 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 10 | 159 | 0 | 0.94 | 0.09 | 0.32 | 305.49 | 0.89 | 0.36 |
| Hex | AE | A | 9F | 0 | 5E | 9 | 20 | 131 | 59 | 24 |
| Octal | 256 | 12 | 237 | 0 | 136 | 11 | 40 | 461 | 131 | 44 |
| Binary | 10101110 | 1010 | 10011111 | 0 | 1011110 | 1001 | 100000 | 100110001 | 1011001 | 100100 |
Color Harmonies of #AE0A9F
Complementary color
Monochromatic Colors of #AE0A9F
Black with #AE0A9F
Text Example
Text Example
White with #AE0A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0A9F; }
p { color: rgb(174,10,159); }
H1.HeaderClassName
{
color: #AE0A9F;
}
.AnyTagClassName
{
color: #AE0A9F;
}
</style>
background-color css
<style>
a { background-color: #AE0A9F; }
a { background-color: rgb(174,10,159); }
div.DivClassName
{
background-color: #AE0A9F;
}
.BgClassName
{
background-color: #AE0A9F;
}
</style>
border-color css
<style>
span { border-color: #AE0A9F; }
span { border-color: rgb(174,10,159); }
td.TdClassName
{
border-color: #AE0A9F;
}
.TagClassName
{
border-color: #AE0A9F;
}
</style>