Shades of Dark Magenta #A00082
Tints of Dark Magenta #A00082
RGB
CMYK
RGB Variations
Color information
#A00082 (or 0xA00082) is known color: Dark Magenta. HEX triplet: A0, 00 and 82. RGB value is (160,0,130). Sum of RGB (Red+Green+Blue) = 160+0+130=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A00082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00082 is #5FFF7D. Grayscale: #3E3E3E. Windows color (decimal): -6291326 or 8519840. OLE color: 8519840.
HSL color Cylindrical-coordinate representation of color #A00082: hue angle of 311.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00082 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.19 | 0.37 |
| HSL | 311.25º | 1% | 0.31% | - |
| HSV(B) | 311.25º | 1% | 0.63% | - |
| XYZ | 18.53 | 9.09 | 21.9 | - |
| YUV | 62.66 | 166.01 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 130 | 0 | 1 | 0.19 | 0.37 | 311.25 | 1 | 0.31 |
| Hex | A0 | 0 | 82 | 0 | 64 | 13 | 25 | 137 | 64 | 1F |
| Octal | 240 | 0 | 202 | 0 | 144 | 23 | 45 | 467 | 144 | 37 |
| Binary | 10100000 | 0 | 10000010 | 0 | 1100100 | 10011 | 100101 | 100110111 | 1100100 | 11111 |
Color Harmonies of #A00082
Complementary color
Monochromatic Colors of #A00082
Black with #A00082
Text Example
Text Example
White with #A00082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00082; }
p { color: rgb(160,0,130); }
H1.HeaderClassName
{
color: #A00082;
}
.AnyTagClassName
{
color: #A00082;
}
</style>
background-color css
<style>
a { background-color: #A00082; }
a { background-color: rgb(160,0,130); }
div.DivClassName
{
background-color: #A00082;
}
.BgClassName
{
background-color: #A00082;
}
</style>
border-color css
<style>
span { border-color: #A00082; }
span { border-color: rgb(160,0,130); }
td.TdClassName
{
border-color: #A00082;
}
.TagClassName
{
border-color: #A00082;
}
</style>