Shades of Electric Purple #A30CFE
Tints of Electric Purple #A30CFE
RGB
CMYK
RGB Variations
Color information
#A30CFE (or 0xA30CFE) is known color: Electric Purple. HEX triplet: A3, 0C and FE. RGB value is (163,12,254). Sum of RGB (Red+Green+Blue) = 163+12+254=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #A30CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30CFE is #5CF301. Grayscale: #535353. Windows color (decimal): -6091522 or 16649379. OLE color: 16649379.
HSL color Cylindrical-coordinate representation of color #A30CFE: hue angle of 277.44º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30CFE is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 12 | 254 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.00 |
| HSL | 277.44º | 0.99% | 0.52% | - |
| HSV(B) | 277.44º | 0.95% | 1% | - |
| XYZ | 33.13 | 15.21 | 94.95 | - |
| YUV | 84.74 | 223.53 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 12 | 254 | 0.36 | 0.95 | 0 | 0.00 | 277.44 | 0.99 | 0.52 |
| Hex | A3 | C | FE | 24 | 5F | 0 | 0 | 115 | 63 | 34 |
| Octal | 243 | 14 | 376 | 44 | 137 | 0 | 0 | 425 | 143 | 64 |
| Binary | 10100011 | 1100 | 11111110 | 100100 | 1011111 | 0 | 0 | 100010101 | 1100011 | 110100 |
Color Harmonies of #A30CFE
Complementary color
Monochromatic Colors of #A30CFE
Black with #A30CFE
Text Example
Text Example
White with #A30CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30CFE; }
p { color: rgb(163,12,254); }
H1.HeaderClassName
{
color: #A30CFE;
}
.AnyTagClassName
{
color: #A30CFE;
}
</style>
background-color css
<style>
a { background-color: #A30CFE; }
a { background-color: rgb(163,12,254); }
div.DivClassName
{
background-color: #A30CFE;
}
.BgClassName
{
background-color: #A30CFE;
}
</style>
border-color css
<style>
span { border-color: #A30CFE; }
span { border-color: rgb(163,12,254); }
td.TdClassName
{
border-color: #A30CFE;
}
.TagClassName
{
border-color: #A30CFE;
}
</style>