Shades of Deep Magenta #AE0DB8
Tints of Deep Magenta #AE0DB8
RGB
CMYK
RGB Variations
Color information
#AE0DB8 (or 0xAE0DB8) is known color: Deep Magenta. HEX triplet: AE, 0D and B8. RGB value is (174,13,184). Sum of RGB (Red+Green+Blue) = 174+13+184=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE0DB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0DB8 is #51F247. Grayscale: #505050. Windows color (decimal): -5370440 or 12062126. OLE color: 12062126.
HSL color Cylindrical-coordinate representation of color #AE0DB8: hue angle of 296.49º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0DB8 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 13 | 184 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.28 |
| HSL | 296.49º | 0.87% | 0.39% | - |
| HSV(B) | 296.49º | 0.93% | 0.72% | - |
| XYZ | 26.25 | 12.75 | 46.42 | - |
| YUV | 80.63 | 186.34 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 13 | 184 | 0.05 | 0.93 | 0 | 0.28 | 296.49 | 0.87 | 0.39 |
| Hex | AE | D | B8 | 5 | 5D | 0 | 1C | 128 | 57 | 27 |
| Octal | 256 | 15 | 270 | 5 | 135 | 0 | 34 | 450 | 127 | 47 |
| Binary | 10101110 | 1101 | 10111000 | 101 | 1011101 | 0 | 11100 | 100101000 | 1010111 | 100111 |
Color Harmonies of #AE0DB8
Complementary color
Monochromatic Colors of #AE0DB8
Black with #AE0DB8
Text Example
Text Example
White with #AE0DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0DB8; }
p { color: rgb(174,13,184); }
H1.HeaderClassName
{
color: #AE0DB8;
}
.AnyTagClassName
{
color: #AE0DB8;
}
</style>
background-color css
<style>
a { background-color: #AE0DB8; }
a { background-color: rgb(174,13,184); }
div.DivClassName
{
background-color: #AE0DB8;
}
.BgClassName
{
background-color: #AE0DB8;
}
</style>
border-color css
<style>
span { border-color: #AE0DB8; }
span { border-color: rgb(174,13,184); }
td.TdClassName
{
border-color: #AE0DB8;
}
.TagClassName
{
border-color: #AE0DB8;
}
</style>