Shades of Electric Purple #A104FE
Tints of Electric Purple #A104FE
RGB
CMYK
RGB Variations
Color information
#A104FE (or 0xA104FE) is known color: Electric Purple. HEX triplet: A1, 04 and FE. RGB value is (161,4,254). Sum of RGB (Red+Green+Blue) = 161+4+254=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #A104FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A104FE is #5EFB01. Grayscale: #4E4E4E. Windows color (decimal): -6224642 or 16647329. OLE color: 16647329.
HSL color Cylindrical-coordinate representation of color #A104FE: hue angle of 277.68º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A104FE is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 4 | 254 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.00 |
| HSL | 277.68º | 0.99% | 0.51% | - |
| HSV(B) | 277.68º | 0.98% | 1% | - |
| XYZ | 32.63 | 14.82 | 94.91 | - |
| YUV | 79.44 | 226.51 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 254 | 0.37 | 0.98 | 0 | 0.00 | 277.68 | 0.99 | 0.51 |
| Hex | A1 | 4 | FE | 25 | 62 | 0 | 0 | 116 | 63 | 33 |
| Octal | 241 | 4 | 376 | 45 | 142 | 0 | 0 | 426 | 143 | 63 |
| Binary | 10100001 | 100 | 11111110 | 100101 | 1100010 | 0 | 0 | 100010110 | 1100011 | 110011 |
Color Harmonies of #A104FE
Complementary color
Monochromatic Colors of #A104FE
Black with #A104FE
Text Example
Text Example
White with #A104FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A104FE; }
p { color: rgb(161,4,254); }
H1.HeaderClassName
{
color: #A104FE;
}
.AnyTagClassName
{
color: #A104FE;
}
</style>
background-color css
<style>
a { background-color: #A104FE; }
a { background-color: rgb(161,4,254); }
div.DivClassName
{
background-color: #A104FE;
}
.BgClassName
{
background-color: #A104FE;
}
</style>
border-color css
<style>
span { border-color: #A104FE; }
span { border-color: rgb(161,4,254); }
td.TdClassName
{
border-color: #A104FE;
}
.TagClassName
{
border-color: #A104FE;
}
</style>