Shades of Deep Magenta #AE0EBA
Tints of Deep Magenta #AE0EBA
RGB
CMYK
RGB Variations
Color information
#AE0EBA (or 0xAE0EBA) is known color: Deep Magenta. HEX triplet: AE, 0E and BA. RGB value is (174,14,186). Sum of RGB (Red+Green+Blue) = 174+14+186=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE0EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0EBA is #51F145. Grayscale: #505050. Windows color (decimal): -5370182 or 12193454. OLE color: 12193454.
HSL color Cylindrical-coordinate representation of color #AE0EBA: hue angle of 295.81º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE0EBA is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 14 | 186 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.27 |
| HSL | 295.81º | 0.86% | 0.39% | - |
| HSV(B) | 295.81º | 0.92% | 0.73% | - |
| XYZ | 26.48 | 12.86 | 47.54 | - |
| YUV | 81.45 | 187.01 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 14 | 186 | 0.06 | 0.92 | 0 | 0.27 | 295.81 | 0.86 | 0.39 |
| Hex | AE | E | BA | 6 | 5C | 0 | 1B | 128 | 56 | 27 |
| Octal | 256 | 16 | 272 | 6 | 134 | 0 | 33 | 450 | 126 | 47 |
| Binary | 10101110 | 1110 | 10111010 | 110 | 1011100 | 0 | 11011 | 100101000 | 1010110 | 100111 |
Color Harmonies of #AE0EBA
Complementary color
Monochromatic Colors of #AE0EBA
Black with #AE0EBA
Text Example
Text Example
White with #AE0EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0EBA; }
p { color: rgb(174,14,186); }
H1.HeaderClassName
{
color: #AE0EBA;
}
.AnyTagClassName
{
color: #AE0EBA;
}
</style>
background-color css
<style>
a { background-color: #AE0EBA; }
a { background-color: rgb(174,14,186); }
div.DivClassName
{
background-color: #AE0EBA;
}
.BgClassName
{
background-color: #AE0EBA;
}
</style>
border-color css
<style>
span { border-color: #AE0EBA; }
span { border-color: rgb(174,14,186); }
td.TdClassName
{
border-color: #AE0EBA;
}
.TagClassName
{
border-color: #AE0EBA;
}
</style>