Shades of Electric Purple #A002FC
Tints of Electric Purple #A002FC
RGB
CMYK
RGB Variations
Color information
#A002FC (or 0xA002FC) is known color: Electric Purple. HEX triplet: A0, 02 and FC. RGB value is (160,2,252). Sum of RGB (Red+Green+Blue) = 160+2+252=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #A002FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A002FC is #5FFD03. Grayscale: #4C4C4C. Windows color (decimal): -6290692 or 16515744. OLE color: 16515744.
HSL color Cylindrical-coordinate representation of color #A002FC: hue angle of 277.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002FC is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 2 | 252 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.01 |
| HSL | 277.92º | 0.98% | 0.5% | - |
| HSV(B) | 277.92º | 0.99% | 0.99% | - |
| XYZ | 32.09 | 14.55 | 93.21 | - |
| YUV | 77.74 | 226.35 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 252 | 0.37 | 0.99 | 0 | 0.01 | 277.92 | 0.98 | 0.5 |
| Hex | A0 | 2 | FC | 25 | 63 | 0 | 1 | 116 | 62 | 32 |
| Octal | 240 | 2 | 374 | 45 | 143 | 0 | 1 | 426 | 142 | 62 |
| Binary | 10100000 | 10 | 11111100 | 100101 | 1100011 | 0 | 1 | 100010110 | 1100010 | 110010 |
Color Harmonies of #A002FC
Complementary color
Monochromatic Colors of #A002FC
Black with #A002FC
Text Example
Text Example
White with #A002FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A002FC; }
p { color: rgb(160,2,252); }
H1.HeaderClassName
{
color: #A002FC;
}
.AnyTagClassName
{
color: #A002FC;
}
</style>
background-color css
<style>
a { background-color: #A002FC; }
a { background-color: rgb(160,2,252); }
div.DivClassName
{
background-color: #A002FC;
}
.BgClassName
{
background-color: #A002FC;
}
</style>
border-color css
<style>
span { border-color: #A002FC; }
span { border-color: rgb(160,2,252); }
td.TdClassName
{
border-color: #A002FC;
}
.TagClassName
{
border-color: #A002FC;
}
</style>