Shades of Dark Purple #A31385
Tints of Dark Purple #A31385
RGB
CMYK
RGB Variations
Color information
#A31385 (or 0xA31385) is known color: Dark Purple. HEX triplet: A3, 13 and 85. RGB value is (163,19,133). Sum of RGB (Red+Green+Blue) = 163+19+133=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A31385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31385 is #5CEC7A. Grayscale: #4A4A4A. Windows color (decimal): -6089851 or 8721315. OLE color: 8721315.
HSL color Cylindrical-coordinate representation of color #A31385: hue angle of 312.5º 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 #A31385 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 133 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.36 |
| HSL | 312.5º | 0.79% | 0.36% | - |
| HSV(B) | 312.5º | 0.88% | 0.64% | - |
| XYZ | 19.57 | 9.95 | 23.08 | - |
| YUV | 75.05 | 160.71 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 133 | 0 | 0.88 | 0.18 | 0.36 | 312.5 | 0.79 | 0.36 |
| Hex | A3 | 13 | 85 | 0 | 58 | 12 | 24 | 138 | 4F | 24 |
| Octal | 243 | 23 | 205 | 0 | 130 | 22 | 44 | 470 | 117 | 44 |
| Binary | 10100011 | 10011 | 10000101 | 0 | 1011000 | 10010 | 100100 | 100111000 | 1001111 | 100100 |
Color Harmonies of #A31385
Complementary color
Monochromatic Colors of #A31385
Black with #A31385
Text Example
Text Example
White with #A31385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31385; }
p { color: rgb(163,19,133); }
H1.HeaderClassName
{
color: #A31385;
}
.AnyTagClassName
{
color: #A31385;
}
</style>
background-color css
<style>
a { background-color: #A31385; }
a { background-color: rgb(163,19,133); }
div.DivClassName
{
background-color: #A31385;
}
.BgClassName
{
background-color: #A31385;
}
</style>
border-color css
<style>
span { border-color: #A31385; }
span { border-color: rgb(163,19,133); }
td.TdClassName
{
border-color: #A31385;
}
.TagClassName
{
border-color: #A31385;
}
</style>