Shades of Dark Purple #A31D8C
Tints of Dark Purple #A31D8C
RGB
CMYK
RGB Variations
Color information
#A31D8C (or 0xA31D8C) is known color: Dark Purple. HEX triplet: A3, 1D and 8C. RGB value is (163,29,140). Sum of RGB (Red+Green+Blue) = 163+29+140=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31D8C is #5CE273. Grayscale: #515151. Windows color (decimal): -6087284 or 9182627. OLE color: 9182627.
HSL color Cylindrical-coordinate representation of color #A31D8C: hue angle of 310.3º degrees, saturation: 0.7, 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 #A31D8C is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 29 | 140 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.36 |
| HSL | 310.3º | 0.7% | 0.38% | - |
| HSV(B) | 310.3º | 0.82% | 0.64% | - |
| XYZ | 20.28 | 10.56 | 25.78 | - |
| YUV | 81.72 | 160.89 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 140 | 0 | 0.82 | 0.14 | 0.36 | 310.3 | 0.7 | 0.38 |
| Hex | A3 | 1D | 8C | 0 | 52 | E | 24 | 136 | 46 | 26 |
| Octal | 243 | 35 | 214 | 0 | 122 | 16 | 44 | 466 | 106 | 46 |
| Binary | 10100011 | 11101 | 10001100 | 0 | 1010010 | 1110 | 100100 | 100110110 | 1000110 | 100110 |
Color Harmonies of #A31D8C
Complementary color
Monochromatic Colors of #A31D8C
Black with #A31D8C
Text Example
Text Example
White with #A31D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31D8C; }
p { color: rgb(163,29,140); }
H1.HeaderClassName
{
color: #A31D8C;
}
.AnyTagClassName
{
color: #A31D8C;
}
</style>
background-color css
<style>
a { background-color: #A31D8C; }
a { background-color: rgb(163,29,140); }
div.DivClassName
{
background-color: #A31D8C;
}
.BgClassName
{
background-color: #A31D8C;
}
</style>
border-color css
<style>
span { border-color: #A31D8C; }
span { border-color: rgb(163,29,140); }
td.TdClassName
{
border-color: #A31D8C;
}
.TagClassName
{
border-color: #A31D8C;
}
</style>