Shades of Dark Purple #A31586
Tints of Dark Purple #A31586
RGB
CMYK
RGB Variations
Color information
#A31586 (or 0xA31586) is known color: Dark Purple. HEX triplet: A3, 15 and 86. RGB value is (163,21,134). Sum of RGB (Red+Green+Blue) = 163+21+134=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A31586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31586 is #5CEA79. Grayscale: #4C4C4C. Windows color (decimal): -6089338 or 8787363. OLE color: 8787363.
HSL color Cylindrical-coordinate representation of color #A31586: hue angle of 312.25º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31586 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 21 | 134 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.36 |
| HSL | 312.25º | 0.77% | 0.36% | - |
| HSV(B) | 312.25º | 0.87% | 0.64% | - |
| XYZ | 19.68 | 10.04 | 23.46 | - |
| YUV | 76.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 134 | 0 | 0.87 | 0.18 | 0.36 | 312.25 | 0.77 | 0.36 |
| Hex | A3 | 15 | 86 | 0 | 57 | 12 | 24 | 138 | 4D | 24 |
| Octal | 243 | 25 | 206 | 0 | 127 | 22 | 44 | 470 | 115 | 44 |
| Binary | 10100011 | 10101 | 10000110 | 0 | 1010111 | 10010 | 100100 | 100111000 | 1001101 | 100100 |
Color Harmonies of #A31586
Complementary color
Monochromatic Colors of #A31586
Black with #A31586
Text Example
Text Example
White with #A31586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31586; }
p { color: rgb(163,21,134); }
H1.HeaderClassName
{
color: #A31586;
}
.AnyTagClassName
{
color: #A31586;
}
</style>
background-color css
<style>
a { background-color: #A31586; }
a { background-color: rgb(163,21,134); }
div.DivClassName
{
background-color: #A31586;
}
.BgClassName
{
background-color: #A31586;
}
</style>
border-color css
<style>
span { border-color: #A31586; }
span { border-color: rgb(163,21,134); }
td.TdClassName
{
border-color: #A31586;
}
.TagClassName
{
border-color: #A31586;
}
</style>