Shades of Electric Purple #A30BFA
Tints of Electric Purple #A30BFA
RGB
CMYK
RGB Variations
Color information
#A30BFA (or 0xA30BFA) is known color: Electric Purple. HEX triplet: A3, 0B and FA. RGB value is (163,11,250). Sum of RGB (Red+Green+Blue) = 163+11+250=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #A30BFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30BFA is #5CF405. Grayscale: #525252. Windows color (decimal): -6091782 or 16386979. OLE color: 16386979.
HSL color Cylindrical-coordinate representation of color #A30BFA: hue angle of 278.16º degrees, saturation: 0.96, 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 #A30BFA is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 11 | 250 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.02 |
| HSL | 278.16º | 0.96% | 0.51% | - |
| HSV(B) | 278.16º | 0.96% | 0.98% | - |
| XYZ | 32.48 | 14.93 | 91.61 | - |
| YUV | 83.69 | 221.86 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 11 | 250 | 0.35 | 0.96 | 0 | 0.02 | 278.16 | 0.96 | 0.51 |
| Hex | A3 | B | FA | 23 | 60 | 0 | 2 | 116 | 60 | 33 |
| Octal | 243 | 13 | 372 | 43 | 140 | 0 | 2 | 426 | 140 | 63 |
| Binary | 10100011 | 1011 | 11111010 | 100011 | 1100000 | 0 | 10 | 100010110 | 1100000 | 110011 |
Color Harmonies of #A30BFA
Complementary color
Monochromatic Colors of #A30BFA
Black with #A30BFA
Text Example
Text Example
White with #A30BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30BFA; }
p { color: rgb(163,11,250); }
H1.HeaderClassName
{
color: #A30BFA;
}
.AnyTagClassName
{
color: #A30BFA;
}
</style>
background-color css
<style>
a { background-color: #A30BFA; }
a { background-color: rgb(163,11,250); }
div.DivClassName
{
background-color: #A30BFA;
}
.BgClassName
{
background-color: #A30BFA;
}
</style>
border-color css
<style>
span { border-color: #A30BFA; }
span { border-color: rgb(163,11,250); }
td.TdClassName
{
border-color: #A30BFA;
}
.TagClassName
{
border-color: #A30BFA;
}
</style>