Shades of Electric Purple #A30FF1
Tints of Electric Purple #A30FF1
RGB
CMYK
RGB Variations
Color information
#A30FF1 (or 0xA30FF1) is known color: Electric Purple. HEX triplet: A3, 0F and F1. RGB value is (163,15,241). Sum of RGB (Red+Green+Blue) = 163+15+241=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #A30FF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30FF1 is #5CF00E. Grayscale: #545454. Windows color (decimal): -6090767 or 15798179. OLE color: 15798179.
HSL color Cylindrical-coordinate representation of color #A30FF1: hue angle of 279.29º degrees, saturation: 0.89, 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 #A30FF1 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 15 | 241 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.05 |
| HSL | 279.29º | 0.89% | 0.5% | - |
| HSV(B) | 279.29º | 0.94% | 0.95% | - |
| XYZ | 31.15 | 14.48 | 84.37 | - |
| YUV | 85.02 | 216.03 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 241 | 0.32 | 0.94 | 0 | 0.05 | 279.29 | 0.89 | 0.5 |
| Hex | A3 | F | F1 | 20 | 5E | 0 | 5 | 117 | 59 | 32 |
| Octal | 243 | 17 | 361 | 40 | 136 | 0 | 5 | 427 | 131 | 62 |
| Binary | 10100011 | 1111 | 11110001 | 100000 | 1011110 | 0 | 101 | 100010111 | 1011001 | 110010 |
Color Harmonies of #A30FF1
Complementary color
Monochromatic Colors of #A30FF1
Black with #A30FF1
Text Example
Text Example
White with #A30FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FF1; }
p { color: rgb(163,15,241); }
H1.HeaderClassName
{
color: #A30FF1;
}
.AnyTagClassName
{
color: #A30FF1;
}
</style>
background-color css
<style>
a { background-color: #A30FF1; }
a { background-color: rgb(163,15,241); }
div.DivClassName
{
background-color: #A30FF1;
}
.BgClassName
{
background-color: #A30FF1;
}
</style>
border-color css
<style>
span { border-color: #A30FF1; }
span { border-color: rgb(163,15,241); }
td.TdClassName
{
border-color: #A30FF1;
}
.TagClassName
{
border-color: #A30FF1;
}
</style>