Shades of Electric Purple #A10CFE
Tints of Electric Purple #A10CFE
RGB
CMYK
RGB Variations
Color information
#A10CFE (or 0xA10CFE) is known color: Electric Purple. HEX triplet: A1, 0C and FE. RGB value is (161,12,254). Sum of RGB (Red+Green+Blue) = 161+12+254=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #A10CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10CFE is #5EF301. Grayscale: #535353. Windows color (decimal): -6222594 or 16649377. OLE color: 16649377.
HSL color Cylindrical-coordinate representation of color #A10CFE: hue angle of 276.94º 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 #A10CFE is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 12 | 254 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.00 |
| HSL | 276.94º | 0.99% | 0.52% | - |
| HSV(B) | 276.94º | 0.95% | 1% | - |
| XYZ | 32.72 | 15 | 94.94 | - |
| YUV | 84.14 | 223.86 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 12 | 254 | 0.37 | 0.95 | 0 | 0.00 | 276.94 | 0.99 | 0.52 |
| Hex | A1 | C | FE | 25 | 5F | 0 | 0 | 115 | 63 | 34 |
| Octal | 241 | 14 | 376 | 45 | 137 | 0 | 0 | 425 | 143 | 64 |
| Binary | 10100001 | 1100 | 11111110 | 100101 | 1011111 | 0 | 0 | 100010101 | 1100011 | 110100 |
Color Harmonies of #A10CFE
Complementary color
Monochromatic Colors of #A10CFE
Black with #A10CFE
Text Example
Text Example
White with #A10CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10CFE; }
p { color: rgb(161,12,254); }
H1.HeaderClassName
{
color: #A10CFE;
}
.AnyTagClassName
{
color: #A10CFE;
}
</style>
background-color css
<style>
a { background-color: #A10CFE; }
a { background-color: rgb(161,12,254); }
div.DivClassName
{
background-color: #A10CFE;
}
.BgClassName
{
background-color: #A10CFE;
}
</style>
border-color css
<style>
span { border-color: #A10CFE; }
span { border-color: rgb(161,12,254); }
td.TdClassName
{
border-color: #A10CFE;
}
.TagClassName
{
border-color: #A10CFE;
}
</style>