Shades of Dark Magenta #A01D9F
Tints of Dark Magenta #A01D9F
RGB
CMYK
RGB Variations
Color information
#A01D9F (or 0xA01D9F) is known color: Dark Magenta. HEX triplet: A0, 1D and 9F. RGB value is (160,29,159). Sum of RGB (Red+Green+Blue) = 160+29+159=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01D9F is #5FE260. Grayscale: #525252. Windows color (decimal): -6283873 or 10427808. OLE color: 10427808.
HSL color Cylindrical-coordinate representation of color #A01D9F: hue angle of 300.46º degrees, saturation: 0.69, 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 #A01D9F is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 29 | 159 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.37 |
| HSL | 300.46º | 0.69% | 0.37% | - |
| HSV(B) | 300.46º | 0.82% | 0.63% | - |
| XYZ | 21.19 | 10.86 | 33.78 | - |
| YUV | 82.99 | 170.9 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 29 | 159 | 0 | 0.82 | 0.01 | 0.37 | 300.46 | 0.69 | 0.37 |
| Hex | A0 | 1D | 9F | 0 | 52 | 1 | 25 | 12C | 45 | 25 |
| Octal | 240 | 35 | 237 | 0 | 122 | 1 | 45 | 454 | 105 | 45 |
| Binary | 10100000 | 11101 | 10011111 | 0 | 1010010 | 1 | 100101 | 100101100 | 1000101 | 100101 |
Color Harmonies of #A01D9F
Complementary color
Monochromatic Colors of #A01D9F
Black with #A01D9F
Text Example
Text Example
White with #A01D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01D9F; }
p { color: rgb(160,29,159); }
H1.HeaderClassName
{
color: #A01D9F;
}
.AnyTagClassName
{
color: #A01D9F;
}
</style>
background-color css
<style>
a { background-color: #A01D9F; }
a { background-color: rgb(160,29,159); }
div.DivClassName
{
background-color: #A01D9F;
}
.BgClassName
{
background-color: #A01D9F;
}
</style>
border-color css
<style>
span { border-color: #A01D9F; }
span { border-color: rgb(160,29,159); }
td.TdClassName
{
border-color: #A01D9F;
}
.TagClassName
{
border-color: #A01D9F;
}
</style>