Shades of Dark Magenta #A01F9C
Tints of Dark Magenta #A01F9C
RGB
CMYK
RGB Variations
Color information
#A01F9C (or 0xA01F9C) is known color: Dark Magenta. HEX triplet: A0, 1F and 9C. RGB value is (160,31,156). Sum of RGB (Red+Green+Blue) = 160+31+156=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01F9C is #5FE063. Grayscale: #535353. Windows color (decimal): -6283364 or 10231712. OLE color: 10231712.
HSL color Cylindrical-coordinate representation of color #A01F9C: hue angle of 301.86º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01F9C is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 31 | 156 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.37 |
| HSL | 301.86º | 0.68% | 0.37% | - |
| HSV(B) | 301.86º | 0.81% | 0.63% | - |
| XYZ | 20.99 | 10.85 | 32.44 | - |
| YUV | 83.82 | 168.74 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 31 | 156 | 0 | 0.81 | 0.02 | 0.37 | 301.86 | 0.68 | 0.37 |
| Hex | A0 | 1F | 9C | 0 | 51 | 2 | 25 | 12E | 44 | 25 |
| Octal | 240 | 37 | 234 | 0 | 121 | 2 | 45 | 456 | 104 | 45 |
| Binary | 10100000 | 11111 | 10011100 | 0 | 1010001 | 10 | 100101 | 100101110 | 1000100 | 100101 |
Color Harmonies of #A01F9C
Complementary color
Monochromatic Colors of #A01F9C
Black with #A01F9C
Text Example
Text Example
White with #A01F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01F9C; }
p { color: rgb(160,31,156); }
H1.HeaderClassName
{
color: #A01F9C;
}
.AnyTagClassName
{
color: #A01F9C;
}
</style>
background-color css
<style>
a { background-color: #A01F9C; }
a { background-color: rgb(160,31,156); }
div.DivClassName
{
background-color: #A01F9C;
}
.BgClassName
{
background-color: #A01F9C;
}
</style>
border-color css
<style>
span { border-color: #A01F9C; }
span { border-color: rgb(160,31,156); }
td.TdClassName
{
border-color: #A01F9C;
}
.TagClassName
{
border-color: #A01F9C;
}
</style>