Shades of Dark Purple #A41E91
Tints of Dark Purple #A41E91
RGB
CMYK
RGB Variations
Color information
#A41E91 (or 0xA41E91) is known color: Dark Purple. HEX triplet: A4, 1E and 91. RGB value is (164,30,145). Sum of RGB (Red+Green+Blue) = 164+30+145=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41E91 is #5BE16E. Grayscale: #525252. Windows color (decimal): -6021487 or 9510564. OLE color: 9510564.
HSL color Cylindrical-coordinate representation of color #A41E91: hue angle of 308.51º degrees, saturation: 0.69, 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 #A41E91 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 145 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.36 |
| HSL | 308.51º | 0.69% | 0.38% | - |
| HSV(B) | 308.51º | 0.82% | 0.64% | - |
| XYZ | 20.88 | 10.87 | 27.78 | - |
| YUV | 83.18 | 162.89 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 145 | 0 | 0.82 | 0.12 | 0.36 | 308.51 | 0.69 | 0.38 |
| Hex | A4 | 1E | 91 | 0 | 52 | C | 24 | 135 | 45 | 26 |
| Octal | 244 | 36 | 221 | 0 | 122 | 14 | 44 | 465 | 105 | 46 |
| Binary | 10100100 | 11110 | 10010001 | 0 | 1010010 | 1100 | 100100 | 100110101 | 1000101 | 100110 |
Color Harmonies of #A41E91
Complementary color
Monochromatic Colors of #A41E91
Black with #A41E91
Text Example
Text Example
White with #A41E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E91; }
p { color: rgb(164,30,145); }
H1.HeaderClassName
{
color: #A41E91;
}
.AnyTagClassName
{
color: #A41E91;
}
</style>
background-color css
<style>
a { background-color: #A41E91; }
a { background-color: rgb(164,30,145); }
div.DivClassName
{
background-color: #A41E91;
}
.BgClassName
{
background-color: #A41E91;
}
</style>
border-color css
<style>
span { border-color: #A41E91; }
span { border-color: rgb(164,30,145); }
td.TdClassName
{
border-color: #A41E91;
}
.TagClassName
{
border-color: #A41E91;
}
</style>