Shades of Dark Purple #A31B7C
Tints of Dark Purple #A31B7C
RGB
CMYK
RGB Variations
Color information
#A31B7C (or 0xA31B7C) is known color: Dark Purple. HEX triplet: A3, 1B and 7C. RGB value is (163,27,124). Sum of RGB (Red+Green+Blue) = 163+27+124=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31B7C is #5CE483. Grayscale: #4E4E4E. Windows color (decimal): -6087812 or 8133539. OLE color: 8133539.
HSL color Cylindrical-coordinate representation of color #A31B7C: hue angle of 317.21º degrees, saturation: 0.72, 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 #A31B7C is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 27 | 124 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.36 |
| HSL | 317.21º | 0.72% | 0.37% | - |
| HSV(B) | 317.21º | 0.83% | 0.64% | - |
| XYZ | 19.13 | 10.03 | 20 | - |
| YUV | 78.72 | 153.56 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 124 | 0 | 0.83 | 0.24 | 0.36 | 317.21 | 0.72 | 0.37 |
| Hex | A3 | 1B | 7C | 0 | 53 | 18 | 24 | 13D | 48 | 25 |
| Octal | 243 | 33 | 174 | 0 | 123 | 30 | 44 | 475 | 110 | 45 |
| Binary | 10100011 | 11011 | 1111100 | 0 | 1010011 | 11000 | 100100 | 100111101 | 1001000 | 100101 |
Color Harmonies of #A31B7C
Complementary color
Monochromatic Colors of #A31B7C
Black with #A31B7C
Text Example
Text Example
White with #A31B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31B7C; }
p { color: rgb(163,27,124); }
H1.HeaderClassName
{
color: #A31B7C;
}
.AnyTagClassName
{
color: #A31B7C;
}
</style>
background-color css
<style>
a { background-color: #A31B7C; }
a { background-color: rgb(163,27,124); }
div.DivClassName
{
background-color: #A31B7C;
}
.BgClassName
{
background-color: #A31B7C;
}
</style>
border-color css
<style>
span { border-color: #A31B7C; }
span { border-color: rgb(163,27,124); }
td.TdClassName
{
border-color: #A31B7C;
}
.TagClassName
{
border-color: #A31B7C;
}
</style>