Shades of Dark Magenta #A203AD
Tints of Dark Magenta #A203AD
RGB
CMYK
RGB Variations
Color information
#A203AD (or 0xA203AD) is known color: Dark Magenta. HEX triplet: A2, 03 and AD. RGB value is (162,3,173). Sum of RGB (Red+Green+Blue) = 162+3+173=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #A203AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A203AD is #5DFC52. Grayscale: #454545. Windows color (decimal): -6159443 or 11338658. OLE color: 11338658.
HSL color Cylindrical-coordinate representation of color #A203AD: hue angle of 296.12º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A203AD is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 3 | 173 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.32 |
| HSL | 296.12º | 0.97% | 0.35% | - |
| HSV(B) | 296.12º | 0.98% | 0.68% | - |
| XYZ | 22.48 | 10.76 | 40.43 | - |
| YUV | 69.92 | 186.18 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 173 | 0.06 | 0.98 | 0 | 0.32 | 296.12 | 0.97 | 0.35 |
| Hex | A2 | 3 | AD | 6 | 62 | 0 | 20 | 128 | 61 | 23 |
| Octal | 242 | 3 | 255 | 6 | 142 | 0 | 40 | 450 | 141 | 43 |
| Binary | 10100010 | 11 | 10101101 | 110 | 1100010 | 0 | 100000 | 100101000 | 1100001 | 100011 |
Color Harmonies of #A203AD
Complementary color
Monochromatic Colors of #A203AD
Black with #A203AD
Text Example
Text Example
White with #A203AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203AD; }
p { color: rgb(162,3,173); }
H1.HeaderClassName
{
color: #A203AD;
}
.AnyTagClassName
{
color: #A203AD;
}
</style>
background-color css
<style>
a { background-color: #A203AD; }
a { background-color: rgb(162,3,173); }
div.DivClassName
{
background-color: #A203AD;
}
.BgClassName
{
background-color: #A203AD;
}
</style>
border-color css
<style>
span { border-color: #A203AD; }
span { border-color: rgb(162,3,173); }
td.TdClassName
{
border-color: #A203AD;
}
.TagClassName
{
border-color: #A203AD;
}
</style>