Shades of Dark Magenta #A31389
Tints of Dark Magenta #A31389
RGB
CMYK
RGB Variations
Color information
#A31389 (or 0xA31389) is known color: Dark Magenta. HEX triplet: A3, 13 and 89. RGB value is (163,19,137). Sum of RGB (Red+Green+Blue) = 163+19+137=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A31389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31389 is #5CEC76. Grayscale: #4B4B4B. Windows color (decimal): -6089847 or 8983459. OLE color: 8983459.
HSL color Cylindrical-coordinate representation of color #A31389: hue angle of 310.83º degrees, saturation: 0.79, 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 #A31389 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 137 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.36 |
| HSL | 310.83º | 0.79% | 0.36% | - |
| HSV(B) | 310.83º | 0.88% | 0.64% | - |
| XYZ | 19.85 | 10.06 | 24.56 | - |
| YUV | 75.51 | 162.71 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 137 | 0 | 0.88 | 0.16 | 0.36 | 310.83 | 0.79 | 0.36 |
| Hex | A3 | 13 | 89 | 0 | 58 | 10 | 24 | 137 | 4F | 24 |
| Octal | 243 | 23 | 211 | 0 | 130 | 20 | 44 | 467 | 117 | 44 |
| Binary | 10100011 | 10011 | 10001001 | 0 | 1011000 | 10000 | 100100 | 100110111 | 1001111 | 100100 |
Color Harmonies of #A31389
Complementary color
Monochromatic Colors of #A31389
Black with #A31389
Text Example
Text Example
White with #A31389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31389; }
p { color: rgb(163,19,137); }
H1.HeaderClassName
{
color: #A31389;
}
.AnyTagClassName
{
color: #A31389;
}
</style>
background-color css
<style>
a { background-color: #A31389; }
a { background-color: rgb(163,19,137); }
div.DivClassName
{
background-color: #A31389;
}
.BgClassName
{
background-color: #A31389;
}
</style>
border-color css
<style>
span { border-color: #A31389; }
span { border-color: rgb(163,19,137); }
td.TdClassName
{
border-color: #A31389;
}
.TagClassName
{
border-color: #A31389;
}
</style>