Shades of Dark Purple #A41D8D
Tints of Dark Purple #A41D8D
RGB
CMYK
RGB Variations
Color information
#A41D8D (or 0xA41D8D) is known color: Dark Purple. HEX triplet: A4, 1D and 8D. RGB value is (164,29,141). Sum of RGB (Red+Green+Blue) = 164+29+141=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41D8D is #5BE272. Grayscale: #515151. Windows color (decimal): -6021747 or 9248164. OLE color: 9248164.
HSL color Cylindrical-coordinate representation of color #A41D8D: hue angle of 310.22º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A41D8D is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 141 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.36 |
| HSL | 310.22º | 0.7% | 0.38% | - |
| HSV(B) | 310.22º | 0.82% | 0.64% | - |
| XYZ | 20.56 | 10.69 | 26.18 | - |
| YUV | 82.13 | 161.23 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 141 | 0 | 0.82 | 0.14 | 0.36 | 310.22 | 0.7 | 0.38 |
| Hex | A4 | 1D | 8D | 0 | 52 | E | 24 | 136 | 46 | 26 |
| Octal | 244 | 35 | 215 | 0 | 122 | 16 | 44 | 466 | 106 | 46 |
| Binary | 10100100 | 11101 | 10001101 | 0 | 1010010 | 1110 | 100100 | 100110110 | 1000110 | 100110 |
Color Harmonies of #A41D8D
Complementary color
Monochromatic Colors of #A41D8D
Black with #A41D8D
Text Example
Text Example
White with #A41D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41D8D; }
p { color: rgb(164,29,141); }
H1.HeaderClassName
{
color: #A41D8D;
}
.AnyTagClassName
{
color: #A41D8D;
}
</style>
background-color css
<style>
a { background-color: #A41D8D; }
a { background-color: rgb(164,29,141); }
div.DivClassName
{
background-color: #A41D8D;
}
.BgClassName
{
background-color: #A41D8D;
}
</style>
border-color css
<style>
span { border-color: #A41D8D; }
span { border-color: rgb(164,29,141); }
td.TdClassName
{
border-color: #A41D8D;
}
.TagClassName
{
border-color: #A41D8D;
}
</style>