Shades of Electric Purple #A002F4
Tints of Electric Purple #A002F4
RGB
CMYK
RGB Variations
Color information
#A002F4 (or 0xA002F4) is known color: Electric Purple. HEX triplet: A0, 02 and F4. RGB value is (160,2,244). Sum of RGB (Red+Green+Blue) = 160+2+244=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 244 (95.70% from 255 or 60.10% from 406); Max value from RGB is 244 - color contains mainly: blue. Hex color #A002F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A002F4 is #5FFD0B. Grayscale: #4C4C4C. Windows color (decimal): -6290700 or 15991456. OLE color: 15991456.
HSL color Cylindrical-coordinate representation of color #A002F4: hue angle of 279.17º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002F4 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 2 | 244 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.04 |
| HSL | 279.17º | 0.98% | 0.48% | - |
| HSV(B) | 279.17º | 0.99% | 0.96% | - |
| XYZ | 30.85 | 14.05 | 86.67 | - |
| YUV | 76.83 | 222.35 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 244 | 0.34 | 0.99 | 0 | 0.04 | 279.17 | 0.98 | 0.48 |
| Hex | A0 | 2 | F4 | 22 | 63 | 0 | 4 | 117 | 62 | 30 |
| Octal | 240 | 2 | 364 | 42 | 143 | 0 | 4 | 427 | 142 | 60 |
| Binary | 10100000 | 10 | 11110100 | 100010 | 1100011 | 0 | 100 | 100010111 | 1100010 | 110000 |
Color Harmonies of #A002F4
Complementary color
Monochromatic Colors of #A002F4
Black with #A002F4
Text Example
Text Example
White with #A002F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A002F4; }
p { color: rgb(160,2,244); }
H1.HeaderClassName
{
color: #A002F4;
}
.AnyTagClassName
{
color: #A002F4;
}
</style>
background-color css
<style>
a { background-color: #A002F4; }
a { background-color: rgb(160,2,244); }
div.DivClassName
{
background-color: #A002F4;
}
.BgClassName
{
background-color: #A002F4;
}
</style>
border-color css
<style>
span { border-color: #A002F4; }
span { border-color: rgb(160,2,244); }
td.TdClassName
{
border-color: #A002F4;
}
.TagClassName
{
border-color: #A002F4;
}
</style>