Shades of Deep Magenta #AE0AAA
Tints of Deep Magenta #AE0AAA
RGB
CMYK
RGB Variations
Color information
#AE0AAA (or 0xAE0AAA) is known color: Deep Magenta. HEX triplet: AE, 0A and AA. RGB value is (174,10,170). Sum of RGB (Red+Green+Blue) = 174+10+170=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0AAA is #51F555. Grayscale: #4C4C4C. Windows color (decimal): -5371222 or 11143854. OLE color: 11143854.
HSL color Cylindrical-coordinate representation of color #AE0AAA: hue angle of 301.46º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0AAA is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 10 | 170 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.32 |
| HSL | 301.46º | 0.89% | 0.36% | - |
| HSV(B) | 301.46º | 0.94% | 0.68% | - |
| XYZ | 24.82 | 12.12 | 39.06 | - |
| YUV | 77.28 | 180.33 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 10 | 170 | 0 | 0.94 | 0.02 | 0.32 | 301.46 | 0.89 | 0.36 |
| Hex | AE | A | AA | 0 | 5E | 2 | 20 | 12D | 59 | 24 |
| Octal | 256 | 12 | 252 | 0 | 136 | 2 | 40 | 455 | 131 | 44 |
| Binary | 10101110 | 1010 | 10101010 | 0 | 1011110 | 10 | 100000 | 100101101 | 1011001 | 100100 |
Color Harmonies of #AE0AAA
Complementary color
Monochromatic Colors of #AE0AAA
Black with #AE0AAA
Text Example
Text Example
White with #AE0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0AAA; }
p { color: rgb(174,10,170); }
H1.HeaderClassName
{
color: #AE0AAA;
}
.AnyTagClassName
{
color: #AE0AAA;
}
</style>
background-color css
<style>
a { background-color: #AE0AAA; }
a { background-color: rgb(174,10,170); }
div.DivClassName
{
background-color: #AE0AAA;
}
.BgClassName
{
background-color: #AE0AAA;
}
</style>
border-color css
<style>
span { border-color: #AE0AAA; }
span { border-color: rgb(174,10,170); }
td.TdClassName
{
border-color: #AE0AAA;
}
.TagClassName
{
border-color: #AE0AAA;
}
</style>