Shades of Dark Magenta #A3199D
Tints of Dark Magenta #A3199D
RGB
CMYK
RGB Variations
Color information
#A3199D (or 0xA3199D) is known color: Dark Magenta. HEX triplet: A3, 19 and 9D. RGB value is (163,25,157). Sum of RGB (Red+Green+Blue) = 163+25+157=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A3199D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3199D is #5CE662. Grayscale: #505050. Windows color (decimal): -6088291 or 10295715. OLE color: 10295715.
HSL color Cylindrical-coordinate representation of color #A3199D: hue angle of 302.61º 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 #A3199D is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 25 | 157 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.36 |
| HSL | 302.61º | 0.73% | 0.37% | - |
| HSV(B) | 302.61º | 0.85% | 0.64% | - |
| XYZ | 21.54 | 10.92 | 32.87 | - |
| YUV | 81.31 | 170.72 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 157 | 0 | 0.85 | 0.04 | 0.36 | 302.61 | 0.73 | 0.37 |
| Hex | A3 | 19 | 9D | 0 | 55 | 4 | 24 | 12F | 49 | 25 |
| Octal | 243 | 31 | 235 | 0 | 125 | 4 | 44 | 457 | 111 | 45 |
| Binary | 10100011 | 11001 | 10011101 | 0 | 1010101 | 100 | 100100 | 100101111 | 1001001 | 100101 |
Color Harmonies of #A3199D
Complementary color
Monochromatic Colors of #A3199D
Black with #A3199D
Text Example
Text Example
White with #A3199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3199D; }
p { color: rgb(163,25,157); }
H1.HeaderClassName
{
color: #A3199D;
}
.AnyTagClassName
{
color: #A3199D;
}
</style>
background-color css
<style>
a { background-color: #A3199D; }
a { background-color: rgb(163,25,157); }
div.DivClassName
{
background-color: #A3199D;
}
.BgClassName
{
background-color: #A3199D;
}
</style>
border-color css
<style>
span { border-color: #A3199D; }
span { border-color: rgb(163,25,157); }
td.TdClassName
{
border-color: #A3199D;
}
.TagClassName
{
border-color: #A3199D;
}
</style>