Shades of Dark Purple #A41E80
Tints of Dark Purple #A41E80
RGB
CMYK
RGB Variations
Color information
#A41E80 (or 0xA41E80) is known color: Dark Purple. HEX triplet: A4, 1E and 80. RGB value is (164,30,128). Sum of RGB (Red+Green+Blue) = 164+30+128=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41E80 is #5BE17F. Grayscale: #505050. Windows color (decimal): -6021504 or 8396452. OLE color: 8396452.
HSL color Cylindrical-coordinate representation of color #A41E80: hue angle of 316.12º 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 #A41E80 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 128 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.36 |
| HSL | 316.12º | 0.69% | 0.38% | - |
| HSV(B) | 316.12º | 0.82% | 0.64% | - |
| XYZ | 19.67 | 10.38 | 21.39 | - |
| YUV | 81.24 | 154.39 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 128 | 0 | 0.82 | 0.22 | 0.36 | 316.12 | 0.69 | 0.38 |
| Hex | A4 | 1E | 80 | 0 | 52 | 16 | 24 | 13C | 45 | 26 |
| Octal | 244 | 36 | 200 | 0 | 122 | 26 | 44 | 474 | 105 | 46 |
| Binary | 10100100 | 11110 | 10000000 | 0 | 1010010 | 10110 | 100100 | 100111100 | 1000101 | 100110 |
Color Harmonies of #A41E80
Complementary color
Monochromatic Colors of #A41E80
Black with #A41E80
Text Example
Text Example
White with #A41E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E80; }
p { color: rgb(164,30,128); }
H1.HeaderClassName
{
color: #A41E80;
}
.AnyTagClassName
{
color: #A41E80;
}
</style>
background-color css
<style>
a { background-color: #A41E80; }
a { background-color: rgb(164,30,128); }
div.DivClassName
{
background-color: #A41E80;
}
.BgClassName
{
background-color: #A41E80;
}
</style>
border-color css
<style>
span { border-color: #A41E80; }
span { border-color: rgb(164,30,128); }
td.TdClassName
{
border-color: #A41E80;
}
.TagClassName
{
border-color: #A41E80;
}
</style>