Shades of Dark Magenta #A420A1
Tints of Dark Magenta #A420A1
RGB
CMYK
RGB Variations
Color information
#A420A1 (or 0xA420A1) is known color: Dark Magenta. HEX triplet: A4, 20 and A1. RGB value is (164,32,161). Sum of RGB (Red+Green+Blue) = 164+32+161=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A420A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A420A1 is #5BDF5E. Grayscale: #555555. Windows color (decimal): -6020959 or 10559652. OLE color: 10559652.
HSL color Cylindrical-coordinate representation of color #A420A1: hue angle of 301.36º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A420A1 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 32 | 161 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.36 |
| HSL | 301.36º | 0.67% | 0.38% | - |
| HSV(B) | 301.36º | 0.8% | 0.64% | - |
| XYZ | 22.26 | 11.5 | 34.76 | - |
| YUV | 86.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 32 | 161 | 0 | 0.80 | 0.02 | 0.36 | 301.36 | 0.67 | 0.38 |
| Hex | A4 | 20 | A1 | 0 | 50 | 2 | 24 | 12D | 43 | 26 |
| Octal | 244 | 40 | 241 | 0 | 120 | 2 | 44 | 455 | 103 | 46 |
| Binary | 10100100 | 100000 | 10100001 | 0 | 1010000 | 10 | 100100 | 100101101 | 1000011 | 100110 |
Color Harmonies of #A420A1
Complementary color
Monochromatic Colors of #A420A1
Black with #A420A1
Text Example
Text Example
White with #A420A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A420A1; }
p { color: rgb(164,32,161); }
H1.HeaderClassName
{
color: #A420A1;
}
.AnyTagClassName
{
color: #A420A1;
}
</style>
background-color css
<style>
a { background-color: #A420A1; }
a { background-color: rgb(164,32,161); }
div.DivClassName
{
background-color: #A420A1;
}
.BgClassName
{
background-color: #A420A1;
}
</style>
border-color css
<style>
span { border-color: #A420A1; }
span { border-color: rgb(164,32,161); }
td.TdClassName
{
border-color: #A420A1;
}
.TagClassName
{
border-color: #A420A1;
}
</style>