Shades of Dark Purple #A41E82
Tints of Dark Purple #A41E82
RGB
CMYK
RGB Variations
Color information
#A41E82 (or 0xA41E82) is known color: Dark Purple. HEX triplet: A4, 1E and 82. RGB value is (164,30,130). Sum of RGB (Red+Green+Blue) = 164+30+130=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41E82 is #5BE17D. Grayscale: #515151. Windows color (decimal): -6021502 or 8527524. OLE color: 8527524.
HSL color Cylindrical-coordinate representation of color #A41E82: hue angle of 315.22º 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 #A41E82 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 130 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.36 |
| HSL | 315.22º | 0.69% | 0.38% | - |
| HSV(B) | 315.22º | 0.82% | 0.64% | - |
| XYZ | 19.8 | 10.43 | 22.09 | - |
| YUV | 81.47 | 155.39 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 130 | 0 | 0.82 | 0.21 | 0.36 | 315.22 | 0.69 | 0.38 |
| Hex | A4 | 1E | 82 | 0 | 52 | 15 | 24 | 13B | 45 | 26 |
| Octal | 244 | 36 | 202 | 0 | 122 | 25 | 44 | 473 | 105 | 46 |
| Binary | 10100100 | 11110 | 10000010 | 0 | 1010010 | 10101 | 100100 | 100111011 | 1000101 | 100110 |
Color Harmonies of #A41E82
Complementary color
Monochromatic Colors of #A41E82
Black with #A41E82
Text Example
Text Example
White with #A41E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E82; }
p { color: rgb(164,30,130); }
H1.HeaderClassName
{
color: #A41E82;
}
.AnyTagClassName
{
color: #A41E82;
}
</style>
background-color css
<style>
a { background-color: #A41E82; }
a { background-color: rgb(164,30,130); }
div.DivClassName
{
background-color: #A41E82;
}
.BgClassName
{
background-color: #A41E82;
}
</style>
border-color css
<style>
span { border-color: #A41E82; }
span { border-color: rgb(164,30,130); }
td.TdClassName
{
border-color: #A41E82;
}
.TagClassName
{
border-color: #A41E82;
}
</style>