Shades of Dark Purple #A31281
Tints of Dark Purple #A31281
RGB
CMYK
RGB Variations
Color information
#A31281 (or 0xA31281) is known color: Dark Purple. HEX triplet: A3, 12 and 81. RGB value is (163,18,129). Sum of RGB (Red+Green+Blue) = 163+18+129=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A31281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31281 is #5CED7E. Grayscale: #494949. Windows color (decimal): -6090111 or 8458915. OLE color: 8458915.
HSL color Cylindrical-coordinate representation of color #A31281: hue angle of 314.07º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31281 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 18 | 129 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.36 |
| HSL | 314.07º | 0.8% | 0.35% | - |
| HSV(B) | 314.07º | 0.89% | 0.64% | - |
| XYZ | 19.28 | 9.8 | 21.64 | - |
| YUV | 74.01 | 159.04 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 129 | 0 | 0.89 | 0.21 | 0.36 | 314.07 | 0.8 | 0.35 |
| Hex | A3 | 12 | 81 | 0 | 59 | 15 | 24 | 13A | 50 | 23 |
| Octal | 243 | 22 | 201 | 0 | 131 | 25 | 44 | 472 | 120 | 43 |
| Binary | 10100011 | 10010 | 10000001 | 0 | 1011001 | 10101 | 100100 | 100111010 | 1010000 | 100011 |
Color Harmonies of #A31281
Complementary color
Monochromatic Colors of #A31281
Black with #A31281
Text Example
Text Example
White with #A31281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31281; }
p { color: rgb(163,18,129); }
H1.HeaderClassName
{
color: #A31281;
}
.AnyTagClassName
{
color: #A31281;
}
</style>
background-color css
<style>
a { background-color: #A31281; }
a { background-color: rgb(163,18,129); }
div.DivClassName
{
background-color: #A31281;
}
.BgClassName
{
background-color: #A31281;
}
</style>
border-color css
<style>
span { border-color: #A31281; }
span { border-color: rgb(163,18,129); }
td.TdClassName
{
border-color: #A31281;
}
.TagClassName
{
border-color: #A31281;
}
</style>