Shades of Deep Magenta #AE15BA
Tints of Deep Magenta #AE15BA
RGB
CMYK
RGB Variations
Color information
#AE15BA (or 0xAE15BA) is known color: Deep Magenta. HEX triplet: AE, 15 and BA. RGB value is (174,21,186). Sum of RGB (Red+Green+Blue) = 174+21+186=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE15BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE15BA is #51EA45. Grayscale: #555555. Windows color (decimal): -5368390 or 12195246. OLE color: 12195246.
HSL color Cylindrical-coordinate representation of color #AE15BA: hue angle of 295.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE15BA is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 21 | 186 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.27 |
| HSL | 295.64º | 0.8% | 0.41% | - |
| HSV(B) | 295.64º | 0.89% | 0.73% | - |
| XYZ | 26.59 | 13.08 | 47.58 | - |
| YUV | 85.56 | 184.69 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 21 | 186 | 0.06 | 0.89 | 0 | 0.27 | 295.64 | 0.8 | 0.41 |
| Hex | AE | 15 | BA | 6 | 59 | 0 | 1B | 128 | 50 | 29 |
| Octal | 256 | 25 | 272 | 6 | 131 | 0 | 33 | 450 | 120 | 51 |
| Binary | 10101110 | 10101 | 10111010 | 110 | 1011001 | 0 | 11011 | 100101000 | 1010000 | 101001 |
Color Harmonies of #AE15BA
Complementary color
Monochromatic Colors of #AE15BA
Black with #AE15BA
Text Example
Text Example
White with #AE15BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE15BA; }
p { color: rgb(174,21,186); }
H1.HeaderClassName
{
color: #AE15BA;
}
.AnyTagClassName
{
color: #AE15BA;
}
</style>
background-color css
<style>
a { background-color: #AE15BA; }
a { background-color: rgb(174,21,186); }
div.DivClassName
{
background-color: #AE15BA;
}
.BgClassName
{
background-color: #AE15BA;
}
</style>
border-color css
<style>
span { border-color: #AE15BA; }
span { border-color: rgb(174,21,186); }
td.TdClassName
{
border-color: #AE15BA;
}
.TagClassName
{
border-color: #AE15BA;
}
</style>