Shades of Dark Magenta #A0019B
Tints of Dark Magenta #A0019B
RGB
CMYK
RGB Variations
Color information
#A0019B (or 0xA0019B) is known color: Dark Magenta. HEX triplet: A0, 01 and 9B. RGB value is (160,1,155). Sum of RGB (Red+Green+Blue) = 160+1+155=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A0019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0019B is #5FFE64. Grayscale: #414141. Windows color (decimal): -6291045 or 10158496. OLE color: 10158496.
HSL color Cylindrical-coordinate representation of color #A0019B: hue angle of 301.89º 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 #A0019B is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 155 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.37 |
| HSL | 301.89º | 0.99% | 0.32% | - |
| HSV(B) | 301.89º | 0.99% | 0.63% | - |
| XYZ | 20.42 | 9.86 | 31.84 | - |
| YUV | 66.1 | 178.18 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 155 | 0 | 0.99 | 0.03 | 0.37 | 301.89 | 0.99 | 0.32 |
| Hex | A0 | 1 | 9B | 0 | 63 | 3 | 25 | 12E | 63 | 20 |
| Octal | 240 | 1 | 233 | 0 | 143 | 3 | 45 | 456 | 143 | 40 |
| Binary | 10100000 | 1 | 10011011 | 0 | 1100011 | 11 | 100101 | 100101110 | 1100011 | 100000 |
Color Harmonies of #A0019B
Complementary color
Monochromatic Colors of #A0019B
Black with #A0019B
Text Example
Text Example
White with #A0019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0019B; }
p { color: rgb(160,1,155); }
H1.HeaderClassName
{
color: #A0019B;
}
.AnyTagClassName
{
color: #A0019B;
}
</style>
background-color css
<style>
a { background-color: #A0019B; }
a { background-color: rgb(160,1,155); }
div.DivClassName
{
background-color: #A0019B;
}
.BgClassName
{
background-color: #A0019B;
}
</style>
border-color css
<style>
span { border-color: #A0019B; }
span { border-color: rgb(160,1,155); }
td.TdClassName
{
border-color: #A0019B;
}
.TagClassName
{
border-color: #A0019B;
}
</style>