Shades of Dark Magenta #A00882
Tints of Dark Magenta #A00882
RGB
CMYK
RGB Variations
Color information
#A00882 (or 0xA00882) is known color: Dark Magenta. HEX triplet: A0, 08 and 82. RGB value is (160,8,130). Sum of RGB (Red+Green+Blue) = 160+8+130=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A00882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00882 is #5FF77D. Grayscale: #434343. Windows color (decimal): -6289278 or 8521888. OLE color: 8521888.
HSL color Cylindrical-coordinate representation of color #A00882: hue angle of 311.84º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00882 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 130 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.37 |
| HSL | 311.84º | 0.9% | 0.33% | - |
| HSV(B) | 311.84º | 0.95% | 0.63% | - |
| XYZ | 18.61 | 9.26 | 21.93 | - |
| YUV | 67.36 | 163.36 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 130 | 0 | 0.95 | 0.19 | 0.37 | 311.84 | 0.9 | 0.33 |
| Hex | A0 | 8 | 82 | 0 | 5F | 13 | 25 | 138 | 5A | 21 |
| Octal | 240 | 10 | 202 | 0 | 137 | 23 | 45 | 470 | 132 | 41 |
| Binary | 10100000 | 1000 | 10000010 | 0 | 1011111 | 10011 | 100101 | 100111000 | 1011010 | 100001 |
Color Harmonies of #A00882
Complementary color
Monochromatic Colors of #A00882
Black with #A00882
Text Example
Text Example
White with #A00882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00882; }
p { color: rgb(160,8,130); }
H1.HeaderClassName
{
color: #A00882;
}
.AnyTagClassName
{
color: #A00882;
}
</style>
background-color css
<style>
a { background-color: #A00882; }
a { background-color: rgb(160,8,130); }
div.DivClassName
{
background-color: #A00882;
}
.BgClassName
{
background-color: #A00882;
}
</style>
border-color css
<style>
span { border-color: #A00882; }
span { border-color: rgb(160,8,130); }
td.TdClassName
{
border-color: #A00882;
}
.TagClassName
{
border-color: #A00882;
}
</style>