Shades of Dark Purple #A31D7D
Tints of Dark Purple #A31D7D
RGB
CMYK
RGB Variations
Color information
#A31D7D (or 0xA31D7D) is known color: Dark Purple. HEX triplet: A3, 1D and 7D. RGB value is (163,29,125). Sum of RGB (Red+Green+Blue) = 163+29+125=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31D7D is #5CE282. Grayscale: #4F4F4F. Windows color (decimal): -6087299 or 8199587. OLE color: 8199587.
HSL color Cylindrical-coordinate representation of color #A31D7D: hue angle of 317.01º 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 #A31D7D is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 29 | 125 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.36 |
| HSL | 317.01º | 0.7% | 0.38% | - |
| HSV(B) | 317.01º | 0.82% | 0.64% | - |
| XYZ | 19.25 | 10.15 | 20.35 | - |
| YUV | 80.01 | 153.39 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 125 | 0 | 0.82 | 0.23 | 0.36 | 317.01 | 0.7 | 0.38 |
| Hex | A3 | 1D | 7D | 0 | 52 | 17 | 24 | 13D | 46 | 26 |
| Octal | 243 | 35 | 175 | 0 | 122 | 27 | 44 | 475 | 106 | 46 |
| Binary | 10100011 | 11101 | 1111101 | 0 | 1010010 | 10111 | 100100 | 100111101 | 1000110 | 100110 |
Color Harmonies of #A31D7D
Complementary color
Monochromatic Colors of #A31D7D
Black with #A31D7D
Text Example
Text Example
White with #A31D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31D7D; }
p { color: rgb(163,29,125); }
H1.HeaderClassName
{
color: #A31D7D;
}
.AnyTagClassName
{
color: #A31D7D;
}
</style>
background-color css
<style>
a { background-color: #A31D7D; }
a { background-color: rgb(163,29,125); }
div.DivClassName
{
background-color: #A31D7D;
}
.BgClassName
{
background-color: #A31D7D;
}
</style>
border-color css
<style>
span { border-color: #A31D7D; }
span { border-color: rgb(163,29,125); }
td.TdClassName
{
border-color: #A31D7D;
}
.TagClassName
{
border-color: #A31D7D;
}
</style>