Shades of Electric Purple #A419FE
Tints of Electric Purple #A419FE
RGB
CMYK
RGB Variations
Color information
#A419FE (or 0xA419FE) is known color: Electric Purple. HEX triplet: A4, 19 and FE. RGB value is (164,25,254). Sum of RGB (Red+Green+Blue) = 164+25+254=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #A419FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A419FE is #5BE601. Grayscale: #5B5B5B. Windows color (decimal): -6022658 or 16652708. OLE color: 16652708.
HSL color Cylindrical-coordinate representation of color #A419FE: hue angle of 276.42º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A419FE is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 25 | 254 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.00 |
| HSL | 276.42º | 0.99% | 0.55% | - |
| HSV(B) | 276.42º | 0.9% | 1% | - |
| XYZ | 33.55 | 15.74 | 95.04 | - |
| YUV | 92.67 | 219.05 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 25 | 254 | 0.35 | 0.90 | 0 | 0.00 | 276.42 | 0.99 | 0.55 |
| Hex | A4 | 19 | FE | 23 | 5A | 0 | 0 | 114 | 63 | 37 |
| Octal | 244 | 31 | 376 | 43 | 132 | 0 | 0 | 424 | 143 | 67 |
| Binary | 10100100 | 11001 | 11111110 | 100011 | 1011010 | 0 | 0 | 100010100 | 1100011 | 110111 |
Color Harmonies of #A419FE
Complementary color
Monochromatic Colors of #A419FE
Black with #A419FE
Text Example
Text Example
White with #A419FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A419FE; }
p { color: rgb(164,25,254); }
H1.HeaderClassName
{
color: #A419FE;
}
.AnyTagClassName
{
color: #A419FE;
}
</style>
background-color css
<style>
a { background-color: #A419FE; }
a { background-color: rgb(164,25,254); }
div.DivClassName
{
background-color: #A419FE;
}
.BgClassName
{
background-color: #A419FE;
}
</style>
border-color css
<style>
span { border-color: #A419FE; }
span { border-color: rgb(164,25,254); }
td.TdClassName
{
border-color: #A419FE;
}
.TagClassName
{
border-color: #A419FE;
}
</style>