Shades of Dark Magenta #A20E8F
Tints of Dark Magenta #A20E8F
RGB
CMYK
RGB Variations
Color information
#A20E8F (or 0xA20E8F) is known color: Dark Magenta. HEX triplet: A2, 0E and 8F. RGB value is (162,14,143). Sum of RGB (Red+Green+Blue) = 162+14+143=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E8F is #5DF170. Grayscale: #484848. Windows color (decimal): -6156657 or 9375394. OLE color: 9375394.
HSL color Cylindrical-coordinate representation of color #A20E8F: hue angle of 307.7º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E8F is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 143 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.36 |
| HSL | 307.7º | 0.84% | 0.35% | - |
| HSV(B) | 307.7º | 0.91% | 0.64% | - |
| XYZ | 20.02 | 9.98 | 26.86 | - |
| YUV | 72.96 | 167.53 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 143 | 0 | 0.91 | 0.12 | 0.36 | 307.7 | 0.84 | 0.35 |
| Hex | A2 | E | 8F | 0 | 5B | C | 24 | 134 | 54 | 23 |
| Octal | 242 | 16 | 217 | 0 | 133 | 14 | 44 | 464 | 124 | 43 |
| Binary | 10100010 | 1110 | 10001111 | 0 | 1011011 | 1100 | 100100 | 100110100 | 1010100 | 100011 |
Color Harmonies of #A20E8F
Complementary color
Monochromatic Colors of #A20E8F
Black with #A20E8F
Text Example
Text Example
White with #A20E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E8F; }
p { color: rgb(162,14,143); }
H1.HeaderClassName
{
color: #A20E8F;
}
.AnyTagClassName
{
color: #A20E8F;
}
</style>
background-color css
<style>
a { background-color: #A20E8F; }
a { background-color: rgb(162,14,143); }
div.DivClassName
{
background-color: #A20E8F;
}
.BgClassName
{
background-color: #A20E8F;
}
</style>
border-color css
<style>
span { border-color: #A20E8F; }
span { border-color: rgb(162,14,143); }
td.TdClassName
{
border-color: #A20E8F;
}
.TagClassName
{
border-color: #A20E8F;
}
</style>