Shades of Dark Magenta #A00A83
Tints of Dark Magenta #A00A83
RGB
CMYK
RGB Variations
Color information
#A00A83 (or 0xA00A83) is known color: Dark Magenta. HEX triplet: A0, 0A and 83. RGB value is (160,10,131). Sum of RGB (Red+Green+Blue) = 160+10+131=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00A83 is #5FF57C. Grayscale: #444444. Windows color (decimal): -6288765 or 8587936. OLE color: 8587936.
HSL color Cylindrical-coordinate representation of color #A00A83: hue angle of 311.6º degrees, saturation: 0.88, 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 #A00A83 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 131 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.37 |
| HSL | 311.6º | 0.88% | 0.33% | - |
| HSV(B) | 311.6º | 0.94% | 0.63% | - |
| XYZ | 18.7 | 9.33 | 22.29 | - |
| YUV | 68.64 | 163.2 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 131 | 0 | 0.94 | 0.18 | 0.37 | 311.6 | 0.88 | 0.33 |
| Hex | A0 | A | 83 | 0 | 5E | 12 | 25 | 138 | 58 | 21 |
| Octal | 240 | 12 | 203 | 0 | 136 | 22 | 45 | 470 | 130 | 41 |
| Binary | 10100000 | 1010 | 10000011 | 0 | 1011110 | 10010 | 100101 | 100111000 | 1011000 | 100001 |
Color Harmonies of #A00A83
Complementary color
Monochromatic Colors of #A00A83
Black with #A00A83
Text Example
Text Example
White with #A00A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A83; }
p { color: rgb(160,10,131); }
H1.HeaderClassName
{
color: #A00A83;
}
.AnyTagClassName
{
color: #A00A83;
}
</style>
background-color css
<style>
a { background-color: #A00A83; }
a { background-color: rgb(160,10,131); }
div.DivClassName
{
background-color: #A00A83;
}
.BgClassName
{
background-color: #A00A83;
}
</style>
border-color css
<style>
span { border-color: #A00A83; }
span { border-color: rgb(160,10,131); }
td.TdClassName
{
border-color: #A00A83;
}
.TagClassName
{
border-color: #A00A83;
}
</style>