Shades of Dark Purple #A31381
Tints of Dark Purple #A31381
RGB
CMYK
RGB Variations
Color information
#A31381 (or 0xA31381) is known color: Dark Purple. HEX triplet: A3, 13 and 81. RGB value is (163,19,129). Sum of RGB (Red+Green+Blue) = 163+19+129=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A31381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31381 is #5CEC7E. Grayscale: #4A4A4A. Windows color (decimal): -6089855 or 8459171. OLE color: 8459171.
HSL color Cylindrical-coordinate representation of color #A31381: hue angle of 314.17º 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 #A31381 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 129 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.36 |
| HSL | 314.17º | 0.79% | 0.36% | - |
| HSV(B) | 314.17º | 0.88% | 0.64% | - |
| XYZ | 19.3 | 9.84 | 21.65 | - |
| YUV | 74.6 | 158.71 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 129 | 0 | 0.88 | 0.21 | 0.36 | 314.17 | 0.79 | 0.36 |
| Hex | A3 | 13 | 81 | 0 | 58 | 15 | 24 | 13A | 4F | 24 |
| Octal | 243 | 23 | 201 | 0 | 130 | 25 | 44 | 472 | 117 | 44 |
| Binary | 10100011 | 10011 | 10000001 | 0 | 1011000 | 10101 | 100100 | 100111010 | 1001111 | 100100 |
Color Harmonies of #A31381
Complementary color
Monochromatic Colors of #A31381
Black with #A31381
Text Example
Text Example
White with #A31381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31381; }
p { color: rgb(163,19,129); }
H1.HeaderClassName
{
color: #A31381;
}
.AnyTagClassName
{
color: #A31381;
}
</style>
background-color css
<style>
a { background-color: #A31381; }
a { background-color: rgb(163,19,129); }
div.DivClassName
{
background-color: #A31381;
}
.BgClassName
{
background-color: #A31381;
}
</style>
border-color css
<style>
span { border-color: #A31381; }
span { border-color: rgb(163,19,129); }
td.TdClassName
{
border-color: #A31381;
}
.TagClassName
{
border-color: #A31381;
}
</style>