Shades of Electric Purple #A40EFF
Tints of Electric Purple #A40EFF
RGB
CMYK
RGB Variations
Color information
#A40EFF (or 0xA40EFF) is known color: Electric Purple. HEX triplet: A4, 0E and FF. RGB value is (164,14,255). Sum of RGB (Red+Green+Blue) = 164+14+255=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 14 (5.86% from 255 or 3.23% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #A40EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40EFF is #5BF100. Grayscale: #555555. Windows color (decimal): -6025473 or 16715428. OLE color: 16715428.
HSL color Cylindrical-coordinate representation of color #A40EFF: hue angle of 277.34º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40EFF is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 14 | 255 | - |
| CMYK | 0.36 | 0.95 | 0 | 0 |
| HSL | 277.34º | 1% | 0.53% | - |
| HSV(B) | 277.34º | 0.95% | 1% | - |
| XYZ | 33.52 | 15.43 | 95.82 | - |
| YUV | 86.32 | 223.2 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 14 | 255 | 0.36 | 0.95 | 0 | 0 | 277.34 | 1 | 0.53 |
| Hex | A4 | E | FF | 24 | 5F | 0 | 0 | 115 | 64 | 35 |
| Octal | 244 | 16 | 377 | 44 | 137 | 0 | 0 | 425 | 144 | 65 |
| Binary | 10100100 | 1110 | 11111111 | 100100 | 1011111 | 0 | 0 | 100010101 | 1100100 | 110101 |
Color Harmonies of #A40EFF
Complementary color
Monochromatic Colors of #A40EFF
Black with #A40EFF
Text Example
Text Example
White with #A40EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40EFF; }
p { color: rgb(164,14,255); }
H1.HeaderClassName
{
color: #A40EFF;
}
.AnyTagClassName
{
color: #A40EFF;
}
</style>
background-color css
<style>
a { background-color: #A40EFF; }
a { background-color: rgb(164,14,255); }
div.DivClassName
{
background-color: #A40EFF;
}
.BgClassName
{
background-color: #A40EFF;
}
</style>
border-color css
<style>
span { border-color: #A40EFF; }
span { border-color: rgb(164,14,255); }
td.TdClassName
{
border-color: #A40EFF;
}
.TagClassName
{
border-color: #A40EFF;
}
</style>