Shades of Electric Purple #A40EFE
Tints of Electric Purple #A40EFE
RGB
CMYK
RGB Variations
Color information
#A40EFE (or 0xA40EFE) is known color: Electric Purple. HEX triplet: A4, 0E and FE. RGB value is (164,14,254). Sum of RGB (Red+Green+Blue) = 164+14+254=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #A40EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40EFE is #5BF101. Grayscale: #555555. Windows color (decimal): -6025474 or 16649892. OLE color: 16649892.
HSL color Cylindrical-coordinate representation of color #A40EFE: hue angle of 277.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40EFE is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 14 | 254 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.00 |
| HSL | 277.5º | 0.99% | 0.53% | - |
| HSV(B) | 277.5º | 0.94% | 1% | - |
| XYZ | 33.36 | 15.36 | 94.97 | - |
| YUV | 86.21 | 222.7 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 14 | 254 | 0.35 | 0.94 | 0 | 0.00 | 277.5 | 0.99 | 0.53 |
| Hex | A4 | E | FE | 23 | 5E | 0 | 0 | 116 | 63 | 35 |
| Octal | 244 | 16 | 376 | 43 | 136 | 0 | 0 | 426 | 143 | 65 |
| Binary | 10100100 | 1110 | 11111110 | 100011 | 1011110 | 0 | 0 | 100010110 | 1100011 | 110101 |
Color Harmonies of #A40EFE
Complementary color
Monochromatic Colors of #A40EFE
Black with #A40EFE
Text Example
Text Example
White with #A40EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40EFE; }
p { color: rgb(164,14,254); }
H1.HeaderClassName
{
color: #A40EFE;
}
.AnyTagClassName
{
color: #A40EFE;
}
</style>
background-color css
<style>
a { background-color: #A40EFE; }
a { background-color: rgb(164,14,254); }
div.DivClassName
{
background-color: #A40EFE;
}
.BgClassName
{
background-color: #A40EFE;
}
</style>
border-color css
<style>
span { border-color: #A40EFE; }
span { border-color: rgb(164,14,254); }
td.TdClassName
{
border-color: #A40EFE;
}
.TagClassName
{
border-color: #A40EFE;
}
</style>