Shades of Dark Purple #A41E85
Tints of Dark Purple #A41E85
RGB
CMYK
RGB Variations
Color information
#A41E85 (or 0xA41E85) is known color: Dark Purple. HEX triplet: A4, 1E and 85. RGB value is (164,30,133). Sum of RGB (Red+Green+Blue) = 164+30+133=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41E85 is #5BE17A. Grayscale: #515151. Windows color (decimal): -6021499 or 8724132. OLE color: 8724132.
HSL color Cylindrical-coordinate representation of color #A41E85: hue angle of 313.88º 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 #A41E85 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 133 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.36 |
| HSL | 313.88º | 0.69% | 0.38% | - |
| HSV(B) | 313.88º | 0.82% | 0.64% | - |
| XYZ | 20.01 | 10.51 | 23.17 | - |
| YUV | 81.81 | 156.89 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 133 | 0 | 0.82 | 0.19 | 0.36 | 313.88 | 0.69 | 0.38 |
| Hex | A4 | 1E | 85 | 0 | 52 | 13 | 24 | 13A | 45 | 26 |
| Octal | 244 | 36 | 205 | 0 | 122 | 23 | 44 | 472 | 105 | 46 |
| Binary | 10100100 | 11110 | 10000101 | 0 | 1010010 | 10011 | 100100 | 100111010 | 1000101 | 100110 |
Color Harmonies of #A41E85
Complementary color
Monochromatic Colors of #A41E85
Black with #A41E85
Text Example
Text Example
White with #A41E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E85; }
p { color: rgb(164,30,133); }
H1.HeaderClassName
{
color: #A41E85;
}
.AnyTagClassName
{
color: #A41E85;
}
</style>
background-color css
<style>
a { background-color: #A41E85; }
a { background-color: rgb(164,30,133); }
div.DivClassName
{
background-color: #A41E85;
}
.BgClassName
{
background-color: #A41E85;
}
</style>
border-color css
<style>
span { border-color: #A41E85; }
span { border-color: rgb(164,30,133); }
td.TdClassName
{
border-color: #A41E85;
}
.TagClassName
{
border-color: #A41E85;
}
</style>