Shades of Dark Purple #A31F79
Tints of Dark Purple #A31F79
RGB
CMYK
RGB Variations
Color information
#A31F79 (or 0xA31F79) is known color: Dark Purple. HEX triplet: A3, 1F and 79. RGB value is (163,31,121). Sum of RGB (Red+Green+Blue) = 163+31+121=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31F79 is #5CE086. Grayscale: #505050. Windows color (decimal): -6086791 or 7937955. OLE color: 7937955.
HSL color Cylindrical-coordinate representation of color #A31F79: hue angle of 319.09º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A31F79 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 31 | 121 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.36 |
| HSL | 319.09º | 0.68% | 0.38% | - |
| HSV(B) | 319.09º | 0.81% | 0.64% | - |
| XYZ | 19.05 | 10.15 | 19.04 | - |
| YUV | 80.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 31 | 121 | 0 | 0.81 | 0.26 | 0.36 | 319.09 | 0.68 | 0.38 |
| Hex | A3 | 1F | 79 | 0 | 51 | 1A | 24 | 13F | 44 | 26 |
| Octal | 243 | 37 | 171 | 0 | 121 | 32 | 44 | 477 | 104 | 46 |
| Binary | 10100011 | 11111 | 1111001 | 0 | 1010001 | 11010 | 100100 | 100111111 | 1000100 | 100110 |
Color Harmonies of #A31F79
Complementary color
Monochromatic Colors of #A31F79
Black with #A31F79
Text Example
Text Example
White with #A31F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31F79; }
p { color: rgb(163,31,121); }
H1.HeaderClassName
{
color: #A31F79;
}
.AnyTagClassName
{
color: #A31F79;
}
</style>
background-color css
<style>
a { background-color: #A31F79; }
a { background-color: rgb(163,31,121); }
div.DivClassName
{
background-color: #A31F79;
}
.BgClassName
{
background-color: #A31F79;
}
</style>
border-color css
<style>
span { border-color: #A31F79; }
span { border-color: rgb(163,31,121); }
td.TdClassName
{
border-color: #A31F79;
}
.TagClassName
{
border-color: #A31F79;
}
</style>