Shades of Electric Purple #A30CFB
Tints of Electric Purple #A30CFB
RGB
CMYK
RGB Variations
Color information
#A30CFB (or 0xA30CFB) is known color: Electric Purple. HEX triplet: A3, 0C and FB. RGB value is (163,12,251). Sum of RGB (Red+Green+Blue) = 163+12+251=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #A30CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30CFB is #5CF304. Grayscale: #535353. Windows color (decimal): -6091525 or 16452771. OLE color: 16452771.
HSL color Cylindrical-coordinate representation of color #A30CFB: hue angle of 277.91º 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 #A30CFB is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 12 | 251 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.02 |
| HSL | 277.91º | 0.97% | 0.52% | - |
| HSV(B) | 277.91º | 0.95% | 0.98% | - |
| XYZ | 32.65 | 15.01 | 92.44 | - |
| YUV | 84.4 | 222.03 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 12 | 251 | 0.35 | 0.95 | 0 | 0.02 | 277.91 | 0.97 | 0.52 |
| Hex | A3 | C | FB | 23 | 5F | 0 | 2 | 116 | 61 | 34 |
| Octal | 243 | 14 | 373 | 43 | 137 | 0 | 2 | 426 | 141 | 64 |
| Binary | 10100011 | 1100 | 11111011 | 100011 | 1011111 | 0 | 10 | 100010110 | 1100001 | 110100 |
Color Harmonies of #A30CFB
Complementary color
Monochromatic Colors of #A30CFB
Black with #A30CFB
Text Example
Text Example
White with #A30CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30CFB; }
p { color: rgb(163,12,251); }
H1.HeaderClassName
{
color: #A30CFB;
}
.AnyTagClassName
{
color: #A30CFB;
}
</style>
background-color css
<style>
a { background-color: #A30CFB; }
a { background-color: rgb(163,12,251); }
div.DivClassName
{
background-color: #A30CFB;
}
.BgClassName
{
background-color: #A30CFB;
}
</style>
border-color css
<style>
span { border-color: #A30CFB; }
span { border-color: rgb(163,12,251); }
td.TdClassName
{
border-color: #A30CFB;
}
.TagClassName
{
border-color: #A30CFB;
}
</style>