Shades of Dark Magenta #AE0799
Tints of Dark Magenta #AE0799
RGB
CMYK
RGB Variations
Color information
#AE0799 (or 0xAE0799) is known color: Dark Magenta. HEX triplet: AE, 07 and 99. RGB value is (174,7,153). Sum of RGB (Red+Green+Blue) = 174+7+153=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0799 is #51F866. Grayscale: #494949. Windows color (decimal): -5372007 or 10028974. OLE color: 10028974.
HSL color Cylindrical-coordinate representation of color #AE0799: hue angle of 307.54º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE0799 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 7 | 153 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.32 |
| HSL | 307.54º | 0.92% | 0.35% | - |
| HSV(B) | 307.54º | 0.96% | 0.68% | - |
| XYZ | 23.28 | 11.45 | 31.12 | - |
| YUV | 73.58 | 172.83 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 7 | 153 | 0 | 0.96 | 0.12 | 0.32 | 307.54 | 0.92 | 0.35 |
| Hex | AE | 7 | 99 | 0 | 60 | C | 20 | 134 | 5C | 23 |
| Octal | 256 | 7 | 231 | 0 | 140 | 14 | 40 | 464 | 134 | 43 |
| Binary | 10101110 | 111 | 10011001 | 0 | 1100000 | 1100 | 100000 | 100110100 | 1011100 | 100011 |
Color Harmonies of #AE0799
Complementary color
Monochromatic Colors of #AE0799
Black with #AE0799
Text Example
Text Example
White with #AE0799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0799; }
p { color: rgb(174,7,153); }
H1.HeaderClassName
{
color: #AE0799;
}
.AnyTagClassName
{
color: #AE0799;
}
</style>
background-color css
<style>
a { background-color: #AE0799; }
a { background-color: rgb(174,7,153); }
div.DivClassName
{
background-color: #AE0799;
}
.BgClassName
{
background-color: #AE0799;
}
</style>
border-color css
<style>
span { border-color: #AE0799; }
span { border-color: rgb(174,7,153); }
td.TdClassName
{
border-color: #AE0799;
}
.TagClassName
{
border-color: #AE0799;
}
</style>