Shades of Dark Magenta #A31293
Tints of Dark Magenta #A31293
RGB
CMYK
RGB Variations
Color information
#A31293 (or 0xA31293) is known color: Dark Magenta. HEX triplet: A3, 12 and 93. RGB value is (163,18,147). Sum of RGB (Red+Green+Blue) = 163+18+147=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A31293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31293 is #5CED6C. Grayscale: #4B4B4B. Windows color (decimal): -6090093 or 9638563. OLE color: 9638563.
HSL color Cylindrical-coordinate representation of color #A31293: hue angle of 306.62º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31293 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 18 | 147 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.36 |
| HSL | 306.62º | 0.8% | 0.35% | - |
| HSV(B) | 306.62º | 0.89% | 0.64% | - |
| XYZ | 20.59 | 10.33 | 28.51 | - |
| YUV | 76.06 | 168.04 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 147 | 0 | 0.89 | 0.10 | 0.36 | 306.62 | 0.8 | 0.35 |
| Hex | A3 | 12 | 93 | 0 | 59 | A | 24 | 133 | 50 | 23 |
| Octal | 243 | 22 | 223 | 0 | 131 | 12 | 44 | 463 | 120 | 43 |
| Binary | 10100011 | 10010 | 10010011 | 0 | 1011001 | 1010 | 100100 | 100110011 | 1010000 | 100011 |
Color Harmonies of #A31293
Complementary color
Monochromatic Colors of #A31293
Black with #A31293
Text Example
Text Example
White with #A31293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31293; }
p { color: rgb(163,18,147); }
H1.HeaderClassName
{
color: #A31293;
}
.AnyTagClassName
{
color: #A31293;
}
</style>
background-color css
<style>
a { background-color: #A31293; }
a { background-color: rgb(163,18,147); }
div.DivClassName
{
background-color: #A31293;
}
.BgClassName
{
background-color: #A31293;
}
</style>
border-color css
<style>
span { border-color: #A31293; }
span { border-color: rgb(163,18,147); }
td.TdClassName
{
border-color: #A31293;
}
.TagClassName
{
border-color: #A31293;
}
</style>