Shades of Dark Magenta #A320A1
Tints of Dark Magenta #A320A1
RGB
CMYK
RGB Variations
Color information
#A320A1 (or 0xA320A1) is known color: Dark Magenta. HEX triplet: A3, 20 and A1. RGB value is (163,32,161). Sum of RGB (Red+Green+Blue) = 163+32+161=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A320A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A320A1 is #5CDF5E. Grayscale: #555555. Windows color (decimal): -6086495 or 10559651. OLE color: 10559651.
HSL color Cylindrical-coordinate representation of color #A320A1: hue angle of 300.92º 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 #A320A1 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 32 | 161 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.36 |
| HSL | 300.92º | 0.67% | 0.38% | - |
| HSV(B) | 300.92º | 0.8% | 0.64% | - |
| XYZ | 22.05 | 11.39 | 34.75 | - |
| YUV | 85.88 | 170.4 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 161 | 0 | 0.80 | 0.01 | 0.36 | 300.92 | 0.67 | 0.38 |
| Hex | A3 | 20 | A1 | 0 | 50 | 1 | 24 | 12D | 43 | 26 |
| Octal | 243 | 40 | 241 | 0 | 120 | 1 | 44 | 455 | 103 | 46 |
| Binary | 10100011 | 100000 | 10100001 | 0 | 1010000 | 1 | 100100 | 100101101 | 1000011 | 100110 |
Color Harmonies of #A320A1
Complementary color
Monochromatic Colors of #A320A1
Black with #A320A1
Text Example
Text Example
White with #A320A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A320A1; }
p { color: rgb(163,32,161); }
H1.HeaderClassName
{
color: #A320A1;
}
.AnyTagClassName
{
color: #A320A1;
}
</style>
background-color css
<style>
a { background-color: #A320A1; }
a { background-color: rgb(163,32,161); }
div.DivClassName
{
background-color: #A320A1;
}
.BgClassName
{
background-color: #A320A1;
}
</style>
border-color css
<style>
span { border-color: #A320A1; }
span { border-color: rgb(163,32,161); }
td.TdClassName
{
border-color: #A320A1;
}
.TagClassName
{
border-color: #A320A1;
}
</style>