Shades of Electric Purple #A30EFF
Tints of Electric Purple #A30EFF
RGB
CMYK
RGB Variations
Color information
#A30EFF (or 0xA30EFF) is known color: Electric Purple. HEX triplet: A3, 0E and FF. RGB value is (163,14,255). Sum of RGB (Red+Green+Blue) = 163+14+255=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #A30EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30EFF is #5CF100. Grayscale: #555555. Windows color (decimal): -6091009 or 16715427. OLE color: 16715427.
HSL color Cylindrical-coordinate representation of color #A30EFF: hue angle of 277.1º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30EFF is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 14 | 255 | - |
| CMYK | 0.36 | 0.95 | 0 | 0 |
| HSL | 277.1º | 1% | 0.53% | - |
| HSV(B) | 277.1º | 0.95% | 1% | - |
| XYZ | 33.31 | 15.32 | 95.81 | - |
| YUV | 86.03 | 223.36 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 255 | 0.36 | 0.95 | 0 | 0 | 277.1 | 1 | 0.53 |
| Hex | A3 | E | FF | 24 | 5F | 0 | 0 | 115 | 64 | 35 |
| Octal | 243 | 16 | 377 | 44 | 137 | 0 | 0 | 425 | 144 | 65 |
| Binary | 10100011 | 1110 | 11111111 | 100100 | 1011111 | 0 | 0 | 100010101 | 1100100 | 110101 |
Color Harmonies of #A30EFF
Complementary color
Monochromatic Colors of #A30EFF
Black with #A30EFF
Text Example
Text Example
White with #A30EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30EFF; }
p { color: rgb(163,14,255); }
H1.HeaderClassName
{
color: #A30EFF;
}
.AnyTagClassName
{
color: #A30EFF;
}
</style>
background-color css
<style>
a { background-color: #A30EFF; }
a { background-color: rgb(163,14,255); }
div.DivClassName
{
background-color: #A30EFF;
}
.BgClassName
{
background-color: #A30EFF;
}
</style>
border-color css
<style>
span { border-color: #A30EFF; }
span { border-color: rgb(163,14,255); }
td.TdClassName
{
border-color: #A30EFF;
}
.TagClassName
{
border-color: #A30EFF;
}
</style>