Shades of Dark Magenta #A31493
Tints of Dark Magenta #A31493
RGB
CMYK
RGB Variations
Color information
#A31493 (or 0xA31493) is known color: Dark Magenta. HEX triplet: A3, 14 and 93. RGB value is (163,20,147). Sum of RGB (Red+Green+Blue) = 163+20+147=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A31493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31493 is #5CEB6C. Grayscale: #4C4C4C. Windows color (decimal): -6089581 or 9639075. OLE color: 9639075.
HSL color Cylindrical-coordinate representation of color #A31493: hue angle of 306.71º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31493 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 20 | 147 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.36 |
| HSL | 306.71º | 0.78% | 0.36% | - |
| HSV(B) | 306.71º | 0.88% | 0.64% | - |
| XYZ | 20.62 | 10.39 | 28.52 | - |
| YUV | 77.24 | 167.38 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 147 | 0 | 0.88 | 0.10 | 0.36 | 306.71 | 0.78 | 0.36 |
| Hex | A3 | 14 | 93 | 0 | 58 | A | 24 | 133 | 4E | 24 |
| Octal | 243 | 24 | 223 | 0 | 130 | 12 | 44 | 463 | 116 | 44 |
| Binary | 10100011 | 10100 | 10010011 | 0 | 1011000 | 1010 | 100100 | 100110011 | 1001110 | 100100 |
Color Harmonies of #A31493
Complementary color
Monochromatic Colors of #A31493
Black with #A31493
Text Example
Text Example
White with #A31493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31493; }
p { color: rgb(163,20,147); }
H1.HeaderClassName
{
color: #A31493;
}
.AnyTagClassName
{
color: #A31493;
}
</style>
background-color css
<style>
a { background-color: #A31493; }
a { background-color: rgb(163,20,147); }
div.DivClassName
{
background-color: #A31493;
}
.BgClassName
{
background-color: #A31493;
}
</style>
border-color css
<style>
span { border-color: #A31493; }
span { border-color: rgb(163,20,147); }
td.TdClassName
{
border-color: #A31493;
}
.TagClassName
{
border-color: #A31493;
}
</style>