Shades of Electric Purple #A003FE
Tints of Electric Purple #A003FE
RGB
CMYK
RGB Variations
Color information
#A003FE (or 0xA003FE) is known color: Electric Purple. HEX triplet: A0, 03 and FE. RGB value is (160,3,254). Sum of RGB (Red+Green+Blue) = 160+3+254=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 3 (1.56% from 255 or 0.72% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #A003FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A003FE is #5FFC01. Grayscale: #4D4D4D. Windows color (decimal): -6290434 or 16647072. OLE color: 16647072.
HSL color Cylindrical-coordinate representation of color #A003FE: hue angle of 277.53º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A003FE is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 3 | 254 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.00 |
| HSL | 277.53º | 0.99% | 0.5% | - |
| HSV(B) | 277.53º | 0.99% | 1% | - |
| XYZ | 32.42 | 14.69 | 94.89 | - |
| YUV | 78.56 | 227.01 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 254 | 0.37 | 0.99 | 0 | 0.00 | 277.53 | 0.99 | 0.5 |
| Hex | A0 | 3 | FE | 25 | 63 | 0 | 0 | 116 | 63 | 32 |
| Octal | 240 | 3 | 376 | 45 | 143 | 0 | 0 | 426 | 143 | 62 |
| Binary | 10100000 | 11 | 11111110 | 100101 | 1100011 | 0 | 0 | 100010110 | 1100011 | 110010 |
Color Harmonies of #A003FE
Complementary color
Monochromatic Colors of #A003FE
Black with #A003FE
Text Example
Text Example
White with #A003FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A003FE; }
p { color: rgb(160,3,254); }
H1.HeaderClassName
{
color: #A003FE;
}
.AnyTagClassName
{
color: #A003FE;
}
</style>
background-color css
<style>
a { background-color: #A003FE; }
a { background-color: rgb(160,3,254); }
div.DivClassName
{
background-color: #A003FE;
}
.BgClassName
{
background-color: #A003FE;
}
</style>
border-color css
<style>
span { border-color: #A003FE; }
span { border-color: rgb(160,3,254); }
td.TdClassName
{
border-color: #A003FE;
}
.TagClassName
{
border-color: #A003FE;
}
</style>