Shades of Dark Magenta #A322A1
Tints of Dark Magenta #A322A1
RGB
CMYK
RGB Variations
Color information
#A322A1 (or 0xA322A1) is known color: Dark Magenta. HEX triplet: A3, 22 and A1. RGB value is (163,34,161). Sum of RGB (Red+Green+Blue) = 163+34+161=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A322A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A322A1 is #5CDD5E. Grayscale: #565656. Windows color (decimal): -6085983 or 10560163. OLE color: 10560163.
HSL color Cylindrical-coordinate representation of color #A322A1: hue angle of 300.93º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A322A1 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 34 | 161 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.36 |
| HSL | 300.93º | 0.65% | 0.39% | - |
| HSV(B) | 300.93º | 0.79% | 0.64% | - |
| XYZ | 22.11 | 11.5 | 34.77 | - |
| YUV | 87.05 | 169.74 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 34 | 161 | 0 | 0.79 | 0.01 | 0.36 | 300.93 | 0.65 | 0.39 |
| Hex | A3 | 22 | A1 | 0 | 4F | 1 | 24 | 12D | 41 | 27 |
| Octal | 243 | 42 | 241 | 0 | 117 | 1 | 44 | 455 | 101 | 47 |
| Binary | 10100011 | 100010 | 10100001 | 0 | 1001111 | 1 | 100100 | 100101101 | 1000001 | 100111 |
Color Harmonies of #A322A1
Complementary color
Monochromatic Colors of #A322A1
Black with #A322A1
Text Example
Text Example
White with #A322A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A322A1; }
p { color: rgb(163,34,161); }
H1.HeaderClassName
{
color: #A322A1;
}
.AnyTagClassName
{
color: #A322A1;
}
</style>
background-color css
<style>
a { background-color: #A322A1; }
a { background-color: rgb(163,34,161); }
div.DivClassName
{
background-color: #A322A1;
}
.BgClassName
{
background-color: #A322A1;
}
</style>
border-color css
<style>
span { border-color: #A322A1; }
span { border-color: rgb(163,34,161); }
td.TdClassName
{
border-color: #A322A1;
}
.TagClassName
{
border-color: #A322A1;
}
</style>