Shades of Dark Magenta #A00282
Tints of Dark Magenta #A00282
RGB
CMYK
RGB Variations
Color information
#A00282 (or 0xA00282) is known color: Dark Magenta. HEX triplet: A0, 02 and 82. RGB value is (160,2,130). Sum of RGB (Red+Green+Blue) = 160+2+130=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A00282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00282 is #5FFD7D. Grayscale: #3F3F3F. Windows color (decimal): -6290814 or 8520352. OLE color: 8520352.
HSL color Cylindrical-coordinate representation of color #A00282: hue angle of 311.39º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00282 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 130 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.37 |
| HSL | 311.39º | 0.98% | 0.32% | - |
| HSV(B) | 311.39º | 0.99% | 0.63% | - |
| XYZ | 18.55 | 9.13 | 21.9 | - |
| YUV | 63.83 | 165.35 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 130 | 0 | 0.99 | 0.19 | 0.37 | 311.39 | 0.98 | 0.32 |
| Hex | A0 | 2 | 82 | 0 | 63 | 13 | 25 | 137 | 62 | 20 |
| Octal | 240 | 2 | 202 | 0 | 143 | 23 | 45 | 467 | 142 | 40 |
| Binary | 10100000 | 10 | 10000010 | 0 | 1100011 | 10011 | 100101 | 100110111 | 1100010 | 100000 |
Color Harmonies of #A00282
Complementary color
Monochromatic Colors of #A00282
Black with #A00282
Text Example
Text Example
White with #A00282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00282; }
p { color: rgb(160,2,130); }
H1.HeaderClassName
{
color: #A00282;
}
.AnyTagClassName
{
color: #A00282;
}
</style>
background-color css
<style>
a { background-color: #A00282; }
a { background-color: rgb(160,2,130); }
div.DivClassName
{
background-color: #A00282;
}
.BgClassName
{
background-color: #A00282;
}
</style>
border-color css
<style>
span { border-color: #A00282; }
span { border-color: rgb(160,2,130); }
td.TdClassName
{
border-color: #A00282;
}
.TagClassName
{
border-color: #A00282;
}
</style>