Shades of Deep Magenta #AE10AA
Tints of Deep Magenta #AE10AA
RGB
CMYK
RGB Variations
Color information
#AE10AA (or 0xAE10AA) is known color: Deep Magenta. HEX triplet: AE, 10 and AA. RGB value is (174,16,170). Sum of RGB (Red+Green+Blue) = 174+16+170=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE10AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE10AA is #51EF55. Grayscale: #505050. Windows color (decimal): -5369686 or 11145390. OLE color: 11145390.
HSL color Cylindrical-coordinate representation of color #AE10AA: hue angle of 301.52º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE10AA is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 16 | 170 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.32 |
| HSL | 301.52º | 0.83% | 0.37% | - |
| HSV(B) | 301.52º | 0.91% | 0.68% | - |
| XYZ | 24.9 | 12.27 | 39.09 | - |
| YUV | 80.8 | 178.35 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 170 | 0 | 0.91 | 0.02 | 0.32 | 301.52 | 0.83 | 0.37 |
| Hex | AE | 10 | AA | 0 | 5B | 2 | 20 | 12E | 53 | 25 |
| Octal | 256 | 20 | 252 | 0 | 133 | 2 | 40 | 456 | 123 | 45 |
| Binary | 10101110 | 10000 | 10101010 | 0 | 1011011 | 10 | 100000 | 100101110 | 1010011 | 100101 |
Color Harmonies of #AE10AA
Complementary color
Monochromatic Colors of #AE10AA
Black with #AE10AA
Text Example
Text Example
White with #AE10AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE10AA; }
p { color: rgb(174,16,170); }
H1.HeaderClassName
{
color: #AE10AA;
}
.AnyTagClassName
{
color: #AE10AA;
}
</style>
background-color css
<style>
a { background-color: #AE10AA; }
a { background-color: rgb(174,16,170); }
div.DivClassName
{
background-color: #AE10AA;
}
.BgClassName
{
background-color: #AE10AA;
}
</style>
border-color css
<style>
span { border-color: #AE10AA; }
span { border-color: rgb(174,16,170); }
td.TdClassName
{
border-color: #AE10AA;
}
.TagClassName
{
border-color: #AE10AA;
}
</style>