Shades of Electric Purple #A30BF9
Tints of Electric Purple #A30BF9
RGB
CMYK
RGB Variations
Color information
#A30BF9 (or 0xA30BF9) is known color: Electric Purple. HEX triplet: A3, 0B and F9. RGB value is (163,11,249). Sum of RGB (Red+Green+Blue) = 163+11+249=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 249 (97.66% from 255 or 58.87% from 423); Max value from RGB is 249 - color contains mainly: blue. Hex color #A30BF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30BF9 is #5CF406. Grayscale: #525252. Windows color (decimal): -6091783 or 16321443. OLE color: 16321443.
HSL color Cylindrical-coordinate representation of color #A30BF9: hue angle of 278.32º 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 #A30BF9 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 11 | 249 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.02 |
| HSL | 278.32º | 0.95% | 0.51% | - |
| HSV(B) | 278.32º | 0.96% | 0.98% | - |
| XYZ | 32.32 | 14.87 | 90.79 | - |
| YUV | 83.58 | 221.36 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 11 | 249 | 0.35 | 0.96 | 0 | 0.02 | 278.32 | 0.95 | 0.51 |
| Hex | A3 | B | F9 | 23 | 60 | 0 | 2 | 116 | 5F | 33 |
| Octal | 243 | 13 | 371 | 43 | 140 | 0 | 2 | 426 | 137 | 63 |
| Binary | 10100011 | 1011 | 11111001 | 100011 | 1100000 | 0 | 10 | 100010110 | 1011111 | 110011 |
Color Harmonies of #A30BF9
Complementary color
Monochromatic Colors of #A30BF9
Black with #A30BF9
Text Example
Text Example
White with #A30BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30BF9; }
p { color: rgb(163,11,249); }
H1.HeaderClassName
{
color: #A30BF9;
}
.AnyTagClassName
{
color: #A30BF9;
}
</style>
background-color css
<style>
a { background-color: #A30BF9; }
a { background-color: rgb(163,11,249); }
div.DivClassName
{
background-color: #A30BF9;
}
.BgClassName
{
background-color: #A30BF9;
}
</style>
border-color css
<style>
span { border-color: #A30BF9; }
span { border-color: rgb(163,11,249); }
td.TdClassName
{
border-color: #A30BF9;
}
.TagClassName
{
border-color: #A30BF9;
}
</style>