Shades of Electric Purple #A30DFA
Tints of Electric Purple #A30DFA
RGB
CMYK
RGB Variations
Color information
#A30DFA (or 0xA30DFA) is known color: Electric Purple. HEX triplet: A3, 0D and FA. RGB value is (163,13,250). Sum of RGB (Red+Green+Blue) = 163+13+250=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #A30DFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30DFA is #5CF205. Grayscale: #545454. Windows color (decimal): -6091270 or 16387491. OLE color: 16387491.
HSL color Cylindrical-coordinate representation of color #A30DFA: hue angle of 277.97º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30DFA is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 13 | 250 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.02 |
| HSL | 277.97º | 0.96% | 0.52% | - |
| HSV(B) | 277.97º | 0.95% | 0.98% | - |
| XYZ | 32.5 | 14.98 | 91.62 | - |
| YUV | 84.87 | 221.2 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 250 | 0.35 | 0.95 | 0 | 0.02 | 277.97 | 0.96 | 0.52 |
| Hex | A3 | D | FA | 23 | 5F | 0 | 2 | 116 | 60 | 34 |
| Octal | 243 | 15 | 372 | 43 | 137 | 0 | 2 | 426 | 140 | 64 |
| Binary | 10100011 | 1101 | 11111010 | 100011 | 1011111 | 0 | 10 | 100010110 | 1100000 | 110100 |
Color Harmonies of #A30DFA
Complementary color
Monochromatic Colors of #A30DFA
Black with #A30DFA
Text Example
Text Example
White with #A30DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DFA; }
p { color: rgb(163,13,250); }
H1.HeaderClassName
{
color: #A30DFA;
}
.AnyTagClassName
{
color: #A30DFA;
}
</style>
background-color css
<style>
a { background-color: #A30DFA; }
a { background-color: rgb(163,13,250); }
div.DivClassName
{
background-color: #A30DFA;
}
.BgClassName
{
background-color: #A30DFA;
}
</style>
border-color css
<style>
span { border-color: #A30DFA; }
span { border-color: rgb(163,13,250); }
td.TdClassName
{
border-color: #A30DFA;
}
.TagClassName
{
border-color: #A30DFA;
}
</style>