Shades of Dark Purple #A31A8D
Tints of Dark Purple #A31A8D
RGB
CMYK
RGB Variations
Color information
#A31A8D (or 0xA31A8D) is known color: Dark Purple. HEX triplet: A3, 1A and 8D. RGB value is (163,26,141). Sum of RGB (Red+Green+Blue) = 163+26+141=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31A8D is #5CE572. Grayscale: #4F4F4F. Windows color (decimal): -6088051 or 9247395. OLE color: 9247395.
HSL color Cylindrical-coordinate representation of color #A31A8D: hue angle of 309.64º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31A8D is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 26 | 141 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.36 |
| HSL | 309.64º | 0.72% | 0.37% | - |
| HSV(B) | 309.64º | 0.84% | 0.64% | - |
| XYZ | 20.28 | 10.45 | 26.15 | - |
| YUV | 80.07 | 162.39 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 141 | 0 | 0.84 | 0.13 | 0.36 | 309.64 | 0.72 | 0.37 |
| Hex | A3 | 1A | 8D | 0 | 54 | D | 24 | 136 | 48 | 25 |
| Octal | 243 | 32 | 215 | 0 | 124 | 15 | 44 | 466 | 110 | 45 |
| Binary | 10100011 | 11010 | 10001101 | 0 | 1010100 | 1101 | 100100 | 100110110 | 1001000 | 100101 |
Color Harmonies of #A31A8D
Complementary color
Monochromatic Colors of #A31A8D
Black with #A31A8D
Text Example
Text Example
White with #A31A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31A8D; }
p { color: rgb(163,26,141); }
H1.HeaderClassName
{
color: #A31A8D;
}
.AnyTagClassName
{
color: #A31A8D;
}
</style>
background-color css
<style>
a { background-color: #A31A8D; }
a { background-color: rgb(163,26,141); }
div.DivClassName
{
background-color: #A31A8D;
}
.BgClassName
{
background-color: #A31A8D;
}
</style>
border-color css
<style>
span { border-color: #A31A8D; }
span { border-color: rgb(163,26,141); }
td.TdClassName
{
border-color: #A31A8D;
}
.TagClassName
{
border-color: #A31A8D;
}
</style>