Shades of Dark Magenta #A203A0
Tints of Dark Magenta #A203A0
RGB
CMYK
RGB Variations
Color information
#A203A0 (or 0xA203A0) is known color: Dark Magenta. HEX triplet: A2, 03 and A0. RGB value is (162,3,160). Sum of RGB (Red+Green+Blue) = 162+3+160=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A203A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A203A0 is #5DFC5F. Grayscale: #434343. Windows color (decimal): -6159456 or 10486690. OLE color: 10486690.
HSL color Cylindrical-coordinate representation of color #A203A0: hue angle of 300.75º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A203A0 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 160 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.36 |
| HSL | 300.75º | 0.96% | 0.32% | - |
| HSV(B) | 300.75º | 0.98% | 0.64% | - |
| XYZ | 21.28 | 10.28 | 34.12 | - |
| YUV | 68.44 | 179.68 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 160 | 0 | 0.98 | 0.01 | 0.36 | 300.75 | 0.96 | 0.32 |
| Hex | A2 | 3 | A0 | 0 | 62 | 1 | 24 | 12D | 60 | 20 |
| Octal | 242 | 3 | 240 | 0 | 142 | 1 | 44 | 455 | 140 | 40 |
| Binary | 10100010 | 11 | 10100000 | 0 | 1100010 | 1 | 100100 | 100101101 | 1100000 | 100000 |
Color Harmonies of #A203A0
Complementary color
Monochromatic Colors of #A203A0
Black with #A203A0
Text Example
Text Example
White with #A203A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203A0; }
p { color: rgb(162,3,160); }
H1.HeaderClassName
{
color: #A203A0;
}
.AnyTagClassName
{
color: #A203A0;
}
</style>
background-color css
<style>
a { background-color: #A203A0; }
a { background-color: rgb(162,3,160); }
div.DivClassName
{
background-color: #A203A0;
}
.BgClassName
{
background-color: #A203A0;
}
</style>
border-color css
<style>
span { border-color: #A203A0; }
span { border-color: rgb(162,3,160); }
td.TdClassName
{
border-color: #A203A0;
}
.TagClassName
{
border-color: #A203A0;
}
</style>