Shades of Electric Purple #A30FF6
Tints of Electric Purple #A30FF6
RGB
CMYK
RGB Variations
Color information
#A30FF6 (or 0xA30FF6) is known color: Electric Purple. HEX triplet: A3, 0F and F6. RGB value is (163,15,246). Sum of RGB (Red+Green+Blue) = 163+15+246=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 246 (96.48% from 255 or 58.02% from 424); Max value from RGB is 246 - color contains mainly: blue. Hex color #A30FF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30FF6 is #5CF009. Grayscale: #545454. Windows color (decimal): -6090762 or 16125859. OLE color: 16125859.
HSL color Cylindrical-coordinate representation of color #A30FF6: hue angle of 278.44º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30FF6 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 15 | 246 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.04 |
| HSL | 278.44º | 0.93% | 0.51% | - |
| HSV(B) | 278.44º | 0.94% | 0.96% | - |
| XYZ | 31.91 | 14.78 | 88.36 | - |
| YUV | 85.59 | 218.53 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 246 | 0.34 | 0.94 | 0 | 0.04 | 278.44 | 0.93 | 0.51 |
| Hex | A3 | F | F6 | 22 | 5E | 0 | 4 | 116 | 5D | 33 |
| Octal | 243 | 17 | 366 | 42 | 136 | 0 | 4 | 426 | 135 | 63 |
| Binary | 10100011 | 1111 | 11110110 | 100010 | 1011110 | 0 | 100 | 100010110 | 1011101 | 110011 |
Color Harmonies of #A30FF6
Complementary color
Monochromatic Colors of #A30FF6
Black with #A30FF6
Text Example
Text Example
White with #A30FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FF6; }
p { color: rgb(163,15,246); }
H1.HeaderClassName
{
color: #A30FF6;
}
.AnyTagClassName
{
color: #A30FF6;
}
</style>
background-color css
<style>
a { background-color: #A30FF6; }
a { background-color: rgb(163,15,246); }
div.DivClassName
{
background-color: #A30FF6;
}
.BgClassName
{
background-color: #A30FF6;
}
</style>
border-color css
<style>
span { border-color: #A30FF6; }
span { border-color: rgb(163,15,246); }
td.TdClassName
{
border-color: #A30FF6;
}
.TagClassName
{
border-color: #A30FF6;
}
</style>