Shades of Dark Magenta #A00985
Tints of Dark Magenta #A00985
RGB
CMYK
RGB Variations
Color information
#A00985 (or 0xA00985) is known color: Dark Magenta. HEX triplet: A0, 09 and 85. RGB value is (160,9,133). Sum of RGB (Red+Green+Blue) = 160+9+133=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A00985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00985 is #5FF67A. Grayscale: #434343. Windows color (decimal): -6289019 or 8718752. OLE color: 8718752.
HSL color Cylindrical-coordinate representation of color #A00985: hue angle of 310.73º degrees, saturation: 0.89, 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 #A00985 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 133 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.37 |
| HSL | 310.73º | 0.89% | 0.33% | - |
| HSV(B) | 310.73º | 0.94% | 0.63% | - |
| XYZ | 18.83 | 9.36 | 23.01 | - |
| YUV | 68.29 | 164.53 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 133 | 0 | 0.94 | 0.17 | 0.37 | 310.73 | 0.89 | 0.33 |
| Hex | A0 | 9 | 85 | 0 | 5E | 11 | 25 | 137 | 59 | 21 |
| Octal | 240 | 11 | 205 | 0 | 136 | 21 | 45 | 467 | 131 | 41 |
| Binary | 10100000 | 1001 | 10000101 | 0 | 1011110 | 10001 | 100101 | 100110111 | 1011001 | 100001 |
Color Harmonies of #A00985
Complementary color
Monochromatic Colors of #A00985
Black with #A00985
Text Example
Text Example
White with #A00985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00985; }
p { color: rgb(160,9,133); }
H1.HeaderClassName
{
color: #A00985;
}
.AnyTagClassName
{
color: #A00985;
}
</style>
background-color css
<style>
a { background-color: #A00985; }
a { background-color: rgb(160,9,133); }
div.DivClassName
{
background-color: #A00985;
}
.BgClassName
{
background-color: #A00985;
}
</style>
border-color css
<style>
span { border-color: #A00985; }
span { border-color: rgb(160,9,133); }
td.TdClassName
{
border-color: #A00985;
}
.TagClassName
{
border-color: #A00985;
}
</style>