Shades of Electric Purple #A30FF3
Tints of Electric Purple #A30FF3
RGB
CMYK
RGB Variations
Color information
#A30FF3 (or 0xA30FF3) is known color: Electric Purple. HEX triplet: A3, 0F and F3. RGB value is (163,15,243). Sum of RGB (Red+Green+Blue) = 163+15+243=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 243 (95.31% from 255 or 57.72% from 421); Max value from RGB is 243 - color contains mainly: blue. Hex color #A30FF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30FF3 is #5CF00C. Grayscale: #545454. Windows color (decimal): -6090765 or 15929251. OLE color: 15929251.
HSL color Cylindrical-coordinate representation of color #A30FF3: hue angle of 278.95º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30FF3 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 15 | 243 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.05 |
| HSL | 278.95º | 0.9% | 0.51% | - |
| HSV(B) | 278.95º | 0.94% | 0.95% | - |
| XYZ | 31.45 | 14.6 | 85.95 | - |
| YUV | 85.24 | 217.03 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 243 | 0.33 | 0.94 | 0 | 0.05 | 278.95 | 0.9 | 0.51 |
| Hex | A3 | F | F3 | 21 | 5E | 0 | 5 | 117 | 5A | 33 |
| Octal | 243 | 17 | 363 | 41 | 136 | 0 | 5 | 427 | 132 | 63 |
| Binary | 10100011 | 1111 | 11110011 | 100001 | 1011110 | 0 | 101 | 100010111 | 1011010 | 110011 |
Color Harmonies of #A30FF3
Complementary color
Monochromatic Colors of #A30FF3
Black with #A30FF3
Text Example
Text Example
White with #A30FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FF3; }
p { color: rgb(163,15,243); }
H1.HeaderClassName
{
color: #A30FF3;
}
.AnyTagClassName
{
color: #A30FF3;
}
</style>
background-color css
<style>
a { background-color: #A30FF3; }
a { background-color: rgb(163,15,243); }
div.DivClassName
{
background-color: #A30FF3;
}
.BgClassName
{
background-color: #A30FF3;
}
</style>
border-color css
<style>
span { border-color: #A30FF3; }
span { border-color: rgb(163,15,243); }
td.TdClassName
{
border-color: #A30FF3;
}
.TagClassName
{
border-color: #A30FF3;
}
</style>