Shades of Electric Purple #A40CFE
Tints of Electric Purple #A40CFE
RGB
CMYK
RGB Variations
Color information
#A40CFE (or 0xA40CFE) is known color: Electric Purple. HEX triplet: A4, 0C and FE. RGB value is (164,12,254). Sum of RGB (Red+Green+Blue) = 164+12+254=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #A40CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40CFE is #5BF301. Grayscale: #545454. Windows color (decimal): -6025986 or 16649380. OLE color: 16649380.
HSL color Cylindrical-coordinate representation of color #A40CFE: hue angle of 277.69º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40CFE is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 12 | 254 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.00 |
| HSL | 277.69º | 0.99% | 0.52% | - |
| HSV(B) | 277.69º | 0.95% | 1% | - |
| XYZ | 33.33 | 15.31 | 94.96 | - |
| YUV | 85.04 | 223.36 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 254 | 0.35 | 0.95 | 0 | 0.00 | 277.69 | 0.99 | 0.52 |
| Hex | A4 | C | FE | 23 | 5F | 0 | 0 | 116 | 63 | 34 |
| Octal | 244 | 14 | 376 | 43 | 137 | 0 | 0 | 426 | 143 | 64 |
| Binary | 10100100 | 1100 | 11111110 | 100011 | 1011111 | 0 | 0 | 100010110 | 1100011 | 110100 |
Color Harmonies of #A40CFE
Complementary color
Monochromatic Colors of #A40CFE
Black with #A40CFE
Text Example
Text Example
White with #A40CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CFE; }
p { color: rgb(164,12,254); }
H1.HeaderClassName
{
color: #A40CFE;
}
.AnyTagClassName
{
color: #A40CFE;
}
</style>
background-color css
<style>
a { background-color: #A40CFE; }
a { background-color: rgb(164,12,254); }
div.DivClassName
{
background-color: #A40CFE;
}
.BgClassName
{
background-color: #A40CFE;
}
</style>
border-color css
<style>
span { border-color: #A40CFE; }
span { border-color: rgb(164,12,254); }
td.TdClassName
{
border-color: #A40CFE;
}
.TagClassName
{
border-color: #A40CFE;
}
</style>