Shades of Electric Purple #A40EEF
Tints of Electric Purple #A40EEF
RGB
CMYK
RGB Variations
Color information
#A40EEF (or 0xA40EEF) is known color: Electric Purple. HEX triplet: A4, 0E and EF. RGB value is (164,14,239). Sum of RGB (Red+Green+Blue) = 164+14+239=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #A40EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40EEF is #5BF110. Grayscale: #535353. Windows color (decimal): -6025489 or 15666852. OLE color: 15666852.
HSL color Cylindrical-coordinate representation of color #A40EEF: hue angle of 280º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40EEF is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 14 | 239 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.06 |
| HSL | 280º | 0.89% | 0.5% | - |
| HSV(B) | 280º | 0.94% | 0.94% | - |
| XYZ | 31.05 | 14.44 | 82.81 | - |
| YUV | 84.5 | 215.2 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 14 | 239 | 0.31 | 0.94 | 0 | 0.06 | 280 | 0.89 | 0.5 |
| Hex | A4 | E | EF | 1F | 5E | 0 | 6 | 118 | 59 | 32 |
| Octal | 244 | 16 | 357 | 37 | 136 | 0 | 6 | 430 | 131 | 62 |
| Binary | 10100100 | 1110 | 11101111 | 11111 | 1011110 | 0 | 110 | 100011000 | 1011001 | 110010 |
Color Harmonies of #A40EEF
Complementary color
Monochromatic Colors of #A40EEF
Black with #A40EEF
Text Example
Text Example
White with #A40EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40EEF; }
p { color: rgb(164,14,239); }
H1.HeaderClassName
{
color: #A40EEF;
}
.AnyTagClassName
{
color: #A40EEF;
}
</style>
background-color css
<style>
a { background-color: #A40EEF; }
a { background-color: rgb(164,14,239); }
div.DivClassName
{
background-color: #A40EEF;
}
.BgClassName
{
background-color: #A40EEF;
}
</style>
border-color css
<style>
span { border-color: #A40EEF; }
span { border-color: rgb(164,14,239); }
td.TdClassName
{
border-color: #A40EEF;
}
.TagClassName
{
border-color: #A40EEF;
}
</style>