Shades of Dark Purple #A41E8A
Tints of Dark Purple #A41E8A
RGB
CMYK
RGB Variations
Color information
#A41E8A (or 0xA41E8A) is known color: Dark Purple. HEX triplet: A4, 1E and 8A. RGB value is (164,30,138). Sum of RGB (Red+Green+Blue) = 164+30+138=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41E8A is #5BE175. Grayscale: #525252. Windows color (decimal): -6021494 or 9051812. OLE color: 9051812.
HSL color Cylindrical-coordinate representation of color #A41E8A: hue angle of 311.64º 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 #A41E8A is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 138 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.36 |
| HSL | 311.64º | 0.69% | 0.38% | - |
| HSV(B) | 311.64º | 0.82% | 0.64% | - |
| XYZ | 20.36 | 10.66 | 25.03 | - |
| YUV | 82.38 | 159.39 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 138 | 0 | 0.82 | 0.16 | 0.36 | 311.64 | 0.69 | 0.38 |
| Hex | A4 | 1E | 8A | 0 | 52 | 10 | 24 | 138 | 45 | 26 |
| Octal | 244 | 36 | 212 | 0 | 122 | 20 | 44 | 470 | 105 | 46 |
| Binary | 10100100 | 11110 | 10001010 | 0 | 1010010 | 10000 | 100100 | 100111000 | 1000101 | 100110 |
Color Harmonies of #A41E8A
Complementary color
Monochromatic Colors of #A41E8A
Black with #A41E8A
Text Example
Text Example
White with #A41E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E8A; }
p { color: rgb(164,30,138); }
H1.HeaderClassName
{
color: #A41E8A;
}
.AnyTagClassName
{
color: #A41E8A;
}
</style>
background-color css
<style>
a { background-color: #A41E8A; }
a { background-color: rgb(164,30,138); }
div.DivClassName
{
background-color: #A41E8A;
}
.BgClassName
{
background-color: #A41E8A;
}
</style>
border-color css
<style>
span { border-color: #A41E8A; }
span { border-color: rgb(164,30,138); }
td.TdClassName
{
border-color: #A41E8A;
}
.TagClassName
{
border-color: #A41E8A;
}
</style>