Shades of Dark Magenta #A20B85
Tints of Dark Magenta #A20B85
RGB
CMYK
RGB Variations
Color information
#A20B85 (or 0xA20B85) is known color: Dark Magenta. HEX triplet: A2, 0B and 85. RGB value is (162,11,133). Sum of RGB (Red+Green+Blue) = 162+11+133=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20B85 is #5DF47A. Grayscale: #454545. Windows color (decimal): -6157435 or 8719266. OLE color: 8719266.
HSL color Cylindrical-coordinate representation of color #A20B85: hue angle of 311.52º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20B85 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 11 | 133 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.36 |
| HSL | 311.52º | 0.87% | 0.34% | - |
| HSV(B) | 311.52º | 0.93% | 0.64% | - |
| XYZ | 19.25 | 9.61 | 23.03 | - |
| YUV | 70.06 | 163.53 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 133 | 0 | 0.93 | 0.18 | 0.36 | 311.52 | 0.87 | 0.34 |
| Hex | A2 | B | 85 | 0 | 5D | 12 | 24 | 138 | 57 | 22 |
| Octal | 242 | 13 | 205 | 0 | 135 | 22 | 44 | 470 | 127 | 42 |
| Binary | 10100010 | 1011 | 10000101 | 0 | 1011101 | 10010 | 100100 | 100111000 | 1010111 | 100010 |
Color Harmonies of #A20B85
Complementary color
Monochromatic Colors of #A20B85
Black with #A20B85
Text Example
Text Example
White with #A20B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20B85; }
p { color: rgb(162,11,133); }
H1.HeaderClassName
{
color: #A20B85;
}
.AnyTagClassName
{
color: #A20B85;
}
</style>
background-color css
<style>
a { background-color: #A20B85; }
a { background-color: rgb(162,11,133); }
div.DivClassName
{
background-color: #A20B85;
}
.BgClassName
{
background-color: #A20B85;
}
</style>
border-color css
<style>
span { border-color: #A20B85; }
span { border-color: rgb(162,11,133); }
td.TdClassName
{
border-color: #A20B85;
}
.TagClassName
{
border-color: #A20B85;
}
</style>