Shades of Dark Magenta #A00A85
Tints of Dark Magenta #A00A85
RGB
CMYK
RGB Variations
Color information
#A00A85 (or 0xA00A85) is known color: Dark Magenta. HEX triplet: A0, 0A and 85. RGB value is (160,10,133). Sum of RGB (Red+Green+Blue) = 160+10+133=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00A85 is #5FF57A. Grayscale: #444444. Windows color (decimal): -6288763 or 8719008. OLE color: 8719008.
HSL color Cylindrical-coordinate representation of color #A00A85: hue angle of 310.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A85 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 133 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.37 |
| HSL | 310.8º | 0.88% | 0.33% | - |
| HSV(B) | 310.8º | 0.94% | 0.63% | - |
| XYZ | 18.84 | 9.38 | 23.01 | - |
| YUV | 68.87 | 164.2 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 133 | 0 | 0.94 | 0.17 | 0.37 | 310.8 | 0.88 | 0.33 |
| Hex | A0 | A | 85 | 0 | 5E | 11 | 25 | 137 | 58 | 21 |
| Octal | 240 | 12 | 205 | 0 | 136 | 21 | 45 | 467 | 130 | 41 |
| Binary | 10100000 | 1010 | 10000101 | 0 | 1011110 | 10001 | 100101 | 100110111 | 1011000 | 100001 |
Color Harmonies of #A00A85
Complementary color
Monochromatic Colors of #A00A85
Black with #A00A85
Text Example
Text Example
White with #A00A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A85; }
p { color: rgb(160,10,133); }
H1.HeaderClassName
{
color: #A00A85;
}
.AnyTagClassName
{
color: #A00A85;
}
</style>
background-color css
<style>
a { background-color: #A00A85; }
a { background-color: rgb(160,10,133); }
div.DivClassName
{
background-color: #A00A85;
}
.BgClassName
{
background-color: #A00A85;
}
</style>
border-color css
<style>
span { border-color: #A00A85; }
span { border-color: rgb(160,10,133); }
td.TdClassName
{
border-color: #A00A85;
}
.TagClassName
{
border-color: #A00A85;
}
</style>