Shades of Deep Magenta #AE11AC
Tints of Deep Magenta #AE11AC
RGB
CMYK
RGB Variations
Color information
#AE11AC (or 0xAE11AC) is known color: Deep Magenta. HEX triplet: AE, 11 and AC. RGB value is (174,17,172). Sum of RGB (Red+Green+Blue) = 174+17+172=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE11AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE11AC is #51EE53. Grayscale: #515151. Windows color (decimal): -5369428 or 11276718. OLE color: 11276718.
HSL color Cylindrical-coordinate representation of color #AE11AC: hue angle of 300.76º 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 #AE11AC is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 172 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.32 |
| HSL | 300.76º | 0.82% | 0.37% | - |
| HSV(B) | 300.76º | 0.9% | 0.68% | - |
| XYZ | 25.1 | 12.38 | 40.1 | - |
| YUV | 81.61 | 179.01 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 172 | 0 | 0.90 | 0.01 | 0.32 | 300.76 | 0.82 | 0.37 |
| Hex | AE | 11 | AC | 0 | 5A | 1 | 20 | 12D | 52 | 25 |
| Octal | 256 | 21 | 254 | 0 | 132 | 1 | 40 | 455 | 122 | 45 |
| Binary | 10101110 | 10001 | 10101100 | 0 | 1011010 | 1 | 100000 | 100101101 | 1010010 | 100101 |
Color Harmonies of #AE11AC
Complementary color
Monochromatic Colors of #AE11AC
Black with #AE11AC
Text Example
Text Example
White with #AE11AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE11AC; }
p { color: rgb(174,17,172); }
H1.HeaderClassName
{
color: #AE11AC;
}
.AnyTagClassName
{
color: #AE11AC;
}
</style>
background-color css
<style>
a { background-color: #AE11AC; }
a { background-color: rgb(174,17,172); }
div.DivClassName
{
background-color: #AE11AC;
}
.BgClassName
{
background-color: #AE11AC;
}
</style>
border-color css
<style>
span { border-color: #AE11AC; }
span { border-color: rgb(174,17,172); }
td.TdClassName
{
border-color: #AE11AC;
}
.TagClassName
{
border-color: #AE11AC;
}
</style>