Shades of Dark Magenta #A319A0
Tints of Dark Magenta #A319A0
RGB
CMYK
RGB Variations
Color information
#A319A0 (or 0xA319A0) is known color: Dark Magenta. HEX triplet: A3, 19 and A0. RGB value is (163,25,160). Sum of RGB (Red+Green+Blue) = 163+25+160=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A319A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A319A0 is #5CE65F. Grayscale: #515151. Windows color (decimal): -6088288 or 10492323. OLE color: 10492323.
HSL color Cylindrical-coordinate representation of color #A319A0: hue angle of 301.3º 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 #A319A0 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 25 | 160 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.36 |
| HSL | 301.3º | 0.73% | 0.37% | - |
| HSV(B) | 301.3º | 0.85% | 0.64% | - |
| XYZ | 21.8 | 11.02 | 34.24 | - |
| YUV | 81.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 160 | 0 | 0.85 | 0.02 | 0.36 | 301.3 | 0.73 | 0.37 |
| Hex | A3 | 19 | A0 | 0 | 55 | 2 | 24 | 12D | 49 | 25 |
| Octal | 243 | 31 | 240 | 0 | 125 | 2 | 44 | 455 | 111 | 45 |
| Binary | 10100011 | 11001 | 10100000 | 0 | 1010101 | 10 | 100100 | 100101101 | 1001001 | 100101 |
Color Harmonies of #A319A0
Complementary color
Monochromatic Colors of #A319A0
Black with #A319A0
Text Example
Text Example
White with #A319A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A319A0; }
p { color: rgb(163,25,160); }
H1.HeaderClassName
{
color: #A319A0;
}
.AnyTagClassName
{
color: #A319A0;
}
</style>
background-color css
<style>
a { background-color: #A319A0; }
a { background-color: rgb(163,25,160); }
div.DivClassName
{
background-color: #A319A0;
}
.BgClassName
{
background-color: #A319A0;
}
</style>
border-color css
<style>
span { border-color: #A319A0; }
span { border-color: rgb(163,25,160); }
td.TdClassName
{
border-color: #A319A0;
}
.TagClassName
{
border-color: #A319A0;
}
</style>