Shades of Electric Purple #A40EFA
Tints of Electric Purple #A40EFA
RGB
CMYK
RGB Variations
Color information
#A40EFA (or 0xA40EFA) is known color: Electric Purple. HEX triplet: A4, 0E and FA. RGB value is (164,14,250). Sum of RGB (Red+Green+Blue) = 164+14+250=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #A40EFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40EFA is #5BF105. Grayscale: #545454. Windows color (decimal): -6025478 or 16387748. OLE color: 16387748.
HSL color Cylindrical-coordinate representation of color #A40EFA: hue angle of 278.14º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40EFA is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 14 | 250 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.02 |
| HSL | 278.14º | 0.96% | 0.52% | - |
| HSV(B) | 278.14º | 0.94% | 0.98% | - |
| XYZ | 32.72 | 15.11 | 91.63 | - |
| YUV | 85.75 | 220.7 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 14 | 250 | 0.34 | 0.94 | 0 | 0.02 | 278.14 | 0.96 | 0.52 |
| Hex | A4 | E | FA | 22 | 5E | 0 | 2 | 116 | 60 | 34 |
| Octal | 244 | 16 | 372 | 42 | 136 | 0 | 2 | 426 | 140 | 64 |
| Binary | 10100100 | 1110 | 11111010 | 100010 | 1011110 | 0 | 10 | 100010110 | 1100000 | 110100 |
Color Harmonies of #A40EFA
Complementary color
Monochromatic Colors of #A40EFA
Black with #A40EFA
Text Example
Text Example
White with #A40EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40EFA; }
p { color: rgb(164,14,250); }
H1.HeaderClassName
{
color: #A40EFA;
}
.AnyTagClassName
{
color: #A40EFA;
}
</style>
background-color css
<style>
a { background-color: #A40EFA; }
a { background-color: rgb(164,14,250); }
div.DivClassName
{
background-color: #A40EFA;
}
.BgClassName
{
background-color: #A40EFA;
}
</style>
border-color css
<style>
span { border-color: #A40EFA; }
span { border-color: rgb(164,14,250); }
td.TdClassName
{
border-color: #A40EFA;
}
.TagClassName
{
border-color: #A40EFA;
}
</style>