Shades of Dark Magenta #A00283
Tints of Dark Magenta #A00283
RGB
CMYK
RGB Variations
Color information
#A00283 (or 0xA00283) is known color: Dark Magenta. HEX triplet: A0, 02 and 83. RGB value is (160,2,131). Sum of RGB (Red+Green+Blue) = 160+2+131=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A00283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00283 is #5FFD7C. Grayscale: #3F3F3F. Windows color (decimal): -6290813 or 8585888. OLE color: 8585888.
HSL color Cylindrical-coordinate representation of color #A00283: hue angle of 311.01º 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 #A00283 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 131 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.37 |
| HSL | 311.01º | 0.98% | 0.32% | - |
| HSV(B) | 311.01º | 0.99% | 0.63% | - |
| XYZ | 18.62 | 9.16 | 22.26 | - |
| YUV | 63.95 | 165.85 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 131 | 0 | 0.99 | 0.18 | 0.37 | 311.01 | 0.98 | 0.32 |
| Hex | A0 | 2 | 83 | 0 | 63 | 12 | 25 | 137 | 62 | 20 |
| Octal | 240 | 2 | 203 | 0 | 143 | 22 | 45 | 467 | 142 | 40 |
| Binary | 10100000 | 10 | 10000011 | 0 | 1100011 | 10010 | 100101 | 100110111 | 1100010 | 100000 |
Color Harmonies of #A00283
Complementary color
Monochromatic Colors of #A00283
Black with #A00283
Text Example
Text Example
White with #A00283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00283; }
p { color: rgb(160,2,131); }
H1.HeaderClassName
{
color: #A00283;
}
.AnyTagClassName
{
color: #A00283;
}
</style>
background-color css
<style>
a { background-color: #A00283; }
a { background-color: rgb(160,2,131); }
div.DivClassName
{
background-color: #A00283;
}
.BgClassName
{
background-color: #A00283;
}
</style>
border-color css
<style>
span { border-color: #A00283; }
span { border-color: rgb(160,2,131); }
td.TdClassName
{
border-color: #A00283;
}
.TagClassName
{
border-color: #A00283;
}
</style>