Shades of Electric Purple #A30EF2
Tints of Electric Purple #A30EF2
RGB
CMYK
RGB Variations
Color information
#A30EF2 (or 0xA30EF2) is known color: Electric Purple. HEX triplet: A3, 0E and F2. RGB value is (163,14,242). Sum of RGB (Red+Green+Blue) = 163+14+242=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 242 (94.92% from 255 or 57.76% from 419); Max value from RGB is 242 - color contains mainly: blue. Hex color #A30EF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30EF2 is #5CF10D. Grayscale: #535353. Windows color (decimal): -6091022 or 15863459. OLE color: 15863459.
HSL color Cylindrical-coordinate representation of color #A30EF2: hue angle of 279.21º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30EF2 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 14 | 242 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.05 |
| HSL | 279.21º | 0.9% | 0.5% | - |
| HSV(B) | 279.21º | 0.94% | 0.95% | - |
| XYZ | 31.29 | 14.51 | 85.16 | - |
| YUV | 84.54 | 216.86 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 242 | 0.33 | 0.94 | 0 | 0.05 | 279.21 | 0.9 | 0.5 |
| Hex | A3 | E | F2 | 21 | 5E | 0 | 5 | 117 | 5A | 32 |
| Octal | 243 | 16 | 362 | 41 | 136 | 0 | 5 | 427 | 132 | 62 |
| Binary | 10100011 | 1110 | 11110010 | 100001 | 1011110 | 0 | 101 | 100010111 | 1011010 | 110010 |
Color Harmonies of #A30EF2
Complementary color
Monochromatic Colors of #A30EF2
Black with #A30EF2
Text Example
Text Example
White with #A30EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30EF2; }
p { color: rgb(163,14,242); }
H1.HeaderClassName
{
color: #A30EF2;
}
.AnyTagClassName
{
color: #A30EF2;
}
</style>
background-color css
<style>
a { background-color: #A30EF2; }
a { background-color: rgb(163,14,242); }
div.DivClassName
{
background-color: #A30EF2;
}
.BgClassName
{
background-color: #A30EF2;
}
</style>
border-color css
<style>
span { border-color: #A30EF2; }
span { border-color: rgb(163,14,242); }
td.TdClassName
{
border-color: #A30EF2;
}
.TagClassName
{
border-color: #A30EF2;
}
</style>