Shades of Dark Magenta #A31DA1
Tints of Dark Magenta #A31DA1
RGB
CMYK
RGB Variations
Color information
#A31DA1 (or 0xA31DA1) is known color: Dark Magenta. HEX triplet: A3, 1D and A1. RGB value is (163,29,161). Sum of RGB (Red+Green+Blue) = 163+29+161=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A31DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31DA1 is #5CE25E. Grayscale: #535353. Windows color (decimal): -6087263 or 10558883. OLE color: 10558883.
HSL color Cylindrical-coordinate representation of color #A31DA1: hue angle of 300.9º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A31DA1 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 29 | 161 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.36 |
| HSL | 300.9º | 0.7% | 0.38% | - |
| HSV(B) | 300.9º | 0.82% | 0.64% | - |
| XYZ | 21.98 | 11.24 | 34.73 | - |
| YUV | 84.11 | 171.39 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 161 | 0 | 0.82 | 0.01 | 0.36 | 300.9 | 0.7 | 0.38 |
| Hex | A3 | 1D | A1 | 0 | 52 | 1 | 24 | 12D | 46 | 26 |
| Octal | 243 | 35 | 241 | 0 | 122 | 1 | 44 | 455 | 106 | 46 |
| Binary | 10100011 | 11101 | 10100001 | 0 | 1010010 | 1 | 100100 | 100101101 | 1000110 | 100110 |
Color Harmonies of #A31DA1
Complementary color
Monochromatic Colors of #A31DA1
Black with #A31DA1
Text Example
Text Example
White with #A31DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31DA1; }
p { color: rgb(163,29,161); }
H1.HeaderClassName
{
color: #A31DA1;
}
.AnyTagClassName
{
color: #A31DA1;
}
</style>
background-color css
<style>
a { background-color: #A31DA1; }
a { background-color: rgb(163,29,161); }
div.DivClassName
{
background-color: #A31DA1;
}
.BgClassName
{
background-color: #A31DA1;
}
</style>
border-color css
<style>
span { border-color: #A31DA1; }
span { border-color: rgb(163,29,161); }
td.TdClassName
{
border-color: #A31DA1;
}
.TagClassName
{
border-color: #A31DA1;
}
</style>