Shades of Dark Purple #A31C7D
Tints of Dark Purple #A31C7D
RGB
CMYK
RGB Variations
Color information
#A31C7D (or 0xA31C7D) is known color: Dark Purple. HEX triplet: A3, 1C and 7D. RGB value is (163,28,125). Sum of RGB (Red+Green+Blue) = 163+28+125=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31C7D is #5CE382. Grayscale: #4F4F4F. Windows color (decimal): -6087555 or 8199331. OLE color: 8199331.
HSL color Cylindrical-coordinate representation of color #A31C7D: hue angle of 316.89º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31C7D is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 28 | 125 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.36 |
| HSL | 316.89º | 0.71% | 0.37% | - |
| HSV(B) | 316.89º | 0.83% | 0.64% | - |
| XYZ | 19.22 | 10.1 | 20.34 | - |
| YUV | 79.42 | 153.73 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 125 | 0 | 0.83 | 0.23 | 0.36 | 316.89 | 0.71 | 0.37 |
| Hex | A3 | 1C | 7D | 0 | 53 | 17 | 24 | 13D | 47 | 25 |
| Octal | 243 | 34 | 175 | 0 | 123 | 27 | 44 | 475 | 107 | 45 |
| Binary | 10100011 | 11100 | 1111101 | 0 | 1010011 | 10111 | 100100 | 100111101 | 1000111 | 100101 |
Color Harmonies of #A31C7D
Complementary color
Monochromatic Colors of #A31C7D
Black with #A31C7D
Text Example
Text Example
White with #A31C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31C7D; }
p { color: rgb(163,28,125); }
H1.HeaderClassName
{
color: #A31C7D;
}
.AnyTagClassName
{
color: #A31C7D;
}
</style>
background-color css
<style>
a { background-color: #A31C7D; }
a { background-color: rgb(163,28,125); }
div.DivClassName
{
background-color: #A31C7D;
}
.BgClassName
{
background-color: #A31C7D;
}
</style>
border-color css
<style>
span { border-color: #A31C7D; }
span { border-color: rgb(163,28,125); }
td.TdClassName
{
border-color: #A31C7D;
}
.TagClassName
{
border-color: #A31C7D;
}
</style>