Shades of Dark Magenta #AE11A2
Tints of Dark Magenta #AE11A2
RGB
CMYK
RGB Variations
Color information
#AE11A2 (or 0xAE11A2) is known color: Dark Magenta. HEX triplet: AE, 11 and A2. RGB value is (174,17,162). Sum of RGB (Red+Green+Blue) = 174+17+162=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 162 (63.67% from 255 or 45.89% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE11A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE11A2 is #51EE5D. Grayscale: #505050. Windows color (decimal): -5369438 or 10621358. OLE color: 10621358.
HSL color Cylindrical-coordinate representation of color #AE11A2: hue angle of 304.59º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE11A2 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 162 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.32 |
| HSL | 304.59º | 0.82% | 0.37% | - |
| HSV(B) | 304.59º | 0.9% | 0.68% | - |
| XYZ | 24.18 | 12.01 | 35.23 | - |
| YUV | 80.47 | 174.01 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 162 | 0 | 0.90 | 0.07 | 0.32 | 304.59 | 0.82 | 0.37 |
| Hex | AE | 11 | A2 | 0 | 5A | 7 | 20 | 131 | 52 | 25 |
| Octal | 256 | 21 | 242 | 0 | 132 | 7 | 40 | 461 | 122 | 45 |
| Binary | 10101110 | 10001 | 10100010 | 0 | 1011010 | 111 | 100000 | 100110001 | 1010010 | 100101 |
Color Harmonies of #AE11A2
Complementary color
Monochromatic Colors of #AE11A2
Black with #AE11A2
Text Example
Text Example
White with #AE11A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE11A2; }
p { color: rgb(174,17,162); }
H1.HeaderClassName
{
color: #AE11A2;
}
.AnyTagClassName
{
color: #AE11A2;
}
</style>
background-color css
<style>
a { background-color: #AE11A2; }
a { background-color: rgb(174,17,162); }
div.DivClassName
{
background-color: #AE11A2;
}
.BgClassName
{
background-color: #AE11A2;
}
</style>
border-color css
<style>
span { border-color: #AE11A2; }
span { border-color: rgb(174,17,162); }
td.TdClassName
{
border-color: #AE11A2;
}
.TagClassName
{
border-color: #AE11A2;
}
</style>