Shades of Electric Purple #A30FFB
Tints of Electric Purple #A30FFB
RGB
CMYK
RGB Variations
Color information
#A30FFB (or 0xA30FFB) is known color: Electric Purple. HEX triplet: A3, 0F and FB. RGB value is (163,15,251). Sum of RGB (Red+Green+Blue) = 163+15+251=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #A30FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30FFB is #5CF004. Grayscale: #555555. Windows color (decimal): -6090757 or 16453539. OLE color: 16453539.
HSL color Cylindrical-coordinate representation of color #A30FFB: hue angle of 277.63º 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 #A30FFB is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 15 | 251 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.02 |
| HSL | 277.63º | 0.97% | 0.52% | - |
| HSV(B) | 277.63º | 0.94% | 0.98% | - |
| XYZ | 32.69 | 15.09 | 92.46 | - |
| YUV | 86.16 | 221.03 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 251 | 0.35 | 0.94 | 0 | 0.02 | 277.63 | 0.97 | 0.52 |
| Hex | A3 | F | FB | 23 | 5E | 0 | 2 | 116 | 61 | 34 |
| Octal | 243 | 17 | 373 | 43 | 136 | 0 | 2 | 426 | 141 | 64 |
| Binary | 10100011 | 1111 | 11111011 | 100011 | 1011110 | 0 | 10 | 100010110 | 1100001 | 110100 |
Color Harmonies of #A30FFB
Complementary color
Monochromatic Colors of #A30FFB
Black with #A30FFB
Text Example
Text Example
White with #A30FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FFB; }
p { color: rgb(163,15,251); }
H1.HeaderClassName
{
color: #A30FFB;
}
.AnyTagClassName
{
color: #A30FFB;
}
</style>
background-color css
<style>
a { background-color: #A30FFB; }
a { background-color: rgb(163,15,251); }
div.DivClassName
{
background-color: #A30FFB;
}
.BgClassName
{
background-color: #A30FFB;
}
</style>
border-color css
<style>
span { border-color: #A30FFB; }
span { border-color: rgb(163,15,251); }
td.TdClassName
{
border-color: #A30FFB;
}
.TagClassName
{
border-color: #A30FFB;
}
</style>