Shades of Dark Purple #A31C8B
Tints of Dark Purple #A31C8B
RGB
CMYK
RGB Variations
Color information
#A31C8B (or 0xA31C8B) is known color: Dark Purple. HEX triplet: A3, 1C and 8B. RGB value is (163,28,139). Sum of RGB (Red+Green+Blue) = 163+28+139=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31C8B is #5CE374. Grayscale: #505050. Windows color (decimal): -6087541 or 9116835. OLE color: 9116835.
HSL color Cylindrical-coordinate representation of color #A31C8B: hue angle of 310.67º 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 #A31C8B is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 28 | 139 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.36 |
| HSL | 310.67º | 0.71% | 0.37% | - |
| HSV(B) | 310.67º | 0.83% | 0.64% | - |
| XYZ | 20.18 | 10.48 | 25.39 | - |
| YUV | 81.02 | 160.73 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 139 | 0 | 0.83 | 0.15 | 0.36 | 310.67 | 0.71 | 0.37 |
| Hex | A3 | 1C | 8B | 0 | 53 | F | 24 | 137 | 47 | 25 |
| Octal | 243 | 34 | 213 | 0 | 123 | 17 | 44 | 467 | 107 | 45 |
| Binary | 10100011 | 11100 | 10001011 | 0 | 1010011 | 1111 | 100100 | 100110111 | 1000111 | 100101 |
Color Harmonies of #A31C8B
Complementary color
Monochromatic Colors of #A31C8B
Black with #A31C8B
Text Example
Text Example
White with #A31C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31C8B; }
p { color: rgb(163,28,139); }
H1.HeaderClassName
{
color: #A31C8B;
}
.AnyTagClassName
{
color: #A31C8B;
}
</style>
background-color css
<style>
a { background-color: #A31C8B; }
a { background-color: rgb(163,28,139); }
div.DivClassName
{
background-color: #A31C8B;
}
.BgClassName
{
background-color: #A31C8B;
}
</style>
border-color css
<style>
span { border-color: #A31C8B; }
span { border-color: rgb(163,28,139); }
td.TdClassName
{
border-color: #A31C8B;
}
.TagClassName
{
border-color: #A31C8B;
}
</style>