Shades of Dark Magenta #A00080
Tints of Dark Magenta #A00080
RGB
CMYK
RGB Variations
Color information
#A00080 (or 0xA00080) is known color: Dark Magenta. HEX triplet: A0, 00 and 80. RGB value is (160,0,128). Sum of RGB (Red+Green+Blue) = 160+0+128=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A00080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00080 is #5FFF7F. Grayscale: #3E3E3E. Windows color (decimal): -6291328 or 8388768. OLE color: 8388768.
HSL color Cylindrical-coordinate representation of color #A00080: hue angle of 312º 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 #A00080 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.20 | 0.37 |
| HSL | 312º | 1% | 0.31% | - |
| HSV(B) | 312º | 1% | 0.63% | - |
| XYZ | 18.39 | 9.03 | 21.2 | - |
| YUV | 62.43 | 165.01 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 128 | 0 | 1 | 0.20 | 0.37 | 312 | 1 | 0.31 |
| Hex | A0 | 0 | 80 | 0 | 64 | 14 | 25 | 138 | 64 | 1F |
| Octal | 240 | 0 | 200 | 0 | 144 | 24 | 45 | 470 | 144 | 37 |
| Binary | 10100000 | 0 | 10000000 | 0 | 1100100 | 10100 | 100101 | 100111000 | 1100100 | 11111 |
Color Harmonies of #A00080
Complementary color
Monochromatic Colors of #A00080
Black with #A00080
Text Example
Text Example
White with #A00080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00080; }
p { color: rgb(160,0,128); }
H1.HeaderClassName
{
color: #A00080;
}
.AnyTagClassName
{
color: #A00080;
}
</style>
background-color css
<style>
a { background-color: #A00080; }
a { background-color: rgb(160,0,128); }
div.DivClassName
{
background-color: #A00080;
}
.BgClassName
{
background-color: #A00080;
}
</style>
border-color css
<style>
span { border-color: #A00080; }
span { border-color: rgb(160,0,128); }
td.TdClassName
{
border-color: #A00080;
}
.TagClassName
{
border-color: #A00080;
}
</style>