Shades of Deep Magenta #AE0CBA
Tints of Deep Magenta #AE0CBA
RGB
CMYK
RGB Variations
Color information
#AE0CBA (or 0xAE0CBA) is known color: Deep Magenta. HEX triplet: AE, 0C and BA. RGB value is (174,12,186). Sum of RGB (Red+Green+Blue) = 174+12+186=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE0CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0CBA is #51F345. Grayscale: #4F4F4F. Windows color (decimal): -5370694 or 12192942. OLE color: 12192942.
HSL color Cylindrical-coordinate representation of color #AE0CBA: hue angle of 295.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0CBA is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 12 | 186 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.27 |
| HSL | 295.86º | 0.88% | 0.39% | - |
| HSV(B) | 295.86º | 0.94% | 0.73% | - |
| XYZ | 26.45 | 12.81 | 47.53 | - |
| YUV | 80.27 | 187.67 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 12 | 186 | 0.06 | 0.94 | 0 | 0.27 | 295.86 | 0.88 | 0.39 |
| Hex | AE | C | BA | 6 | 5E | 0 | 1B | 128 | 58 | 27 |
| Octal | 256 | 14 | 272 | 6 | 136 | 0 | 33 | 450 | 130 | 47 |
| Binary | 10101110 | 1100 | 10111010 | 110 | 1011110 | 0 | 11011 | 100101000 | 1011000 | 100111 |
Color Harmonies of #AE0CBA
Complementary color
Monochromatic Colors of #AE0CBA
Black with #AE0CBA
Text Example
Text Example
White with #AE0CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0CBA; }
p { color: rgb(174,12,186); }
H1.HeaderClassName
{
color: #AE0CBA;
}
.AnyTagClassName
{
color: #AE0CBA;
}
</style>
background-color css
<style>
a { background-color: #AE0CBA; }
a { background-color: rgb(174,12,186); }
div.DivClassName
{
background-color: #AE0CBA;
}
.BgClassName
{
background-color: #AE0CBA;
}
</style>
border-color css
<style>
span { border-color: #AE0CBA; }
span { border-color: rgb(174,12,186); }
td.TdClassName
{
border-color: #AE0CBA;
}
.TagClassName
{
border-color: #AE0CBA;
}
</style>