Shades of Electric Purple #A30EFA
Tints of Electric Purple #A30EFA
RGB
CMYK
RGB Variations
Color information
#A30EFA (or 0xA30EFA) is known color: Electric Purple. HEX triplet: A3, 0E and FA. RGB value is (163,14,250). Sum of RGB (Red+Green+Blue) = 163+14+250=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 14 (5.86% from 255 or 3.28% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #A30EFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30EFA is #5CF105. Grayscale: #545454. Windows color (decimal): -6091014 or 16387747. OLE color: 16387747.
HSL color Cylindrical-coordinate representation of color #A30EFA: hue angle of 277.88º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30EFA is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 14 | 250 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.02 |
| HSL | 277.88º | 0.96% | 0.52% | - |
| HSV(B) | 277.88º | 0.94% | 0.98% | - |
| XYZ | 32.52 | 15 | 91.62 | - |
| YUV | 85.46 | 220.86 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 250 | 0.35 | 0.94 | 0 | 0.02 | 277.88 | 0.96 | 0.52 |
| Hex | A3 | E | FA | 23 | 5E | 0 | 2 | 116 | 60 | 34 |
| Octal | 243 | 16 | 372 | 43 | 136 | 0 | 2 | 426 | 140 | 64 |
| Binary | 10100011 | 1110 | 11111010 | 100011 | 1011110 | 0 | 10 | 100010110 | 1100000 | 110100 |
Color Harmonies of #A30EFA
Complementary color
Monochromatic Colors of #A30EFA
Black with #A30EFA
Text Example
Text Example
White with #A30EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30EFA; }
p { color: rgb(163,14,250); }
H1.HeaderClassName
{
color: #A30EFA;
}
.AnyTagClassName
{
color: #A30EFA;
}
</style>
background-color css
<style>
a { background-color: #A30EFA; }
a { background-color: rgb(163,14,250); }
div.DivClassName
{
background-color: #A30EFA;
}
.BgClassName
{
background-color: #A30EFA;
}
</style>
border-color css
<style>
span { border-color: #A30EFA; }
span { border-color: rgb(163,14,250); }
td.TdClassName
{
border-color: #A30EFA;
}
.TagClassName
{
border-color: #A30EFA;
}
</style>