Shades of Electric Purple #A10FFE
Tints of Electric Purple #A10FFE
RGB
CMYK
RGB Variations
Color information
#A10FFE (or 0xA10FFE) is known color: Electric Purple. HEX triplet: A1, 0F and FE. RGB value is (161,15,254). Sum of RGB (Red+Green+Blue) = 161+15+254=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #A10FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10FFE is #5EF001. Grayscale: #555555. Windows color (decimal): -6221826 or 16650145. OLE color: 16650145.
HSL color Cylindrical-coordinate representation of color #A10FFE: hue angle of 276.65º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10FFE is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 15 | 254 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.00 |
| HSL | 276.65º | 0.99% | 0.53% | - |
| HSV(B) | 276.65º | 0.94% | 1% | - |
| XYZ | 32.76 | 15.07 | 94.95 | - |
| YUV | 85.9 | 222.87 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 254 | 0.37 | 0.94 | 0 | 0.00 | 276.65 | 0.99 | 0.53 |
| Hex | A1 | F | FE | 25 | 5E | 0 | 0 | 115 | 63 | 35 |
| Octal | 241 | 17 | 376 | 45 | 136 | 0 | 0 | 425 | 143 | 65 |
| Binary | 10100001 | 1111 | 11111110 | 100101 | 1011110 | 0 | 0 | 100010101 | 1100011 | 110101 |
Color Harmonies of #A10FFE
Complementary color
Monochromatic Colors of #A10FFE
Black with #A10FFE
Text Example
Text Example
White with #A10FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FFE; }
p { color: rgb(161,15,254); }
H1.HeaderClassName
{
color: #A10FFE;
}
.AnyTagClassName
{
color: #A10FFE;
}
</style>
background-color css
<style>
a { background-color: #A10FFE; }
a { background-color: rgb(161,15,254); }
div.DivClassName
{
background-color: #A10FFE;
}
.BgClassName
{
background-color: #A10FFE;
}
</style>
border-color css
<style>
span { border-color: #A10FFE; }
span { border-color: rgb(161,15,254); }
td.TdClassName
{
border-color: #A10FFE;
}
.TagClassName
{
border-color: #A10FFE;
}
</style>