Shades of Electric Purple #A30DFB
Tints of Electric Purple #A30DFB
RGB
CMYK
RGB Variations
Color information
#A30DFB (or 0xA30DFB) is known color: Electric Purple. HEX triplet: A3, 0D and FB. RGB value is (163,13,251). Sum of RGB (Red+Green+Blue) = 163+13+251=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #A30DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30DFB is #5CF204. Grayscale: #545454. Windows color (decimal): -6091269 or 16453027. OLE color: 16453027.
HSL color Cylindrical-coordinate representation of color #A30DFB: hue angle of 277.82º degrees, saturation: 0.97, 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 #A30DFB is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 13 | 251 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.02 |
| HSL | 277.82º | 0.97% | 0.52% | - |
| HSV(B) | 277.82º | 0.95% | 0.98% | - |
| XYZ | 32.66 | 15.04 | 92.45 | - |
| YUV | 84.98 | 221.7 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 251 | 0.35 | 0.95 | 0 | 0.02 | 277.82 | 0.97 | 0.52 |
| Hex | A3 | D | FB | 23 | 5F | 0 | 2 | 116 | 61 | 34 |
| Octal | 243 | 15 | 373 | 43 | 137 | 0 | 2 | 426 | 141 | 64 |
| Binary | 10100011 | 1101 | 11111011 | 100011 | 1011111 | 0 | 10 | 100010110 | 1100001 | 110100 |
Color Harmonies of #A30DFB
Complementary color
Monochromatic Colors of #A30DFB
Black with #A30DFB
Text Example
Text Example
White with #A30DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DFB; }
p { color: rgb(163,13,251); }
H1.HeaderClassName
{
color: #A30DFB;
}
.AnyTagClassName
{
color: #A30DFB;
}
</style>
background-color css
<style>
a { background-color: #A30DFB; }
a { background-color: rgb(163,13,251); }
div.DivClassName
{
background-color: #A30DFB;
}
.BgClassName
{
background-color: #A30DFB;
}
</style>
border-color css
<style>
span { border-color: #A30DFB; }
span { border-color: rgb(163,13,251); }
td.TdClassName
{
border-color: #A30DFB;
}
.TagClassName
{
border-color: #A30DFB;
}
</style>