Shades of Dark Purple #A31E8C
Tints of Dark Purple #A31E8C
RGB
CMYK
RGB Variations
Color information
#A31E8C (or 0xA31E8C) is known color: Dark Purple. HEX triplet: A3, 1E and 8C. RGB value is (163,30,140). Sum of RGB (Red+Green+Blue) = 163+30+140=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31E8C is #5CE173. Grayscale: #525252. Windows color (decimal): -6087028 or 9182883. OLE color: 9182883.
HSL color Cylindrical-coordinate representation of color #A31E8C: hue angle of 310.38º 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 #A31E8C is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 30 | 140 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.36 |
| HSL | 310.38º | 0.69% | 0.38% | - |
| HSV(B) | 310.38º | 0.82% | 0.64% | - |
| XYZ | 20.3 | 10.61 | 25.79 | - |
| YUV | 82.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 140 | 0 | 0.82 | 0.14 | 0.36 | 310.38 | 0.69 | 0.38 |
| Hex | A3 | 1E | 8C | 0 | 52 | E | 24 | 136 | 45 | 26 |
| Octal | 243 | 36 | 214 | 0 | 122 | 16 | 44 | 466 | 105 | 46 |
| Binary | 10100011 | 11110 | 10001100 | 0 | 1010010 | 1110 | 100100 | 100110110 | 1000101 | 100110 |
Color Harmonies of #A31E8C
Complementary color
Monochromatic Colors of #A31E8C
Black with #A31E8C
Text Example
Text Example
White with #A31E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31E8C; }
p { color: rgb(163,30,140); }
H1.HeaderClassName
{
color: #A31E8C;
}
.AnyTagClassName
{
color: #A31E8C;
}
</style>
background-color css
<style>
a { background-color: #A31E8C; }
a { background-color: rgb(163,30,140); }
div.DivClassName
{
background-color: #A31E8C;
}
.BgClassName
{
background-color: #A31E8C;
}
</style>
border-color css
<style>
span { border-color: #A31E8C; }
span { border-color: rgb(163,30,140); }
td.TdClassName
{
border-color: #A31E8C;
}
.TagClassName
{
border-color: #A31E8C;
}
</style>