Shades of Dark Magenta #AE0BA8
Tints of Dark Magenta #AE0BA8
RGB
CMYK
RGB Variations
Color information
#AE0BA8 (or 0xAE0BA8) is known color: Dark Magenta. HEX triplet: AE, 0B and A8. RGB value is (174,11,168). Sum of RGB (Red+Green+Blue) = 174+11+168=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 168 (66.02% from 255 or 47.59% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0BA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0BA8 is #51F457. Grayscale: #4D4D4D. Windows color (decimal): -5370968 or 11013038. OLE color: 11013038.
HSL color Cylindrical-coordinate representation of color #AE0BA8: hue angle of 302.21º 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 #AE0BA8 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 11 | 168 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.32 |
| HSL | 302.21º | 0.88% | 0.36% | - |
| HSV(B) | 302.21º | 0.94% | 0.68% | - |
| XYZ | 24.64 | 12.07 | 38.08 | - |
| YUV | 77.64 | 179 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 11 | 168 | 0 | 0.94 | 0.03 | 0.32 | 302.21 | 0.88 | 0.36 |
| Hex | AE | B | A8 | 0 | 5E | 3 | 20 | 12E | 58 | 24 |
| Octal | 256 | 13 | 250 | 0 | 136 | 3 | 40 | 456 | 130 | 44 |
| Binary | 10101110 | 1011 | 10101000 | 0 | 1011110 | 11 | 100000 | 100101110 | 1011000 | 100100 |
Color Harmonies of #AE0BA8
Complementary color
Monochromatic Colors of #AE0BA8
Black with #AE0BA8
Text Example
Text Example
White with #AE0BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0BA8; }
p { color: rgb(174,11,168); }
H1.HeaderClassName
{
color: #AE0BA8;
}
.AnyTagClassName
{
color: #AE0BA8;
}
</style>
background-color css
<style>
a { background-color: #AE0BA8; }
a { background-color: rgb(174,11,168); }
div.DivClassName
{
background-color: #AE0BA8;
}
.BgClassName
{
background-color: #AE0BA8;
}
</style>
border-color css
<style>
span { border-color: #AE0BA8; }
span { border-color: rgb(174,11,168); }
td.TdClassName
{
border-color: #AE0BA8;
}
.TagClassName
{
border-color: #AE0BA8;
}
</style>