Shades of Dark Purple #A41F8D
Tints of Dark Purple #A41F8D
RGB
CMYK
RGB Variations
Color information
#A41F8D (or 0xA41F8D) is known color: Dark Purple. HEX triplet: A4, 1F and 8D. RGB value is (164,31,141). Sum of RGB (Red+Green+Blue) = 164+31+141=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41F8D is #5BE072. Grayscale: #535353. Windows color (decimal): -6021235 or 9248676. OLE color: 9248676.
HSL color Cylindrical-coordinate representation of color #A41F8D: hue angle of 310.38º 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 #A41F8D is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 31 | 141 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.36 |
| HSL | 310.38º | 0.68% | 0.38% | - |
| HSV(B) | 310.38º | 0.81% | 0.64% | - |
| XYZ | 20.61 | 10.8 | 26.2 | - |
| YUV | 83.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 31 | 141 | 0 | 0.81 | 0.14 | 0.36 | 310.38 | 0.68 | 0.38 |
| Hex | A4 | 1F | 8D | 0 | 51 | E | 24 | 136 | 44 | 26 |
| Octal | 244 | 37 | 215 | 0 | 121 | 16 | 44 | 466 | 104 | 46 |
| Binary | 10100100 | 11111 | 10001101 | 0 | 1010001 | 1110 | 100100 | 100110110 | 1000100 | 100110 |
Color Harmonies of #A41F8D
Complementary color
Monochromatic Colors of #A41F8D
Black with #A41F8D
Text Example
Text Example
White with #A41F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41F8D; }
p { color: rgb(164,31,141); }
H1.HeaderClassName
{
color: #A41F8D;
}
.AnyTagClassName
{
color: #A41F8D;
}
</style>
background-color css
<style>
a { background-color: #A41F8D; }
a { background-color: rgb(164,31,141); }
div.DivClassName
{
background-color: #A41F8D;
}
.BgClassName
{
background-color: #A41F8D;
}
</style>
border-color css
<style>
span { border-color: #A41F8D; }
span { border-color: rgb(164,31,141); }
td.TdClassName
{
border-color: #A41F8D;
}
.TagClassName
{
border-color: #A41F8D;
}
</style>