Shades of Dark Magenta #A0019C
Tints of Dark Magenta #A0019C
RGB
CMYK
RGB Variations
Color information
#A0019C (or 0xA0019C) is known color: Dark Magenta. HEX triplet: A0, 01 and 9C. RGB value is (160,1,156). Sum of RGB (Red+Green+Blue) = 160+1+156=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A0019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0019C is #5FFE63. Grayscale: #414141. Windows color (decimal): -6291044 or 10224032. OLE color: 10224032.
HSL color Cylindrical-coordinate representation of color #A0019C: hue angle of 301.51º degrees, saturation: 0.99, 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 #A0019C is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 156 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.37 |
| HSL | 301.51º | 0.99% | 0.32% | - |
| HSV(B) | 301.51º | 0.99% | 0.63% | - |
| XYZ | 20.51 | 9.9 | 32.28 | - |
| YUV | 66.21 | 178.68 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 156 | 0 | 0.99 | 0.02 | 0.37 | 301.51 | 0.99 | 0.32 |
| Hex | A0 | 1 | 9C | 0 | 63 | 2 | 25 | 12E | 63 | 20 |
| Octal | 240 | 1 | 234 | 0 | 143 | 2 | 45 | 456 | 143 | 40 |
| Binary | 10100000 | 1 | 10011100 | 0 | 1100011 | 10 | 100101 | 100101110 | 1100011 | 100000 |
Color Harmonies of #A0019C
Complementary color
Monochromatic Colors of #A0019C
Black with #A0019C
Text Example
Text Example
White with #A0019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0019C; }
p { color: rgb(160,1,156); }
H1.HeaderClassName
{
color: #A0019C;
}
.AnyTagClassName
{
color: #A0019C;
}
</style>
background-color css
<style>
a { background-color: #A0019C; }
a { background-color: rgb(160,1,156); }
div.DivClassName
{
background-color: #A0019C;
}
.BgClassName
{
background-color: #A0019C;
}
</style>
border-color css
<style>
span { border-color: #A0019C; }
span { border-color: rgb(160,1,156); }
td.TdClassName
{
border-color: #A0019C;
}
.TagClassName
{
border-color: #A0019C;
}
</style>