Shades of Dark Magenta #A00EA3
Tints of Dark Magenta #A00EA3
RGB
CMYK
RGB Variations
Color information
#A00EA3 (or 0xA00EA3) is known color: Dark Magenta. HEX triplet: A0, 0E and A3. RGB value is (160,14,163). Sum of RGB (Red+Green+Blue) = 160+14+163=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 163 (64.06% from 255 or 48.37% from 337); Max value from RGB is 163 - color contains mainly: blue. Hex color #A00EA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00EA3 is #5FF15C. Grayscale: #4A4A4A. Windows color (decimal): -6287709 or 10686112. OLE color: 10686112.
HSL color Cylindrical-coordinate representation of color #A00EA3: hue angle of 298.79º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00EA3 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 14 | 163 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.36 |
| HSL | 298.79º | 0.84% | 0.35% | - |
| HSV(B) | 298.79º | 0.91% | 0.64% | - |
| XYZ | 21.27 | 10.43 | 35.54 | - |
| YUV | 74.64 | 177.87 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 163 | 0.02 | 0.91 | 0 | 0.36 | 298.79 | 0.84 | 0.35 |
| Hex | A0 | E | A3 | 2 | 5B | 0 | 24 | 12B | 54 | 23 |
| Octal | 240 | 16 | 243 | 2 | 133 | 0 | 44 | 453 | 124 | 43 |
| Binary | 10100000 | 1110 | 10100011 | 10 | 1011011 | 0 | 100100 | 100101011 | 1010100 | 100011 |
Color Harmonies of #A00EA3
Complementary color
Monochromatic Colors of #A00EA3
Black with #A00EA3
Text Example
Text Example
White with #A00EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00EA3; }
p { color: rgb(160,14,163); }
H1.HeaderClassName
{
color: #A00EA3;
}
.AnyTagClassName
{
color: #A00EA3;
}
</style>
background-color css
<style>
a { background-color: #A00EA3; }
a { background-color: rgb(160,14,163); }
div.DivClassName
{
background-color: #A00EA3;
}
.BgClassName
{
background-color: #A00EA3;
}
</style>
border-color css
<style>
span { border-color: #A00EA3; }
span { border-color: rgb(160,14,163); }
td.TdClassName
{
border-color: #A00EA3;
}
.TagClassName
{
border-color: #A00EA3;
}
</style>