Shades of Dark Magenta #AE11A6
Tints of Dark Magenta #AE11A6
RGB
CMYK
RGB Variations
Color information
#AE11A6 (or 0xAE11A6) is known color: Dark Magenta. HEX triplet: AE, 11 and A6. RGB value is (174,17,166). Sum of RGB (Red+Green+Blue) = 174+17+166=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE11A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE11A6 is #51EE59. Grayscale: #505050. Windows color (decimal): -5369434 or 10883502. OLE color: 10883502.
HSL color Cylindrical-coordinate representation of color #AE11A6: hue angle of 303.06º 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 #AE11A6 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 166 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.32 |
| HSL | 303.06º | 0.82% | 0.37% | - |
| HSV(B) | 303.06º | 0.9% | 0.68% | - |
| XYZ | 24.54 | 12.15 | 37.13 | - |
| YUV | 80.93 | 176.01 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 166 | 0 | 0.90 | 0.05 | 0.32 | 303.06 | 0.82 | 0.37 |
| Hex | AE | 11 | A6 | 0 | 5A | 5 | 20 | 12F | 52 | 25 |
| Octal | 256 | 21 | 246 | 0 | 132 | 5 | 40 | 457 | 122 | 45 |
| Binary | 10101110 | 10001 | 10100110 | 0 | 1011010 | 101 | 100000 | 100101111 | 1010010 | 100101 |
Color Harmonies of #AE11A6
Complementary color
Monochromatic Colors of #AE11A6
Black with #AE11A6
Text Example
Text Example
White with #AE11A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE11A6; }
p { color: rgb(174,17,166); }
H1.HeaderClassName
{
color: #AE11A6;
}
.AnyTagClassName
{
color: #AE11A6;
}
</style>
background-color css
<style>
a { background-color: #AE11A6; }
a { background-color: rgb(174,17,166); }
div.DivClassName
{
background-color: #AE11A6;
}
.BgClassName
{
background-color: #AE11A6;
}
</style>
border-color css
<style>
span { border-color: #AE11A6; }
span { border-color: rgb(174,17,166); }
td.TdClassName
{
border-color: #AE11A6;
}
.TagClassName
{
border-color: #AE11A6;
}
</style>