Shades of Dark Purple #A31E7D
Tints of Dark Purple #A31E7D
RGB
CMYK
RGB Variations
Color information
#A31E7D (or 0xA31E7D) is known color: Dark Purple. HEX triplet: A3, 1E and 7D. RGB value is (163,30,125). Sum of RGB (Red+Green+Blue) = 163+30+125=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31E7D is #5CE182. Grayscale: #505050. Windows color (decimal): -6087043 or 8199843. OLE color: 8199843.
HSL color Cylindrical-coordinate representation of color #A31E7D: hue angle of 317.14º 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 #A31E7D is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 30 | 125 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.36 |
| HSL | 317.14º | 0.69% | 0.38% | - |
| HSV(B) | 317.14º | 0.82% | 0.64% | - |
| XYZ | 19.27 | 10.2 | 20.35 | - |
| YUV | 80.6 | 153.06 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 125 | 0 | 0.82 | 0.23 | 0.36 | 317.14 | 0.69 | 0.38 |
| Hex | A3 | 1E | 7D | 0 | 52 | 17 | 24 | 13D | 45 | 26 |
| Octal | 243 | 36 | 175 | 0 | 122 | 27 | 44 | 475 | 105 | 46 |
| Binary | 10100011 | 11110 | 1111101 | 0 | 1010010 | 10111 | 100100 | 100111101 | 1000101 | 100110 |
Color Harmonies of #A31E7D
Complementary color
Monochromatic Colors of #A31E7D
Black with #A31E7D
Text Example
Text Example
White with #A31E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31E7D; }
p { color: rgb(163,30,125); }
H1.HeaderClassName
{
color: #A31E7D;
}
.AnyTagClassName
{
color: #A31E7D;
}
</style>
background-color css
<style>
a { background-color: #A31E7D; }
a { background-color: rgb(163,30,125); }
div.DivClassName
{
background-color: #A31E7D;
}
.BgClassName
{
background-color: #A31E7D;
}
</style>
border-color css
<style>
span { border-color: #A31E7D; }
span { border-color: rgb(163,30,125); }
td.TdClassName
{
border-color: #A31E7D;
}
.TagClassName
{
border-color: #A31E7D;
}
</style>