Shades of Dark Purple #A41E83
Tints of Dark Purple #A41E83
RGB
CMYK
RGB Variations
Color information
#A41E83 (or 0xA41E83) is known color: Dark Purple. HEX triplet: A4, 1E and 83. RGB value is (164,30,131). Sum of RGB (Red+Green+Blue) = 164+30+131=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41E83 is #5BE17C. Grayscale: #515151. Windows color (decimal): -6021501 or 8593060. OLE color: 8593060.
HSL color Cylindrical-coordinate representation of color #A41E83: hue angle of 314.78º 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 #A41E83 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 131 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.36 |
| HSL | 314.78º | 0.69% | 0.38% | - |
| HSV(B) | 314.78º | 0.82% | 0.64% | - |
| XYZ | 19.87 | 10.46 | 22.44 | - |
| YUV | 81.58 | 155.89 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 131 | 0 | 0.82 | 0.20 | 0.36 | 314.78 | 0.69 | 0.38 |
| Hex | A4 | 1E | 83 | 0 | 52 | 14 | 24 | 13B | 45 | 26 |
| Octal | 244 | 36 | 203 | 0 | 122 | 24 | 44 | 473 | 105 | 46 |
| Binary | 10100100 | 11110 | 10000011 | 0 | 1010010 | 10100 | 100100 | 100111011 | 1000101 | 100110 |
Color Harmonies of #A41E83
Complementary color
Monochromatic Colors of #A41E83
Black with #A41E83
Text Example
Text Example
White with #A41E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E83; }
p { color: rgb(164,30,131); }
H1.HeaderClassName
{
color: #A41E83;
}
.AnyTagClassName
{
color: #A41E83;
}
</style>
background-color css
<style>
a { background-color: #A41E83; }
a { background-color: rgb(164,30,131); }
div.DivClassName
{
background-color: #A41E83;
}
.BgClassName
{
background-color: #A41E83;
}
</style>
border-color css
<style>
span { border-color: #A41E83; }
span { border-color: rgb(164,30,131); }
td.TdClassName
{
border-color: #A41E83;
}
.TagClassName
{
border-color: #A41E83;
}
</style>