Shades of Dark Magenta #A00582
Tints of Dark Magenta #A00582
RGB
CMYK
RGB Variations
Color information
#A00582 (or 0xA00582) is known color: Dark Magenta. HEX triplet: A0, 05 and 82. RGB value is (160,5,130). Sum of RGB (Red+Green+Blue) = 160+5+130=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A00582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00582 is #5FFA7D. Grayscale: #414141. Windows color (decimal): -6290046 or 8521120. OLE color: 8521120.
HSL color Cylindrical-coordinate representation of color #A00582: hue angle of 311.61º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A00582 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 130 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.37 |
| HSL | 311.61º | 0.94% | 0.32% | - |
| HSV(B) | 311.61º | 0.97% | 0.63% | - |
| XYZ | 18.58 | 9.19 | 21.91 | - |
| YUV | 65.6 | 164.35 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 130 | 0 | 0.97 | 0.19 | 0.37 | 311.61 | 0.94 | 0.32 |
| Hex | A0 | 5 | 82 | 0 | 61 | 13 | 25 | 138 | 5E | 20 |
| Octal | 240 | 5 | 202 | 0 | 141 | 23 | 45 | 470 | 136 | 40 |
| Binary | 10100000 | 101 | 10000010 | 0 | 1100001 | 10011 | 100101 | 100111000 | 1011110 | 100000 |
Color Harmonies of #A00582
Complementary color
Monochromatic Colors of #A00582
Black with #A00582
Text Example
Text Example
White with #A00582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00582; }
p { color: rgb(160,5,130); }
H1.HeaderClassName
{
color: #A00582;
}
.AnyTagClassName
{
color: #A00582;
}
</style>
background-color css
<style>
a { background-color: #A00582; }
a { background-color: rgb(160,5,130); }
div.DivClassName
{
background-color: #A00582;
}
.BgClassName
{
background-color: #A00582;
}
</style>
border-color css
<style>
span { border-color: #A00582; }
span { border-color: rgb(160,5,130); }
td.TdClassName
{
border-color: #A00582;
}
.TagClassName
{
border-color: #A00582;
}
</style>