Shades of Deep Magenta #AE0DB1
Tints of Deep Magenta #AE0DB1
RGB
CMYK
RGB Variations
Color information
#AE0DB1 (or 0xAE0DB1) is known color: Deep Magenta. HEX triplet: AE, 0D and B1. RGB value is (174,13,177). Sum of RGB (Red+Green+Blue) = 174+13+177=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 177 (69.53% from 255 or 48.63% from 364); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE0DB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0DB1 is #51F24E. Grayscale: #4F4F4F. Windows color (decimal): -5370447 or 11603374. OLE color: 11603374.
HSL color Cylindrical-coordinate representation of color #AE0DB1: hue angle of 298.9º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0DB1 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 13 | 177 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.31 |
| HSL | 298.9º | 0.86% | 0.37% | - |
| HSV(B) | 298.9º | 0.93% | 0.69% | - |
| XYZ | 25.54 | 12.46 | 42.65 | - |
| YUV | 79.84 | 182.84 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 13 | 177 | 0.02 | 0.93 | 0 | 0.31 | 298.9 | 0.86 | 0.37 |
| Hex | AE | D | B1 | 2 | 5D | 0 | 1F | 12B | 56 | 25 |
| Octal | 256 | 15 | 261 | 2 | 135 | 0 | 37 | 453 | 126 | 45 |
| Binary | 10101110 | 1101 | 10110001 | 10 | 1011101 | 0 | 11111 | 100101011 | 1010110 | 100101 |
Color Harmonies of #AE0DB1
Complementary color
Monochromatic Colors of #AE0DB1
Black with #AE0DB1
Text Example
Text Example
White with #AE0DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0DB1; }
p { color: rgb(174,13,177); }
H1.HeaderClassName
{
color: #AE0DB1;
}
.AnyTagClassName
{
color: #AE0DB1;
}
</style>
background-color css
<style>
a { background-color: #AE0DB1; }
a { background-color: rgb(174,13,177); }
div.DivClassName
{
background-color: #AE0DB1;
}
.BgClassName
{
background-color: #AE0DB1;
}
</style>
border-color css
<style>
span { border-color: #AE0DB1; }
span { border-color: rgb(174,13,177); }
td.TdClassName
{
border-color: #AE0DB1;
}
.TagClassName
{
border-color: #AE0DB1;
}
</style>