Shades of Electric Purple #A30FFF
Tints of Electric Purple #A30FFF
RGB
CMYK
RGB Variations
Color information
#A30FFF (or 0xA30FFF) is known color: Electric Purple. HEX triplet: A3, 0F and FF. RGB value is (163,15,255). Sum of RGB (Red+Green+Blue) = 163+15+255=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #A30FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30FFF is #5CF000. Grayscale: #555555. Windows color (decimal): -6090753 or 16715683. OLE color: 16715683.
HSL color Cylindrical-coordinate representation of color #A30FFF: hue angle of 277º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30FFF is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 15 | 255 | - |
| CMYK | 0.36 | 0.94 | 0 | 0 |
| HSL | 277º | 1% | 0.53% | - |
| HSV(B) | 277º | 0.94% | 1% | - |
| XYZ | 33.33 | 15.35 | 95.81 | - |
| YUV | 86.61 | 223.03 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 255 | 0.36 | 0.94 | 0 | 0 | 277 | 1 | 0.53 |
| Hex | A3 | F | FF | 24 | 5E | 0 | 0 | 115 | 64 | 35 |
| Octal | 243 | 17 | 377 | 44 | 136 | 0 | 0 | 425 | 144 | 65 |
| Binary | 10100011 | 1111 | 11111111 | 100100 | 1011110 | 0 | 0 | 100010101 | 1100100 | 110101 |
Color Harmonies of #A30FFF
Complementary color
Monochromatic Colors of #A30FFF
Black with #A30FFF
Text Example
Text Example
White with #A30FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FFF; }
p { color: rgb(163,15,255); }
H1.HeaderClassName
{
color: #A30FFF;
}
.AnyTagClassName
{
color: #A30FFF;
}
</style>
background-color css
<style>
a { background-color: #A30FFF; }
a { background-color: rgb(163,15,255); }
div.DivClassName
{
background-color: #A30FFF;
}
.BgClassName
{
background-color: #A30FFF;
}
</style>
border-color css
<style>
span { border-color: #A30FFF; }
span { border-color: rgb(163,15,255); }
td.TdClassName
{
border-color: #A30FFF;
}
.TagClassName
{
border-color: #A30FFF;
}
</style>