Shades of Dark Magenta #AE0BA3
Tints of Dark Magenta #AE0BA3
RGB
CMYK
RGB Variations
Color information
#AE0BA3 (or 0xAE0BA3) is known color: Dark Magenta. HEX triplet: AE, 0B and A3. RGB value is (174,11,163). Sum of RGB (Red+Green+Blue) = 174+11+163=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 163 (64.06% from 255 or 46.84% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0BA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0BA3 is #51F45C. Grayscale: #4C4C4C. Windows color (decimal): -5370973 or 10685358. OLE color: 10685358.
HSL color Cylindrical-coordinate representation of color #AE0BA3: hue angle of 304.05º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0BA3 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 11 | 163 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.32 |
| HSL | 304.05º | 0.88% | 0.36% | - |
| HSV(B) | 304.05º | 0.94% | 0.68% | - |
| XYZ | 24.19 | 11.88 | 35.67 | - |
| YUV | 77.07 | 176.5 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 11 | 163 | 0 | 0.94 | 0.06 | 0.32 | 304.05 | 0.88 | 0.36 |
| Hex | AE | B | A3 | 0 | 5E | 6 | 20 | 130 | 58 | 24 |
| Octal | 256 | 13 | 243 | 0 | 136 | 6 | 40 | 460 | 130 | 44 |
| Binary | 10101110 | 1011 | 10100011 | 0 | 1011110 | 110 | 100000 | 100110000 | 1011000 | 100100 |
Color Harmonies of #AE0BA3
Complementary color
Monochromatic Colors of #AE0BA3
Black with #AE0BA3
Text Example
Text Example
White with #AE0BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0BA3; }
p { color: rgb(174,11,163); }
H1.HeaderClassName
{
color: #AE0BA3;
}
.AnyTagClassName
{
color: #AE0BA3;
}
</style>
background-color css
<style>
a { background-color: #AE0BA3; }
a { background-color: rgb(174,11,163); }
div.DivClassName
{
background-color: #AE0BA3;
}
.BgClassName
{
background-color: #AE0BA3;
}
</style>
border-color css
<style>
span { border-color: #AE0BA3; }
span { border-color: rgb(174,11,163); }
td.TdClassName
{
border-color: #AE0BA3;
}
.TagClassName
{
border-color: #AE0BA3;
}
</style>