Shades of Dark Magenta #A31497
Tints of Dark Magenta #A31497
RGB
CMYK
RGB Variations
Color information
#A31497 (or 0xA31497) is known color: Dark Magenta. HEX triplet: A3, 14 and 97. RGB value is (163,20,151). Sum of RGB (Red+Green+Blue) = 163+20+151=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A31497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31497 is #5CEB68. Grayscale: #4D4D4D. Windows color (decimal): -6089577 or 9901219. OLE color: 9901219.
HSL color Cylindrical-coordinate representation of color #A31497: hue angle of 305.03º 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 #A31497 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 20 | 151 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.36 |
| HSL | 305.04º | 0.78% | 0.36% | - |
| HSV(B) | 305.04º | 0.88% | 0.64% | - |
| XYZ | 20.94 | 10.52 | 30.21 | - |
| YUV | 77.69 | 169.38 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 151 | 0 | 0.88 | 0.07 | 0.36 | 305.04 | 0.78 | 0.36 |
| Hex | A3 | 14 | 97 | 0 | 58 | 7 | 24 | 131 | 4E | 24 |
| Octal | 243 | 24 | 227 | 0 | 130 | 7 | 44 | 461 | 116 | 44 |
| Binary | 10100011 | 10100 | 10010111 | 0 | 1011000 | 111 | 100100 | 100110001 | 1001110 | 100100 |
Color Harmonies of #A31497
Complementary color
Monochromatic Colors of #A31497
Black with #A31497
Text Example
Text Example
White with #A31497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31497; }
p { color: rgb(163,20,151); }
H1.HeaderClassName
{
color: #A31497;
}
.AnyTagClassName
{
color: #A31497;
}
</style>
background-color css
<style>
a { background-color: #A31497; }
a { background-color: rgb(163,20,151); }
div.DivClassName
{
background-color: #A31497;
}
.BgClassName
{
background-color: #A31497;
}
</style>
border-color css
<style>
span { border-color: #A31497; }
span { border-color: rgb(163,20,151); }
td.TdClassName
{
border-color: #A31497;
}
.TagClassName
{
border-color: #A31497;
}
</style>