Shades of Dark Magenta #A20B8D
Tints of Dark Magenta #A20B8D
RGB
CMYK
RGB Variations
Color information
#A20B8D (or 0xA20B8D) is known color: Dark Magenta. HEX triplet: A2, 0B and 8D. RGB value is (162,11,141). Sum of RGB (Red+Green+Blue) = 162+11+141=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20B8D is #5DF472. Grayscale: #464646. Windows color (decimal): -6157427 or 9243554. OLE color: 9243554.
HSL color Cylindrical-coordinate representation of color #A20B8D: hue angle of 308.34º 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 #A20B8D is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 11 | 141 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.36 |
| HSL | 308.34º | 0.87% | 0.34% | - |
| HSV(B) | 308.34º | 0.93% | 0.64% | - |
| XYZ | 19.83 | 9.84 | 26.05 | - |
| YUV | 70.97 | 167.53 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 141 | 0 | 0.93 | 0.13 | 0.36 | 308.34 | 0.87 | 0.34 |
| Hex | A2 | B | 8D | 0 | 5D | D | 24 | 134 | 57 | 22 |
| Octal | 242 | 13 | 215 | 0 | 135 | 15 | 44 | 464 | 127 | 42 |
| Binary | 10100010 | 1011 | 10001101 | 0 | 1011101 | 1101 | 100100 | 100110100 | 1010111 | 100010 |
Color Harmonies of #A20B8D
Complementary color
Monochromatic Colors of #A20B8D
Black with #A20B8D
Text Example
Text Example
White with #A20B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20B8D; }
p { color: rgb(162,11,141); }
H1.HeaderClassName
{
color: #A20B8D;
}
.AnyTagClassName
{
color: #A20B8D;
}
</style>
background-color css
<style>
a { background-color: #A20B8D; }
a { background-color: rgb(162,11,141); }
div.DivClassName
{
background-color: #A20B8D;
}
.BgClassName
{
background-color: #A20B8D;
}
</style>
border-color css
<style>
span { border-color: #A20B8D; }
span { border-color: rgb(162,11,141); }
td.TdClassName
{
border-color: #A20B8D;
}
.TagClassName
{
border-color: #A20B8D;
}
</style>