Shades of Dark Purple #A31F8A
Tints of Dark Purple #A31F8A
RGB
CMYK
RGB Variations
Color information
#A31F8A (or 0xA31F8A) is known color: Dark Purple. HEX triplet: A3, 1F and 8A. RGB value is (163,31,138). Sum of RGB (Red+Green+Blue) = 163+31+138=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31F8A is #5CE075. Grayscale: #525252. Windows color (decimal): -6086774 or 9052067. OLE color: 9052067.
HSL color Cylindrical-coordinate representation of color #A31F8A: hue angle of 311.36º 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 #A31F8A is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 31 | 138 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.36 |
| HSL | 311.36º | 0.68% | 0.38% | - |
| HSV(B) | 311.36º | 0.81% | 0.64% | - |
| XYZ | 20.18 | 10.6 | 25.03 | - |
| YUV | 82.67 | 159.23 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 31 | 138 | 0 | 0.81 | 0.15 | 0.36 | 311.36 | 0.68 | 0.38 |
| Hex | A3 | 1F | 8A | 0 | 51 | F | 24 | 137 | 44 | 26 |
| Octal | 243 | 37 | 212 | 0 | 121 | 17 | 44 | 467 | 104 | 46 |
| Binary | 10100011 | 11111 | 10001010 | 0 | 1010001 | 1111 | 100100 | 100110111 | 1000100 | 100110 |
Color Harmonies of #A31F8A
Complementary color
Monochromatic Colors of #A31F8A
Black with #A31F8A
Text Example
Text Example
White with #A31F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31F8A; }
p { color: rgb(163,31,138); }
H1.HeaderClassName
{
color: #A31F8A;
}
.AnyTagClassName
{
color: #A31F8A;
}
</style>
background-color css
<style>
a { background-color: #A31F8A; }
a { background-color: rgb(163,31,138); }
div.DivClassName
{
background-color: #A31F8A;
}
.BgClassName
{
background-color: #A31F8A;
}
</style>
border-color css
<style>
span { border-color: #A31F8A; }
span { border-color: rgb(163,31,138); }
td.TdClassName
{
border-color: #A31F8A;
}
.TagClassName
{
border-color: #A31F8A;
}
</style>