Shades of Dark Magenta #A31BA1
Tints of Dark Magenta #A31BA1
RGB
CMYK
RGB Variations
Color information
#A31BA1 (or 0xA31BA1) is known color: Dark Magenta. HEX triplet: A3, 1B and A1. RGB value is (163,27,161). Sum of RGB (Red+Green+Blue) = 163+27+161=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A31BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31BA1 is #5CE45E. Grayscale: #525252. Windows color (decimal): -6087775 or 10558371. OLE color: 10558371.
HSL color Cylindrical-coordinate representation of color #A31BA1: hue angle of 300.88º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31BA1 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 27 | 161 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.36 |
| HSL | 300.88º | 0.72% | 0.37% | - |
| HSV(B) | 300.88º | 0.83% | 0.64% | - |
| XYZ | 21.93 | 11.14 | 34.71 | - |
| YUV | 82.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 161 | 0 | 0.83 | 0.01 | 0.36 | 300.88 | 0.72 | 0.37 |
| Hex | A3 | 1B | A1 | 0 | 53 | 1 | 24 | 12D | 48 | 25 |
| Octal | 243 | 33 | 241 | 0 | 123 | 1 | 44 | 455 | 110 | 45 |
| Binary | 10100011 | 11011 | 10100001 | 0 | 1010011 | 1 | 100100 | 100101101 | 1001000 | 100101 |
Color Harmonies of #A31BA1
Complementary color
Monochromatic Colors of #A31BA1
Black with #A31BA1
Text Example
Text Example
White with #A31BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31BA1; }
p { color: rgb(163,27,161); }
H1.HeaderClassName
{
color: #A31BA1;
}
.AnyTagClassName
{
color: #A31BA1;
}
</style>
background-color css
<style>
a { background-color: #A31BA1; }
a { background-color: rgb(163,27,161); }
div.DivClassName
{
background-color: #A31BA1;
}
.BgClassName
{
background-color: #A31BA1;
}
</style>
border-color css
<style>
span { border-color: #A31BA1; }
span { border-color: rgb(163,27,161); }
td.TdClassName
{
border-color: #A31BA1;
}
.TagClassName
{
border-color: #A31BA1;
}
</style>