Shades of Dark Magenta #A20B9E
Tints of Dark Magenta #A20B9E
RGB
CMYK
RGB Variations
Color information
#A20B9E (or 0xA20B9E) is known color: Dark Magenta. HEX triplet: A2, 0B and 9E. RGB value is (162,11,158). Sum of RGB (Red+Green+Blue) = 162+11+158=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20B9E is #5DF461. Grayscale: #484848. Windows color (decimal): -6157410 or 10357666. OLE color: 10357666.
HSL color Cylindrical-coordinate representation of color #A20B9E: hue angle of 301.59º 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 #A20B9E is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 11 | 158 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.36 |
| HSL | 301.59º | 0.87% | 0.34% | - |
| HSV(B) | 301.59º | 0.93% | 0.64% | - |
| XYZ | 21.19 | 10.39 | 33.24 | - |
| YUV | 72.91 | 176.03 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 158 | 0 | 0.93 | 0.02 | 0.36 | 301.59 | 0.87 | 0.34 |
| Hex | A2 | B | 9E | 0 | 5D | 2 | 24 | 12E | 57 | 22 |
| Octal | 242 | 13 | 236 | 0 | 135 | 2 | 44 | 456 | 127 | 42 |
| Binary | 10100010 | 1011 | 10011110 | 0 | 1011101 | 10 | 100100 | 100101110 | 1010111 | 100010 |
Color Harmonies of #A20B9E
Complementary color
Monochromatic Colors of #A20B9E
Black with #A20B9E
Text Example
Text Example
White with #A20B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20B9E; }
p { color: rgb(162,11,158); }
H1.HeaderClassName
{
color: #A20B9E;
}
.AnyTagClassName
{
color: #A20B9E;
}
</style>
background-color css
<style>
a { background-color: #A20B9E; }
a { background-color: rgb(162,11,158); }
div.DivClassName
{
background-color: #A20B9E;
}
.BgClassName
{
background-color: #A20B9E;
}
</style>
border-color css
<style>
span { border-color: #A20B9E; }
span { border-color: rgb(162,11,158); }
td.TdClassName
{
border-color: #A20B9E;
}
.TagClassName
{
border-color: #A20B9E;
}
</style>