Shades of Electric Purple #A000FE
Tints of Electric Purple #A000FE
RGB
CMYK
RGB Variations
Color information
#A000FE (or 0xA000FE) is known color: Electric Purple. HEX triplet: A0, 00 and FE. RGB value is (160,0,254). Sum of RGB (Red+Green+Blue) = 160+0+254=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #A000FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A000FE is #5FFF01. Grayscale: #4B4B4B. Windows color (decimal): -6291202 or 16646304. OLE color: 16646304.
HSL color Cylindrical-coordinate representation of color #A000FE: hue angle of 277.8º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000FE is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 0 | 254 | - |
| CMYK | 0.37 | 1 | 0 | 0.00 |
| HSL | 277.8º | 1% | 0.5% | - |
| HSV(B) | 277.8º | 1% | 1% | - |
| XYZ | 32.39 | 14.63 | 94.88 | - |
| YUV | 76.8 | 228.01 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 254 | 0.37 | 1 | 0 | 0.00 | 277.8 | 1 | 0.5 |
| Hex | A0 | 0 | FE | 25 | 64 | 0 | 0 | 116 | 64 | 32 |
| Octal | 240 | 0 | 376 | 45 | 144 | 0 | 0 | 426 | 144 | 62 |
| Binary | 10100000 | 0 | 11111110 | 100101 | 1100100 | 0 | 0 | 100010110 | 1100100 | 110010 |
Color Harmonies of #A000FE
Complementary color
Monochromatic Colors of #A000FE
Black with #A000FE
Text Example
Text Example
White with #A000FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000FE; }
p { color: rgb(160,0,254); }
H1.HeaderClassName
{
color: #A000FE;
}
.AnyTagClassName
{
color: #A000FE;
}
</style>
background-color css
<style>
a { background-color: #A000FE; }
a { background-color: rgb(160,0,254); }
div.DivClassName
{
background-color: #A000FE;
}
.BgClassName
{
background-color: #A000FE;
}
</style>
border-color css
<style>
span { border-color: #A000FE; }
span { border-color: rgb(160,0,254); }
td.TdClassName
{
border-color: #A000FE;
}
.TagClassName
{
border-color: #A000FE;
}
</style>