Shades of Dark Magenta #A31995
Tints of Dark Magenta #A31995
RGB
CMYK
RGB Variations
Color information
#A31995 (or 0xA31995) is known color: Dark Magenta. HEX triplet: A3, 19 and 95. RGB value is (163,25,149). Sum of RGB (Red+Green+Blue) = 163+25+149=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A31995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31995 is #5CE66A. Grayscale: #505050. Windows color (decimal): -6088299 or 9771427. OLE color: 9771427.
HSL color Cylindrical-coordinate representation of color #A31995: hue angle of 306.09º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31995 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 25 | 149 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.36 |
| HSL | 306.09º | 0.73% | 0.37% | - |
| HSV(B) | 306.09º | 0.85% | 0.64% | - |
| XYZ | 20.88 | 10.65 | 29.39 | - |
| YUV | 80.4 | 166.72 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 149 | 0 | 0.85 | 0.09 | 0.36 | 306.09 | 0.73 | 0.37 |
| Hex | A3 | 19 | 95 | 0 | 55 | 9 | 24 | 132 | 49 | 25 |
| Octal | 243 | 31 | 225 | 0 | 125 | 11 | 44 | 462 | 111 | 45 |
| Binary | 10100011 | 11001 | 10010101 | 0 | 1010101 | 1001 | 100100 | 100110010 | 1001001 | 100101 |
Color Harmonies of #A31995
Complementary color
Monochromatic Colors of #A31995
Black with #A31995
Text Example
Text Example
White with #A31995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31995; }
p { color: rgb(163,25,149); }
H1.HeaderClassName
{
color: #A31995;
}
.AnyTagClassName
{
color: #A31995;
}
</style>
background-color css
<style>
a { background-color: #A31995; }
a { background-color: rgb(163,25,149); }
div.DivClassName
{
background-color: #A31995;
}
.BgClassName
{
background-color: #A31995;
}
</style>
border-color css
<style>
span { border-color: #A31995; }
span { border-color: rgb(163,25,149); }
td.TdClassName
{
border-color: #A31995;
}
.TagClassName
{
border-color: #A31995;
}
</style>