Shades of Dark Magenta #A0159D
Tints of Dark Magenta #A0159D
RGB
CMYK
RGB Variations
Color information
#A0159D (or 0xA0159D) is known color: Dark Magenta. HEX triplet: A0, 15 and 9D. RGB value is (160,21,157). Sum of RGB (Red+Green+Blue) = 160+21+157=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0159D is #5FEA62. Grayscale: #4D4D4D. Windows color (decimal): -6285923 or 10294688. OLE color: 10294688.
HSL color Cylindrical-coordinate representation of color #A0159D: hue angle of 301.29º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0159D is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 157 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.37 |
| HSL | 301.3º | 0.77% | 0.35% | - |
| HSV(B) | 301.3º | 0.87% | 0.63% | - |
| XYZ | 20.85 | 10.44 | 32.82 | - |
| YUV | 78.07 | 172.55 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 157 | 0 | 0.87 | 0.02 | 0.37 | 301.3 | 0.77 | 0.35 |
| Hex | A0 | 15 | 9D | 0 | 57 | 2 | 25 | 12D | 4D | 23 |
| Octal | 240 | 25 | 235 | 0 | 127 | 2 | 45 | 455 | 115 | 43 |
| Binary | 10100000 | 10101 | 10011101 | 0 | 1010111 | 10 | 100101 | 100101101 | 1001101 | 100011 |
Color Harmonies of #A0159D
Complementary color
Monochromatic Colors of #A0159D
Black with #A0159D
Text Example
Text Example
White with #A0159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0159D; }
p { color: rgb(160,21,157); }
H1.HeaderClassName
{
color: #A0159D;
}
.AnyTagClassName
{
color: #A0159D;
}
</style>
background-color css
<style>
a { background-color: #A0159D; }
a { background-color: rgb(160,21,157); }
div.DivClassName
{
background-color: #A0159D;
}
.BgClassName
{
background-color: #A0159D;
}
</style>
border-color css
<style>
span { border-color: #A0159D; }
span { border-color: rgb(160,21,157); }
td.TdClassName
{
border-color: #A0159D;
}
.TagClassName
{
border-color: #A0159D;
}
</style>