Shades of Electric Purple #A40EFC
Tints of Electric Purple #A40EFC
RGB
CMYK
RGB Variations
Color information
#A40EFC (or 0xA40EFC) is known color: Electric Purple. HEX triplet: A4, 0E and FC. RGB value is (164,14,252). Sum of RGB (Red+Green+Blue) = 164+14+252=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 14 (5.86% from 255 or 3.26% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #A40EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40EFC is #5BF103. Grayscale: #555555. Windows color (decimal): -6025476 or 16518820. OLE color: 16518820.
HSL color Cylindrical-coordinate representation of color #A40EFC: hue angle of 277.82º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40EFC is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 14 | 252 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.01 |
| HSL | 277.82º | 0.98% | 0.52% | - |
| HSV(B) | 277.82º | 0.94% | 0.99% | - |
| XYZ | 33.04 | 15.23 | 93.29 | - |
| YUV | 85.98 | 221.7 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 14 | 252 | 0.35 | 0.94 | 0 | 0.01 | 277.82 | 0.98 | 0.52 |
| Hex | A4 | E | FC | 23 | 5E | 0 | 1 | 116 | 62 | 34 |
| Octal | 244 | 16 | 374 | 43 | 136 | 0 | 1 | 426 | 142 | 64 |
| Binary | 10100100 | 1110 | 11111100 | 100011 | 1011110 | 0 | 1 | 100010110 | 1100010 | 110100 |
Color Harmonies of #A40EFC
Complementary color
Monochromatic Colors of #A40EFC
Black with #A40EFC
Text Example
Text Example
White with #A40EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40EFC; }
p { color: rgb(164,14,252); }
H1.HeaderClassName
{
color: #A40EFC;
}
.AnyTagClassName
{
color: #A40EFC;
}
</style>
background-color css
<style>
a { background-color: #A40EFC; }
a { background-color: rgb(164,14,252); }
div.DivClassName
{
background-color: #A40EFC;
}
.BgClassName
{
background-color: #A40EFC;
}
</style>
border-color css
<style>
span { border-color: #A40EFC; }
span { border-color: rgb(164,14,252); }
td.TdClassName
{
border-color: #A40EFC;
}
.TagClassName
{
border-color: #A40EFC;
}
</style>