Shades of Electric Purple #A30AF9
Tints of Electric Purple #A30AF9
RGB
CMYK
RGB Variations
Color information
#A30AF9 (or 0xA30AF9) is known color: Electric Purple. HEX triplet: A3, 0A and F9. RGB value is (163,10,249). Sum of RGB (Red+Green+Blue) = 163+10+249=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 249 (97.66% from 255 or 59.00% from 422); Max value from RGB is 249 - color contains mainly: blue. Hex color #A30AF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30AF9 is #5CF506. Grayscale: #525252. Windows color (decimal): -6092039 or 16321187. OLE color: 16321187.
HSL color Cylindrical-coordinate representation of color #A30AF9: hue angle of 278.41º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30AF9 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 10 | 249 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.02 |
| HSL | 278.41º | 0.95% | 0.51% | - |
| HSV(B) | 278.41º | 0.96% | 0.98% | - |
| XYZ | 32.31 | 14.84 | 90.78 | - |
| YUV | 82.99 | 221.69 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 249 | 0.35 | 0.96 | 0 | 0.02 | 278.41 | 0.95 | 0.51 |
| Hex | A3 | A | F9 | 23 | 60 | 0 | 2 | 116 | 5F | 33 |
| Octal | 243 | 12 | 371 | 43 | 140 | 0 | 2 | 426 | 137 | 63 |
| Binary | 10100011 | 1010 | 11111001 | 100011 | 1100000 | 0 | 10 | 100010110 | 1011111 | 110011 |
Color Harmonies of #A30AF9
Complementary color
Monochromatic Colors of #A30AF9
Black with #A30AF9
Text Example
Text Example
White with #A30AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30AF9; }
p { color: rgb(163,10,249); }
H1.HeaderClassName
{
color: #A30AF9;
}
.AnyTagClassName
{
color: #A30AF9;
}
</style>
background-color css
<style>
a { background-color: #A30AF9; }
a { background-color: rgb(163,10,249); }
div.DivClassName
{
background-color: #A30AF9;
}
.BgClassName
{
background-color: #A30AF9;
}
</style>
border-color css
<style>
span { border-color: #A30AF9; }
span { border-color: rgb(163,10,249); }
td.TdClassName
{
border-color: #A30AF9;
}
.TagClassName
{
border-color: #A30AF9;
}
</style>