Shades of Electric Purple #A004FE
Tints of Electric Purple #A004FE
RGB
CMYK
RGB Variations
Color information
#A004FE (or 0xA004FE) is known color: Electric Purple. HEX triplet: A0, 04 and FE. RGB value is (160,4,254). Sum of RGB (Red+Green+Blue) = 160+4+254=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 4 (1.95% from 255 or 0.96% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #A004FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A004FE is #5FFB01. Grayscale: #4E4E4E. Windows color (decimal): -6290178 or 16647328. OLE color: 16647328.
HSL color Cylindrical-coordinate representation of color #A004FE: hue angle of 277.44º 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 #A004FE is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 4 | 254 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.00 |
| HSL | 277.44º | 0.99% | 0.51% | - |
| HSV(B) | 277.44º | 0.98% | 1% | - |
| XYZ | 32.43 | 14.72 | 94.9 | - |
| YUV | 79.14 | 226.68 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 254 | 0.37 | 0.98 | 0 | 0.00 | 277.44 | 0.99 | 0.51 |
| Hex | A0 | 4 | FE | 25 | 62 | 0 | 0 | 115 | 63 | 33 |
| Octal | 240 | 4 | 376 | 45 | 142 | 0 | 0 | 425 | 143 | 63 |
| Binary | 10100000 | 100 | 11111110 | 100101 | 1100010 | 0 | 0 | 100010101 | 1100011 | 110011 |
Color Harmonies of #A004FE
Complementary color
Monochromatic Colors of #A004FE
Black with #A004FE
Text Example
Text Example
White with #A004FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A004FE; }
p { color: rgb(160,4,254); }
H1.HeaderClassName
{
color: #A004FE;
}
.AnyTagClassName
{
color: #A004FE;
}
</style>
background-color css
<style>
a { background-color: #A004FE; }
a { background-color: rgb(160,4,254); }
div.DivClassName
{
background-color: #A004FE;
}
.BgClassName
{
background-color: #A004FE;
}
</style>
border-color css
<style>
span { border-color: #A004FE; }
span { border-color: rgb(160,4,254); }
td.TdClassName
{
border-color: #A004FE;
}
.TagClassName
{
border-color: #A004FE;
}
</style>