Shades of Electric Purple #A41CFE
Tints of Electric Purple #A41CFE
RGB
CMYK
RGB Variations
Color information
#A41CFE (or 0xA41CFE) is known color: Electric Purple. HEX triplet: A4, 1C and FE. RGB value is (164,28,254). Sum of RGB (Red+Green+Blue) = 164+28+254=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #A41CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41CFE is #5BE301. Grayscale: #5D5D5D. Windows color (decimal): -6021890 or 16653476. OLE color: 16653476.
HSL color Cylindrical-coordinate representation of color #A41CFE: hue angle of 276.11º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A41CFE is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 28 | 254 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.00 |
| HSL | 276.11º | 0.99% | 0.55% | - |
| HSV(B) | 276.11º | 0.89% | 1% | - |
| XYZ | 33.61 | 15.88 | 95.06 | - |
| YUV | 94.43 | 218.06 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 254 | 0.35 | 0.89 | 0 | 0.00 | 276.11 | 0.99 | 0.55 |
| Hex | A4 | 1C | FE | 23 | 59 | 0 | 0 | 114 | 63 | 37 |
| Octal | 244 | 34 | 376 | 43 | 131 | 0 | 0 | 424 | 143 | 67 |
| Binary | 10100100 | 11100 | 11111110 | 100011 | 1011001 | 0 | 0 | 100010100 | 1100011 | 110111 |
Color Harmonies of #A41CFE
Complementary color
Monochromatic Colors of #A41CFE
Black with #A41CFE
Text Example
Text Example
White with #A41CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41CFE; }
p { color: rgb(164,28,254); }
H1.HeaderClassName
{
color: #A41CFE;
}
.AnyTagClassName
{
color: #A41CFE;
}
</style>
background-color css
<style>
a { background-color: #A41CFE; }
a { background-color: rgb(164,28,254); }
div.DivClassName
{
background-color: #A41CFE;
}
.BgClassName
{
background-color: #A41CFE;
}
</style>
border-color css
<style>
span { border-color: #A41CFE; }
span { border-color: rgb(164,28,254); }
td.TdClassName
{
border-color: #A41CFE;
}
.TagClassName
{
border-color: #A41CFE;
}
</style>