Shades of Dark Purple #A41D8C
Tints of Dark Purple #A41D8C
RGB
CMYK
RGB Variations
Color information
#A41D8C (or 0xA41D8C) is known color: Dark Purple. HEX triplet: A4, 1D and 8C. RGB value is (164,29,140). Sum of RGB (Red+Green+Blue) = 164+29+140=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41D8C is #5BE273. Grayscale: #515151. Windows color (decimal): -6021748 or 9182628. OLE color: 9182628.
HSL color Cylindrical-coordinate representation of color #A41D8C: hue angle of 310.67º 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 #A41D8C is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 140 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.36 |
| HSL | 310.67º | 0.7% | 0.38% | - |
| HSV(B) | 310.67º | 0.82% | 0.64% | - |
| XYZ | 20.48 | 10.66 | 25.79 | - |
| YUV | 82.02 | 160.73 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 140 | 0 | 0.82 | 0.15 | 0.36 | 310.67 | 0.7 | 0.38 |
| Hex | A4 | 1D | 8C | 0 | 52 | F | 24 | 137 | 46 | 26 |
| Octal | 244 | 35 | 214 | 0 | 122 | 17 | 44 | 467 | 106 | 46 |
| Binary | 10100100 | 11101 | 10001100 | 0 | 1010010 | 1111 | 100100 | 100110111 | 1000110 | 100110 |
Color Harmonies of #A41D8C
Complementary color
Monochromatic Colors of #A41D8C
Black with #A41D8C
Text Example
Text Example
White with #A41D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41D8C; }
p { color: rgb(164,29,140); }
H1.HeaderClassName
{
color: #A41D8C;
}
.AnyTagClassName
{
color: #A41D8C;
}
</style>
background-color css
<style>
a { background-color: #A41D8C; }
a { background-color: rgb(164,29,140); }
div.DivClassName
{
background-color: #A41D8C;
}
.BgClassName
{
background-color: #A41D8C;
}
</style>
border-color css
<style>
span { border-color: #A41D8C; }
span { border-color: rgb(164,29,140); }
td.TdClassName
{
border-color: #A41D8C;
}
.TagClassName
{
border-color: #A41D8C;
}
</style>