Shades of Dark Magenta #A01390
Tints of Dark Magenta #A01390
RGB
CMYK
RGB Variations
Color information
#A01390 (or 0xA01390) is known color: Dark Magenta. HEX triplet: A0, 13 and 90. RGB value is (160,19,144). Sum of RGB (Red+Green+Blue) = 160+19+144=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A01390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01390 is #5FEC6F. Grayscale: #4B4B4B. Windows color (decimal): -6286448 or 9442208. OLE color: 9442208.
HSL color Cylindrical-coordinate representation of color #A01390: hue angle of 306.81º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01390 is Cyan = 0, Magento = 0.88, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 19 | 144 | - |
| CMYK | 0 | 0.88 | 0.1 | 0.37 |
| HSL | 306.81º | 0.79% | 0.35% | - |
| HSV(B) | 306.81º | 0.88% | 0.63% | - |
| XYZ | 19.76 | 9.95 | 27.26 | - |
| YUV | 75.41 | 166.71 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 144 | 0 | 0.88 | 0.1 | 0.37 | 306.81 | 0.79 | 0.35 |
| Hex | A0 | 13 | 90 | 0 | 58 | A | 25 | 133 | 4F | 23 |
| Octal | 240 | 23 | 220 | 0 | 130 | 12 | 45 | 463 | 117 | 43 |
| Binary | 10100000 | 10011 | 10010000 | 0 | 1011000 | 1010 | 100101 | 100110011 | 1001111 | 100011 |
Color Harmonies of #A01390
Complementary color
Monochromatic Colors of #A01390
Black with #A01390
Text Example
Text Example
White with #A01390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01390; }
p { color: rgb(160,19,144); }
H1.HeaderClassName
{
color: #A01390;
}
.AnyTagClassName
{
color: #A01390;
}
</style>
background-color css
<style>
a { background-color: #A01390; }
a { background-color: rgb(160,19,144); }
div.DivClassName
{
background-color: #A01390;
}
.BgClassName
{
background-color: #A01390;
}
</style>
border-color css
<style>
span { border-color: #A01390; }
span { border-color: rgb(160,19,144); }
td.TdClassName
{
border-color: #A01390;
}
.TagClassName
{
border-color: #A01390;
}
</style>