Shades of Dark Magenta #A0098D
Tints of Dark Magenta #A0098D
RGB
CMYK
RGB Variations
Color information
#A0098D (or 0xA0098D) is known color: Dark Magenta. HEX triplet: A0, 09 and 8D. RGB value is (160,9,141). Sum of RGB (Red+Green+Blue) = 160+9+141=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A0098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0098D is #5FF672. Grayscale: #444444. Windows color (decimal): -6289011 or 9243040. OLE color: 9243040.
HSL color Cylindrical-coordinate representation of color #A0098D: hue angle of 307.55º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0098D is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 141 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.37 |
| HSL | 307.55º | 0.89% | 0.33% | - |
| HSV(B) | 307.55º | 0.94% | 0.63% | - |
| XYZ | 19.4 | 9.59 | 26.03 | - |
| YUV | 69.2 | 168.53 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 141 | 0 | 0.94 | 0.12 | 0.37 | 307.55 | 0.89 | 0.33 |
| Hex | A0 | 9 | 8D | 0 | 5E | C | 25 | 134 | 59 | 21 |
| Octal | 240 | 11 | 215 | 0 | 136 | 14 | 45 | 464 | 131 | 41 |
| Binary | 10100000 | 1001 | 10001101 | 0 | 1011110 | 1100 | 100101 | 100110100 | 1011001 | 100001 |
Color Harmonies of #A0098D
Complementary color
Monochromatic Colors of #A0098D
Black with #A0098D
Text Example
Text Example
White with #A0098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0098D; }
p { color: rgb(160,9,141); }
H1.HeaderClassName
{
color: #A0098D;
}
.AnyTagClassName
{
color: #A0098D;
}
</style>
background-color css
<style>
a { background-color: #A0098D; }
a { background-color: rgb(160,9,141); }
div.DivClassName
{
background-color: #A0098D;
}
.BgClassName
{
background-color: #A0098D;
}
</style>
border-color css
<style>
span { border-color: #A0098D; }
span { border-color: rgb(160,9,141); }
td.TdClassName
{
border-color: #A0098D;
}
.TagClassName
{
border-color: #A0098D;
}
</style>