Shades of Electric Purple #A40EFB
Tints of Electric Purple #A40EFB
RGB
CMYK
RGB Variations
Color information
#A40EFB (or 0xA40EFB) is known color: Electric Purple. HEX triplet: A4, 0E and FB. RGB value is (164,14,251). Sum of RGB (Red+Green+Blue) = 164+14+251=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #A40EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40EFB is #5BF104. Grayscale: #555555. Windows color (decimal): -6025477 or 16453284. OLE color: 16453284.
HSL color Cylindrical-coordinate representation of color #A40EFB: hue angle of 277.97º degrees, saturation: 0.97, 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 #A40EFB is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 14 | 251 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.02 |
| HSL | 277.97º | 0.97% | 0.52% | - |
| HSV(B) | 277.97º | 0.94% | 0.98% | - |
| XYZ | 32.88 | 15.17 | 92.46 | - |
| YUV | 85.87 | 221.2 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 14 | 251 | 0.35 | 0.94 | 0 | 0.02 | 277.97 | 0.97 | 0.52 |
| Hex | A4 | E | FB | 23 | 5E | 0 | 2 | 116 | 61 | 34 |
| Octal | 244 | 16 | 373 | 43 | 136 | 0 | 2 | 426 | 141 | 64 |
| Binary | 10100100 | 1110 | 11111011 | 100011 | 1011110 | 0 | 10 | 100010110 | 1100001 | 110100 |
Color Harmonies of #A40EFB
Complementary color
Monochromatic Colors of #A40EFB
Black with #A40EFB
Text Example
Text Example
White with #A40EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40EFB; }
p { color: rgb(164,14,251); }
H1.HeaderClassName
{
color: #A40EFB;
}
.AnyTagClassName
{
color: #A40EFB;
}
</style>
background-color css
<style>
a { background-color: #A40EFB; }
a { background-color: rgb(164,14,251); }
div.DivClassName
{
background-color: #A40EFB;
}
.BgClassName
{
background-color: #A40EFB;
}
</style>
border-color css
<style>
span { border-color: #A40EFB; }
span { border-color: rgb(164,14,251); }
td.TdClassName
{
border-color: #A40EFB;
}
.TagClassName
{
border-color: #A40EFB;
}
</style>