Shades of Dark Magenta #A00983
Tints of Dark Magenta #A00983
RGB
CMYK
RGB Variations
Color information
#A00983 (or 0xA00983) is known color: Dark Magenta. HEX triplet: A0, 09 and 83. RGB value is (160,9,131). Sum of RGB (Red+Green+Blue) = 160+9+131=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A00983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00983 is #5FF67C. Grayscale: #434343. Windows color (decimal): -6289021 or 8587680. OLE color: 8587680.
HSL color Cylindrical-coordinate representation of color #A00983: hue angle of 311.52º 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 #A00983 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 131 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.37 |
| HSL | 311.52º | 0.89% | 0.33% | - |
| HSV(B) | 311.52º | 0.94% | 0.63% | - |
| XYZ | 18.69 | 9.31 | 22.28 | - |
| YUV | 68.06 | 163.53 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 131 | 0 | 0.94 | 0.18 | 0.37 | 311.52 | 0.89 | 0.33 |
| Hex | A0 | 9 | 83 | 0 | 5E | 12 | 25 | 138 | 59 | 21 |
| Octal | 240 | 11 | 203 | 0 | 136 | 22 | 45 | 470 | 131 | 41 |
| Binary | 10100000 | 1001 | 10000011 | 0 | 1011110 | 10010 | 100101 | 100111000 | 1011001 | 100001 |
Color Harmonies of #A00983
Complementary color
Monochromatic Colors of #A00983
Black with #A00983
Text Example
Text Example
White with #A00983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00983; }
p { color: rgb(160,9,131); }
H1.HeaderClassName
{
color: #A00983;
}
.AnyTagClassName
{
color: #A00983;
}
</style>
background-color css
<style>
a { background-color: #A00983; }
a { background-color: rgb(160,9,131); }
div.DivClassName
{
background-color: #A00983;
}
.BgClassName
{
background-color: #A00983;
}
</style>
border-color css
<style>
span { border-color: #A00983; }
span { border-color: rgb(160,9,131); }
td.TdClassName
{
border-color: #A00983;
}
.TagClassName
{
border-color: #A00983;
}
</style>