Shades of Dark Magenta #A00E9D
Tints of Dark Magenta #A00E9D
RGB
CMYK
RGB Variations
Color information
#A00E9D (or 0xA00E9D) is known color: Dark Magenta. HEX triplet: A0, 0E and 9D. RGB value is (160,14,157). Sum of RGB (Red+Green+Blue) = 160+14+157=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00E9D is #5FF162. Grayscale: #494949. Windows color (decimal): -6287715 or 10292896. OLE color: 10292896.
HSL color Cylindrical-coordinate representation of color #A00E9D: hue angle of 301.23º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00E9D is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 14 | 157 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.37 |
| HSL | 301.23º | 0.84% | 0.34% | - |
| HSV(B) | 301.23º | 0.91% | 0.63% | - |
| XYZ | 20.74 | 10.22 | 32.78 | - |
| YUV | 73.96 | 174.87 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 157 | 0 | 0.91 | 0.02 | 0.37 | 301.23 | 0.84 | 0.34 |
| Hex | A0 | E | 9D | 0 | 5B | 2 | 25 | 12D | 54 | 22 |
| Octal | 240 | 16 | 235 | 0 | 133 | 2 | 45 | 455 | 124 | 42 |
| Binary | 10100000 | 1110 | 10011101 | 0 | 1011011 | 10 | 100101 | 100101101 | 1010100 | 100010 |
Color Harmonies of #A00E9D
Complementary color
Monochromatic Colors of #A00E9D
Black with #A00E9D
Text Example
Text Example
White with #A00E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00E9D; }
p { color: rgb(160,14,157); }
H1.HeaderClassName
{
color: #A00E9D;
}
.AnyTagClassName
{
color: #A00E9D;
}
</style>
background-color css
<style>
a { background-color: #A00E9D; }
a { background-color: rgb(160,14,157); }
div.DivClassName
{
background-color: #A00E9D;
}
.BgClassName
{
background-color: #A00E9D;
}
</style>
border-color css
<style>
span { border-color: #A00E9D; }
span { border-color: rgb(160,14,157); }
td.TdClassName
{
border-color: #A00E9D;
}
.TagClassName
{
border-color: #A00E9D;
}
</style>