Shades of Electric Purple #A40DFE
Tints of Electric Purple #A40DFE
RGB
CMYK
RGB Variations
Color information
#A40DFE (or 0xA40DFE) is known color: Electric Purple. HEX triplet: A4, 0D and FE. RGB value is (164,13,254). Sum of RGB (Red+Green+Blue) = 164+13+254=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #A40DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40DFE is #5BF201. Grayscale: #545454. Windows color (decimal): -6025730 or 16649636. OLE color: 16649636.
HSL color Cylindrical-coordinate representation of color #A40DFE: hue angle of 277.59º 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 #A40DFE is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 13 | 254 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.00 |
| HSL | 277.59º | 0.99% | 0.52% | - |
| HSV(B) | 277.59º | 0.95% | 1% | - |
| XYZ | 33.34 | 15.34 | 94.97 | - |
| YUV | 85.62 | 223.03 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 254 | 0.35 | 0.95 | 0 | 0.00 | 277.59 | 0.99 | 0.52 |
| Hex | A4 | D | FE | 23 | 5F | 0 | 0 | 116 | 63 | 34 |
| Octal | 244 | 15 | 376 | 43 | 137 | 0 | 0 | 426 | 143 | 64 |
| Binary | 10100100 | 1101 | 11111110 | 100011 | 1011111 | 0 | 0 | 100010110 | 1100011 | 110100 |
Color Harmonies of #A40DFE
Complementary color
Monochromatic Colors of #A40DFE
Black with #A40DFE
Text Example
Text Example
White with #A40DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40DFE; }
p { color: rgb(164,13,254); }
H1.HeaderClassName
{
color: #A40DFE;
}
.AnyTagClassName
{
color: #A40DFE;
}
</style>
background-color css
<style>
a { background-color: #A40DFE; }
a { background-color: rgb(164,13,254); }
div.DivClassName
{
background-color: #A40DFE;
}
.BgClassName
{
background-color: #A40DFE;
}
</style>
border-color css
<style>
span { border-color: #A40DFE; }
span { border-color: rgb(164,13,254); }
td.TdClassName
{
border-color: #A40DFE;
}
.TagClassName
{
border-color: #A40DFE;
}
</style>