Shades of Electric Purple #A30EFB
Tints of Electric Purple #A30EFB
RGB
CMYK
RGB Variations
Color information
#A30EFB (or 0xA30EFB) is known color: Electric Purple. HEX triplet: A3, 0E and FB. RGB value is (163,14,251). Sum of RGB (Red+Green+Blue) = 163+14+251=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #A30EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30EFB is #5CF104. Grayscale: #545454. Windows color (decimal): -6091013 or 16453283. OLE color: 16453283.
HSL color Cylindrical-coordinate representation of color #A30EFB: hue angle of 277.72º degrees, saturation: 0.97, 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 #A30EFB is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 14 | 251 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.02 |
| HSL | 277.72º | 0.97% | 0.52% | - |
| HSV(B) | 277.72º | 0.94% | 0.98% | - |
| XYZ | 32.67 | 15.07 | 92.45 | - |
| YUV | 85.57 | 221.36 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 251 | 0.35 | 0.94 | 0 | 0.02 | 277.72 | 0.97 | 0.52 |
| Hex | A3 | E | FB | 23 | 5E | 0 | 2 | 116 | 61 | 34 |
| Octal | 243 | 16 | 373 | 43 | 136 | 0 | 2 | 426 | 141 | 64 |
| Binary | 10100011 | 1110 | 11111011 | 100011 | 1011110 | 0 | 10 | 100010110 | 1100001 | 110100 |
Color Harmonies of #A30EFB
Complementary color
Monochromatic Colors of #A30EFB
Black with #A30EFB
Text Example
Text Example
White with #A30EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30EFB; }
p { color: rgb(163,14,251); }
H1.HeaderClassName
{
color: #A30EFB;
}
.AnyTagClassName
{
color: #A30EFB;
}
</style>
background-color css
<style>
a { background-color: #A30EFB; }
a { background-color: rgb(163,14,251); }
div.DivClassName
{
background-color: #A30EFB;
}
.BgClassName
{
background-color: #A30EFB;
}
</style>
border-color css
<style>
span { border-color: #A30EFB; }
span { border-color: rgb(163,14,251); }
td.TdClassName
{
border-color: #A30EFB;
}
.TagClassName
{
border-color: #A30EFB;
}
</style>