Shades of Dark Magenta #A204A0
Tints of Dark Magenta #A204A0
RGB
CMYK
RGB Variations
Color information
#A204A0 (or 0xA204A0) is known color: Dark Magenta. HEX triplet: A2, 04 and A0. RGB value is (162,4,160). Sum of RGB (Red+Green+Blue) = 162+4+160=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A204A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A204A0 is #5DFB5F. Grayscale: #444444. Windows color (decimal): -6159200 or 10486946. OLE color: 10486946.
HSL color Cylindrical-coordinate representation of color #A204A0: hue angle of 300.76º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A204A0 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 4 | 160 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.36 |
| HSL | 300.76º | 0.95% | 0.33% | - |
| HSV(B) | 300.76º | 0.98% | 0.64% | - |
| XYZ | 21.29 | 10.31 | 34.12 | - |
| YUV | 69.03 | 179.35 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 160 | 0 | 0.98 | 0.01 | 0.36 | 300.76 | 0.95 | 0.33 |
| Hex | A2 | 4 | A0 | 0 | 62 | 1 | 24 | 12D | 5F | 21 |
| Octal | 242 | 4 | 240 | 0 | 142 | 1 | 44 | 455 | 137 | 41 |
| Binary | 10100010 | 100 | 10100000 | 0 | 1100010 | 1 | 100100 | 100101101 | 1011111 | 100001 |
Color Harmonies of #A204A0
Complementary color
Monochromatic Colors of #A204A0
Black with #A204A0
Text Example
Text Example
White with #A204A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A204A0; }
p { color: rgb(162,4,160); }
H1.HeaderClassName
{
color: #A204A0;
}
.AnyTagClassName
{
color: #A204A0;
}
</style>
background-color css
<style>
a { background-color: #A204A0; }
a { background-color: rgb(162,4,160); }
div.DivClassName
{
background-color: #A204A0;
}
.BgClassName
{
background-color: #A204A0;
}
</style>
border-color css
<style>
span { border-color: #A204A0; }
span { border-color: rgb(162,4,160); }
td.TdClassName
{
border-color: #A204A0;
}
.TagClassName
{
border-color: #A204A0;
}
</style>