Shades of Deep Magenta #AE0DAB
Tints of Deep Magenta #AE0DAB
RGB
CMYK
RGB Variations
Color information
#AE0DAB (or 0xAE0DAB) is known color: Deep Magenta. HEX triplet: AE, 0D and AB. RGB value is (174,13,171). Sum of RGB (Red+Green+Blue) = 174+13+171=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0DAB is #51F254. Grayscale: #4E4E4E. Windows color (decimal): -5370453 or 11210158. OLE color: 11210158.
HSL color Cylindrical-coordinate representation of color #AE0DAB: hue angle of 301.12º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0DAB is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 13 | 171 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.32 |
| HSL | 301.12º | 0.86% | 0.37% | - |
| HSV(B) | 301.12º | 0.93% | 0.68% | - |
| XYZ | 24.95 | 12.23 | 39.57 | - |
| YUV | 79.15 | 179.84 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 13 | 171 | 0 | 0.93 | 0.02 | 0.32 | 301.12 | 0.86 | 0.37 |
| Hex | AE | D | AB | 0 | 5D | 2 | 20 | 12D | 56 | 25 |
| Octal | 256 | 15 | 253 | 0 | 135 | 2 | 40 | 455 | 126 | 45 |
| Binary | 10101110 | 1101 | 10101011 | 0 | 1011101 | 10 | 100000 | 100101101 | 1010110 | 100101 |
Color Harmonies of #AE0DAB
Complementary color
Monochromatic Colors of #AE0DAB
Black with #AE0DAB
Text Example
Text Example
White with #AE0DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0DAB; }
p { color: rgb(174,13,171); }
H1.HeaderClassName
{
color: #AE0DAB;
}
.AnyTagClassName
{
color: #AE0DAB;
}
</style>
background-color css
<style>
a { background-color: #AE0DAB; }
a { background-color: rgb(174,13,171); }
div.DivClassName
{
background-color: #AE0DAB;
}
.BgClassName
{
background-color: #AE0DAB;
}
</style>
border-color css
<style>
span { border-color: #AE0DAB; }
span { border-color: rgb(174,13,171); }
td.TdClassName
{
border-color: #AE0DAB;
}
.TagClassName
{
border-color: #AE0DAB;
}
</style>