Shades of Dark Purple #A31785
Tints of Dark Purple #A31785
RGB
CMYK
RGB Variations
Color information
#A31785 (or 0xA31785) is known color: Dark Purple. HEX triplet: A3, 17 and 85. RGB value is (163,23,133). Sum of RGB (Red+Green+Blue) = 163+23+133=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A31785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31785 is #5CE87A. Grayscale: #4D4D4D. Windows color (decimal): -6088827 or 8722339. OLE color: 8722339.
HSL color Cylindrical-coordinate representation of color #A31785: hue angle of 312.86º 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 #A31785 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 23 | 133 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.36 |
| HSL | 312.86º | 0.75% | 0.36% | - |
| HSV(B) | 312.86º | 0.86% | 0.64% | - |
| XYZ | 19.64 | 10.09 | 23.1 | - |
| YUV | 77.4 | 159.38 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 23 | 133 | 0 | 0.86 | 0.18 | 0.36 | 312.86 | 0.75 | 0.36 |
| Hex | A3 | 17 | 85 | 0 | 56 | 12 | 24 | 139 | 4B | 24 |
| Octal | 243 | 27 | 205 | 0 | 126 | 22 | 44 | 471 | 113 | 44 |
| Binary | 10100011 | 10111 | 10000101 | 0 | 1010110 | 10010 | 100100 | 100111001 | 1001011 | 100100 |
Color Harmonies of #A31785
Complementary color
Monochromatic Colors of #A31785
Black with #A31785
Text Example
Text Example
White with #A31785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31785; }
p { color: rgb(163,23,133); }
H1.HeaderClassName
{
color: #A31785;
}
.AnyTagClassName
{
color: #A31785;
}
</style>
background-color css
<style>
a { background-color: #A31785; }
a { background-color: rgb(163,23,133); }
div.DivClassName
{
background-color: #A31785;
}
.BgClassName
{
background-color: #A31785;
}
</style>
border-color css
<style>
span { border-color: #A31785; }
span { border-color: rgb(163,23,133); }
td.TdClassName
{
border-color: #A31785;
}
.TagClassName
{
border-color: #A31785;
}
</style>