Shades of Dark Magenta #A0029A
Tints of Dark Magenta #A0029A
RGB
CMYK
RGB Variations
Color information
#A0029A (or 0xA0029A) is known color: Dark Magenta. HEX triplet: A0, 02 and 9A. RGB value is (160,2,154). Sum of RGB (Red+Green+Blue) = 160+2+154=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A0029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0029A is #5FFD65. Grayscale: #424242. Windows color (decimal): -6290790 or 10093216. OLE color: 10093216.
HSL color Cylindrical-coordinate representation of color #A0029A: hue angle of 302.28º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0029A is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.37 |
| HSL | 302.28º | 0.98% | 0.32% | - |
| HSV(B) | 302.28º | 0.99% | 0.63% | - |
| XYZ | 20.35 | 9.85 | 31.4 | - |
| YUV | 66.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 154 | 0 | 0.99 | 0.04 | 0.37 | 302.28 | 0.98 | 0.32 |
| Hex | A0 | 2 | 9A | 0 | 63 | 4 | 25 | 12E | 62 | 20 |
| Octal | 240 | 2 | 232 | 0 | 143 | 4 | 45 | 456 | 142 | 40 |
| Binary | 10100000 | 10 | 10011010 | 0 | 1100011 | 100 | 100101 | 100101110 | 1100010 | 100000 |
Color Harmonies of #A0029A
Complementary color
Monochromatic Colors of #A0029A
Black with #A0029A
Text Example
Text Example
White with #A0029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0029A; }
p { color: rgb(160,2,154); }
H1.HeaderClassName
{
color: #A0029A;
}
.AnyTagClassName
{
color: #A0029A;
}
</style>
background-color css
<style>
a { background-color: #A0029A; }
a { background-color: rgb(160,2,154); }
div.DivClassName
{
background-color: #A0029A;
}
.BgClassName
{
background-color: #A0029A;
}
</style>
border-color css
<style>
span { border-color: #A0029A; }
span { border-color: rgb(160,2,154); }
td.TdClassName
{
border-color: #A0029A;
}
.TagClassName
{
border-color: #A0029A;
}
</style>