Shades of Dark Purple #A31E8D
Tints of Dark Purple #A31E8D
RGB
CMYK
RGB Variations
Color information
#A31E8D (or 0xA31E8D) is known color: Dark Purple. HEX triplet: A3, 1E and 8D. RGB value is (163,30,141). Sum of RGB (Red+Green+Blue) = 163+30+141=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31E8D is #5CE172. Grayscale: #525252. Windows color (decimal): -6087027 or 9248419. OLE color: 9248419.
HSL color Cylindrical-coordinate representation of color #A31E8D: hue angle of 309.92º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A31E8D is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 30 | 141 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.36 |
| HSL | 309.92º | 0.69% | 0.38% | - |
| HSV(B) | 309.92º | 0.82% | 0.64% | - |
| XYZ | 20.38 | 10.64 | 26.18 | - |
| YUV | 82.42 | 161.06 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 141 | 0 | 0.82 | 0.13 | 0.36 | 309.92 | 0.69 | 0.38 |
| Hex | A3 | 1E | 8D | 0 | 52 | D | 24 | 136 | 45 | 26 |
| Octal | 243 | 36 | 215 | 0 | 122 | 15 | 44 | 466 | 105 | 46 |
| Binary | 10100011 | 11110 | 10001101 | 0 | 1010010 | 1101 | 100100 | 100110110 | 1000101 | 100110 |
Color Harmonies of #A31E8D
Complementary color
Monochromatic Colors of #A31E8D
Black with #A31E8D
Text Example
Text Example
White with #A31E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31E8D; }
p { color: rgb(163,30,141); }
H1.HeaderClassName
{
color: #A31E8D;
}
.AnyTagClassName
{
color: #A31E8D;
}
</style>
background-color css
<style>
a { background-color: #A31E8D; }
a { background-color: rgb(163,30,141); }
div.DivClassName
{
background-color: #A31E8D;
}
.BgClassName
{
background-color: #A31E8D;
}
</style>
border-color css
<style>
span { border-color: #A31E8D; }
span { border-color: rgb(163,30,141); }
td.TdClassName
{
border-color: #A31E8D;
}
.TagClassName
{
border-color: #A31E8D;
}
</style>