Shades of Deep Magenta #AE0AAB
Tints of Deep Magenta #AE0AAB
RGB
CMYK
RGB Variations
Color information
#AE0AAB (or 0xAE0AAB) is known color: Deep Magenta. HEX triplet: AE, 0A and AB. RGB value is (174,10,171). Sum of RGB (Red+Green+Blue) = 174+10+171=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0AAB is #51F554. Grayscale: #4C4C4C. Windows color (decimal): -5371221 or 11209390. OLE color: 11209390.
HSL color Cylindrical-coordinate representation of color #AE0AAB: hue angle of 301.1º 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 #AE0AAB is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 10 | 171 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.32 |
| HSL | 301.1º | 0.89% | 0.36% | - |
| HSV(B) | 301.1º | 0.94% | 0.68% | - |
| XYZ | 24.91 | 12.16 | 39.56 | - |
| YUV | 77.39 | 180.83 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 10 | 171 | 0 | 0.94 | 0.02 | 0.32 | 301.1 | 0.89 | 0.36 |
| Hex | AE | A | AB | 0 | 5E | 2 | 20 | 12D | 59 | 24 |
| Octal | 256 | 12 | 253 | 0 | 136 | 2 | 40 | 455 | 131 | 44 |
| Binary | 10101110 | 1010 | 10101011 | 0 | 1011110 | 10 | 100000 | 100101101 | 1011001 | 100100 |
Color Harmonies of #AE0AAB
Complementary color
Monochromatic Colors of #AE0AAB
Black with #AE0AAB
Text Example
Text Example
White with #AE0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0AAB; }
p { color: rgb(174,10,171); }
H1.HeaderClassName
{
color: #AE0AAB;
}
.AnyTagClassName
{
color: #AE0AAB;
}
</style>
background-color css
<style>
a { background-color: #AE0AAB; }
a { background-color: rgb(174,10,171); }
div.DivClassName
{
background-color: #AE0AAB;
}
.BgClassName
{
background-color: #AE0AAB;
}
</style>
border-color css
<style>
span { border-color: #AE0AAB; }
span { border-color: rgb(174,10,171); }
td.TdClassName
{
border-color: #AE0AAB;
}
.TagClassName
{
border-color: #AE0AAB;
}
</style>