Shades of Dark Purple #A31780
Tints of Dark Purple #A31780
RGB
CMYK
RGB Variations
Color information
#A31780 (or 0xA31780) is known color: Dark Purple. HEX triplet: A3, 17 and 80. RGB value is (163,23,128). Sum of RGB (Red+Green+Blue) = 163+23+128=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A31780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31780 is #5CE87F. Grayscale: #4C4C4C. Windows color (decimal): -6088832 or 8394659. OLE color: 8394659.
HSL color Cylindrical-coordinate representation of color #A31780: hue angle of 315º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31780 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 23 | 128 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.36 |
| HSL | 315º | 0.75% | 0.36% | - |
| HSV(B) | 315º | 0.86% | 0.64% | - |
| XYZ | 19.31 | 9.96 | 21.33 | - |
| YUV | 76.83 | 156.88 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 23 | 128 | 0 | 0.86 | 0.21 | 0.36 | 315 | 0.75 | 0.36 |
| Hex | A3 | 17 | 80 | 0 | 56 | 15 | 24 | 13B | 4B | 24 |
| Octal | 243 | 27 | 200 | 0 | 126 | 25 | 44 | 473 | 113 | 44 |
| Binary | 10100011 | 10111 | 10000000 | 0 | 1010110 | 10101 | 100100 | 100111011 | 1001011 | 100100 |
Color Harmonies of #A31780
Complementary color
Monochromatic Colors of #A31780
Black with #A31780
Text Example
Text Example
White with #A31780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31780; }
p { color: rgb(163,23,128); }
H1.HeaderClassName
{
color: #A31780;
}
.AnyTagClassName
{
color: #A31780;
}
</style>
background-color css
<style>
a { background-color: #A31780; }
a { background-color: rgb(163,23,128); }
div.DivClassName
{
background-color: #A31780;
}
.BgClassName
{
background-color: #A31780;
}
</style>
border-color css
<style>
span { border-color: #A31780; }
span { border-color: rgb(163,23,128); }
td.TdClassName
{
border-color: #A31780;
}
.TagClassName
{
border-color: #A31780;
}
</style>