Shades of Dark Magenta #A01C9F
Tints of Dark Magenta #A01C9F
RGB
CMYK
RGB Variations
Color information
#A01C9F (or 0xA01C9F) is known color: Dark Magenta. HEX triplet: A0, 1C and 9F. RGB value is (160,28,159). Sum of RGB (Red+Green+Blue) = 160+28+159=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01C9F is #5FE360. Grayscale: #525252. Windows color (decimal): -6284129 or 10427552. OLE color: 10427552.
HSL color Cylindrical-coordinate representation of color #A01C9F: hue angle of 300.45º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A01C9F is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 28 | 159 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.37 |
| HSL | 300.45º | 0.7% | 0.37% | - |
| HSV(B) | 300.45º | 0.83% | 0.63% | - |
| XYZ | 21.17 | 10.81 | 33.77 | - |
| YUV | 82.4 | 171.23 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 159 | 0 | 0.82 | 0.01 | 0.37 | 300.45 | 0.7 | 0.37 |
| Hex | A0 | 1C | 9F | 0 | 52 | 1 | 25 | 12C | 46 | 25 |
| Octal | 240 | 34 | 237 | 0 | 122 | 1 | 45 | 454 | 106 | 45 |
| Binary | 10100000 | 11100 | 10011111 | 0 | 1010010 | 1 | 100101 | 100101100 | 1000110 | 100101 |
Color Harmonies of #A01C9F
Complementary color
Monochromatic Colors of #A01C9F
Black with #A01C9F
Text Example
Text Example
White with #A01C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01C9F; }
p { color: rgb(160,28,159); }
H1.HeaderClassName
{
color: #A01C9F;
}
.AnyTagClassName
{
color: #A01C9F;
}
</style>
background-color css
<style>
a { background-color: #A01C9F; }
a { background-color: rgb(160,28,159); }
div.DivClassName
{
background-color: #A01C9F;
}
.BgClassName
{
background-color: #A01C9F;
}
</style>
border-color css
<style>
span { border-color: #A01C9F; }
span { border-color: rgb(160,28,159); }
td.TdClassName
{
border-color: #A01C9F;
}
.TagClassName
{
border-color: #A01C9F;
}
</style>