Shades of Electric Purple #A40DF2
Tints of Electric Purple #A40DF2
RGB
CMYK
RGB Variations
Color information
#A40DF2 (or 0xA40DF2) is known color: Electric Purple. HEX triplet: A4, 0D and F2. RGB value is (164,13,242). Sum of RGB (Red+Green+Blue) = 164+13+242=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 242 (94.92% from 255 or 57.76% from 419); Max value from RGB is 242 - color contains mainly: blue. Hex color #A40DF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40DF2 is #5BF20D. Grayscale: #535353. Windows color (decimal): -6025742 or 15863204. OLE color: 15863204.
HSL color Cylindrical-coordinate representation of color #A40DF2: hue angle of 279.56º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40DF2 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 13 | 242 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.05 |
| HSL | 279.56º | 0.9% | 0.5% | - |
| HSV(B) | 279.56º | 0.95% | 0.95% | - |
| XYZ | 31.48 | 14.59 | 85.16 | - |
| YUV | 84.26 | 217.03 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 242 | 0.32 | 0.95 | 0 | 0.05 | 279.56 | 0.9 | 0.5 |
| Hex | A4 | D | F2 | 20 | 5F | 0 | 5 | 118 | 5A | 32 |
| Octal | 244 | 15 | 362 | 40 | 137 | 0 | 5 | 430 | 132 | 62 |
| Binary | 10100100 | 1101 | 11110010 | 100000 | 1011111 | 0 | 101 | 100011000 | 1011010 | 110010 |
Color Harmonies of #A40DF2
Complementary color
Monochromatic Colors of #A40DF2
Black with #A40DF2
Text Example
Text Example
White with #A40DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40DF2; }
p { color: rgb(164,13,242); }
H1.HeaderClassName
{
color: #A40DF2;
}
.AnyTagClassName
{
color: #A40DF2;
}
</style>
background-color css
<style>
a { background-color: #A40DF2; }
a { background-color: rgb(164,13,242); }
div.DivClassName
{
background-color: #A40DF2;
}
.BgClassName
{
background-color: #A40DF2;
}
</style>
border-color css
<style>
span { border-color: #A40DF2; }
span { border-color: rgb(164,13,242); }
td.TdClassName
{
border-color: #A40DF2;
}
.TagClassName
{
border-color: #A40DF2;
}
</style>