Shades of Dark Magenta #A20985
Tints of Dark Magenta #A20985
RGB
CMYK
RGB Variations
Color information
#A20985 (or 0xA20985) is known color: Dark Magenta. HEX triplet: A2, 09 and 85. RGB value is (162,9,133). Sum of RGB (Red+Green+Blue) = 162+9+133=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A20985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20985 is #5DF67A. Grayscale: #444444. Windows color (decimal): -6157947 or 8718754. OLE color: 8718754.
HSL color Cylindrical-coordinate representation of color #A20985: hue angle of 311.37º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20985 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 133 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.36 |
| HSL | 311.37º | 0.89% | 0.34% | - |
| HSV(B) | 311.37º | 0.94% | 0.64% | - |
| XYZ | 19.23 | 9.57 | 23.02 | - |
| YUV | 68.88 | 164.19 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 133 | 0 | 0.94 | 0.18 | 0.36 | 311.37 | 0.89 | 0.34 |
| Hex | A2 | 9 | 85 | 0 | 5E | 12 | 24 | 137 | 59 | 22 |
| Octal | 242 | 11 | 205 | 0 | 136 | 22 | 44 | 467 | 131 | 42 |
| Binary | 10100010 | 1001 | 10000101 | 0 | 1011110 | 10010 | 100100 | 100110111 | 1011001 | 100010 |
Color Harmonies of #A20985
Complementary color
Monochromatic Colors of #A20985
Black with #A20985
Text Example
Text Example
White with #A20985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20985; }
p { color: rgb(162,9,133); }
H1.HeaderClassName
{
color: #A20985;
}
.AnyTagClassName
{
color: #A20985;
}
</style>
background-color css
<style>
a { background-color: #A20985; }
a { background-color: rgb(162,9,133); }
div.DivClassName
{
background-color: #A20985;
}
.BgClassName
{
background-color: #A20985;
}
</style>
border-color css
<style>
span { border-color: #A20985; }
span { border-color: rgb(162,9,133); }
td.TdClassName
{
border-color: #A20985;
}
.TagClassName
{
border-color: #A20985;
}
</style>