Shades of Dark Magenta #A31F9D
Tints of Dark Magenta #A31F9D
RGB
CMYK
RGB Variations
Color information
#A31F9D (or 0xA31F9D) is known color: Dark Magenta. HEX triplet: A3, 1F and 9D. RGB value is (163,31,157). Sum of RGB (Red+Green+Blue) = 163+31+157=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31F9D is #5CE062. Grayscale: #545454. Windows color (decimal): -6086755 or 10297251. OLE color: 10297251.
HSL color Cylindrical-coordinate representation of color #A31F9D: hue angle of 302.73º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A31F9D is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 31 | 157 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.36 |
| HSL | 302.73º | 0.68% | 0.38% | - |
| HSV(B) | 302.73º | 0.81% | 0.64% | - |
| XYZ | 21.68 | 11.2 | 32.92 | - |
| YUV | 84.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 31 | 157 | 0 | 0.81 | 0.04 | 0.36 | 302.73 | 0.68 | 0.38 |
| Hex | A3 | 1F | 9D | 0 | 51 | 4 | 24 | 12F | 44 | 26 |
| Octal | 243 | 37 | 235 | 0 | 121 | 4 | 44 | 457 | 104 | 46 |
| Binary | 10100011 | 11111 | 10011101 | 0 | 1010001 | 100 | 100100 | 100101111 | 1000100 | 100110 |
Color Harmonies of #A31F9D
Complementary color
Monochromatic Colors of #A31F9D
Black with #A31F9D
Text Example
Text Example
White with #A31F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31F9D; }
p { color: rgb(163,31,157); }
H1.HeaderClassName
{
color: #A31F9D;
}
.AnyTagClassName
{
color: #A31F9D;
}
</style>
background-color css
<style>
a { background-color: #A31F9D; }
a { background-color: rgb(163,31,157); }
div.DivClassName
{
background-color: #A31F9D;
}
.BgClassName
{
background-color: #A31F9D;
}
</style>
border-color css
<style>
span { border-color: #A31F9D; }
span { border-color: rgb(163,31,157); }
td.TdClassName
{
border-color: #A31F9D;
}
.TagClassName
{
border-color: #A31F9D;
}
</style>