Shades of Dark Purple #A31E7B
Tints of Dark Purple #A31E7B
RGB
CMYK
RGB Variations
Color information
#A31E7B (or 0xA31E7B) is known color: Dark Purple. HEX triplet: A3, 1E and 7B. RGB value is (163,30,123). Sum of RGB (Red+Green+Blue) = 163+30+123=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31E7B is #5CE184. Grayscale: #505050. Windows color (decimal): -6087045 or 8068771. OLE color: 8068771.
HSL color Cylindrical-coordinate representation of color #A31E7B: hue angle of 318.05º 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 #A31E7B is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 30 | 123 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.36 |
| HSL | 318.05º | 0.69% | 0.38% | - |
| HSV(B) | 318.05º | 0.82% | 0.64% | - |
| XYZ | 19.14 | 10.15 | 19.69 | - |
| YUV | 80.37 | 152.06 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 123 | 0 | 0.82 | 0.25 | 0.36 | 318.05 | 0.69 | 0.38 |
| Hex | A3 | 1E | 7B | 0 | 52 | 19 | 24 | 13E | 45 | 26 |
| Octal | 243 | 36 | 173 | 0 | 122 | 31 | 44 | 476 | 105 | 46 |
| Binary | 10100011 | 11110 | 1111011 | 0 | 1010010 | 11001 | 100100 | 100111110 | 1000101 | 100110 |
Color Harmonies of #A31E7B
Complementary color
Monochromatic Colors of #A31E7B
Black with #A31E7B
Text Example
Text Example
White with #A31E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31E7B; }
p { color: rgb(163,30,123); }
H1.HeaderClassName
{
color: #A31E7B;
}
.AnyTagClassName
{
color: #A31E7B;
}
</style>
background-color css
<style>
a { background-color: #A31E7B; }
a { background-color: rgb(163,30,123); }
div.DivClassName
{
background-color: #A31E7B;
}
.BgClassName
{
background-color: #A31E7B;
}
</style>
border-color css
<style>
span { border-color: #A31E7B; }
span { border-color: rgb(163,30,123); }
td.TdClassName
{
border-color: #A31E7B;
}
.TagClassName
{
border-color: #A31E7B;
}
</style>