Shades of Dark Magenta #A31D9A
Tints of Dark Magenta #A31D9A
RGB
CMYK
RGB Variations
Color information
#A31D9A (or 0xA31D9A) is known color: Dark Magenta. HEX triplet: A3, 1D and 9A. RGB value is (163,29,154). Sum of RGB (Red+Green+Blue) = 163+29+154=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31D9A is #5CE265. Grayscale: #525252. Windows color (decimal): -6087270 or 10100131. OLE color: 10100131.
HSL color Cylindrical-coordinate representation of color #A31D9A: hue angle of 304.03º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A31D9A is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 29 | 154 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.36 |
| HSL | 304.03º | 0.7% | 0.38% | - |
| HSV(B) | 304.03º | 0.82% | 0.64% | - |
| XYZ | 21.38 | 11 | 31.57 | - |
| YUV | 83.32 | 167.89 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 154 | 0 | 0.82 | 0.06 | 0.36 | 304.03 | 0.7 | 0.38 |
| Hex | A3 | 1D | 9A | 0 | 52 | 6 | 24 | 130 | 46 | 26 |
| Octal | 243 | 35 | 232 | 0 | 122 | 6 | 44 | 460 | 106 | 46 |
| Binary | 10100011 | 11101 | 10011010 | 0 | 1010010 | 110 | 100100 | 100110000 | 1000110 | 100110 |
Color Harmonies of #A31D9A
Complementary color
Monochromatic Colors of #A31D9A
Black with #A31D9A
Text Example
Text Example
White with #A31D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31D9A; }
p { color: rgb(163,29,154); }
H1.HeaderClassName
{
color: #A31D9A;
}
.AnyTagClassName
{
color: #A31D9A;
}
</style>
background-color css
<style>
a { background-color: #A31D9A; }
a { background-color: rgb(163,29,154); }
div.DivClassName
{
background-color: #A31D9A;
}
.BgClassName
{
background-color: #A31D9A;
}
</style>
border-color css
<style>
span { border-color: #A31D9A; }
span { border-color: rgb(163,29,154); }
td.TdClassName
{
border-color: #A31D9A;
}
.TagClassName
{
border-color: #A31D9A;
}
</style>