Shades of Electric Purple #A30FF2
Tints of Electric Purple #A30FF2
RGB
CMYK
RGB Variations
Color information
#A30FF2 (or 0xA30FF2) is known color: Electric Purple. HEX triplet: A3, 0F and F2. RGB value is (163,15,242). Sum of RGB (Red+Green+Blue) = 163+15+242=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 242 (94.92% from 255 or 57.62% from 420); Max value from RGB is 242 - color contains mainly: blue. Hex color #A30FF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30FF2 is #5CF00D. Grayscale: #545454. Windows color (decimal): -6090766 or 15863715. OLE color: 15863715.
HSL color Cylindrical-coordinate representation of color #A30FF2: hue angle of 279.12º degrees, saturation: 0.9, 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 #A30FF2 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 15 | 242 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.05 |
| HSL | 279.12º | 0.9% | 0.5% | - |
| HSV(B) | 279.12º | 0.94% | 0.95% | - |
| XYZ | 31.3 | 14.54 | 85.16 | - |
| YUV | 85.13 | 216.53 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 242 | 0.33 | 0.94 | 0 | 0.05 | 279.12 | 0.9 | 0.5 |
| Hex | A3 | F | F2 | 21 | 5E | 0 | 5 | 117 | 5A | 32 |
| Octal | 243 | 17 | 362 | 41 | 136 | 0 | 5 | 427 | 132 | 62 |
| Binary | 10100011 | 1111 | 11110010 | 100001 | 1011110 | 0 | 101 | 100010111 | 1011010 | 110010 |
Color Harmonies of #A30FF2
Complementary color
Monochromatic Colors of #A30FF2
Black with #A30FF2
Text Example
Text Example
White with #A30FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FF2; }
p { color: rgb(163,15,242); }
H1.HeaderClassName
{
color: #A30FF2;
}
.AnyTagClassName
{
color: #A30FF2;
}
</style>
background-color css
<style>
a { background-color: #A30FF2; }
a { background-color: rgb(163,15,242); }
div.DivClassName
{
background-color: #A30FF2;
}
.BgClassName
{
background-color: #A30FF2;
}
</style>
border-color css
<style>
span { border-color: #A30FF2; }
span { border-color: rgb(163,15,242); }
td.TdClassName
{
border-color: #A30FF2;
}
.TagClassName
{
border-color: #A30FF2;
}
</style>