Shades of Deep Magenta #AE0AAC
Tints of Deep Magenta #AE0AAC
RGB
CMYK
RGB Variations
Color information
#AE0AAC (or 0xAE0AAC) is known color: Deep Magenta. HEX triplet: AE, 0A and AC. RGB value is (174,10,172). Sum of RGB (Red+Green+Blue) = 174+10+172=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0AAC is #51F553. Grayscale: #4D4D4D. Windows color (decimal): -5371220 or 11274926. OLE color: 11274926.
HSL color Cylindrical-coordinate representation of color #AE0AAC: hue angle of 300.73º 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 #AE0AAC is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 10 | 172 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.32 |
| HSL | 300.73º | 0.89% | 0.36% | - |
| HSV(B) | 300.73º | 0.94% | 0.68% | - |
| XYZ | 25.01 | 12.19 | 40.07 | - |
| YUV | 77.5 | 181.33 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 10 | 172 | 0 | 0.94 | 0.01 | 0.32 | 300.73 | 0.89 | 0.36 |
| Hex | AE | A | AC | 0 | 5E | 1 | 20 | 12D | 59 | 24 |
| Octal | 256 | 12 | 254 | 0 | 136 | 1 | 40 | 455 | 131 | 44 |
| Binary | 10101110 | 1010 | 10101100 | 0 | 1011110 | 1 | 100000 | 100101101 | 1011001 | 100100 |
Color Harmonies of #AE0AAC
Complementary color
Monochromatic Colors of #AE0AAC
Black with #AE0AAC
Text Example
Text Example
White with #AE0AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0AAC; }
p { color: rgb(174,10,172); }
H1.HeaderClassName
{
color: #AE0AAC;
}
.AnyTagClassName
{
color: #AE0AAC;
}
</style>
background-color css
<style>
a { background-color: #AE0AAC; }
a { background-color: rgb(174,10,172); }
div.DivClassName
{
background-color: #AE0AAC;
}
.BgClassName
{
background-color: #AE0AAC;
}
</style>
border-color css
<style>
span { border-color: #AE0AAC; }
span { border-color: rgb(174,10,172); }
td.TdClassName
{
border-color: #AE0AAC;
}
.TagClassName
{
border-color: #AE0AAC;
}
</style>