Shades of Electric Purple #A113FE
Tints of Electric Purple #A113FE
RGB
CMYK
RGB Variations
Color information
#A113FE (or 0xA113FE) is known color: Electric Purple. HEX triplet: A1, 13 and FE. RGB value is (161,19,254). Sum of RGB (Red+Green+Blue) = 161+19+254=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #A113FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A113FE is #5EEC01. Grayscale: #575757. Windows color (decimal): -6220802 or 16651169. OLE color: 16651169.
HSL color Cylindrical-coordinate representation of color #A113FE: hue angle of 276.26º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A113FE is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 19 | 254 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.00 |
| HSL | 276.26º | 0.99% | 0.54% | - |
| HSV(B) | 276.26º | 0.93% | 1% | - |
| XYZ | 32.82 | 15.2 | 94.97 | - |
| YUV | 88.25 | 221.54 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 254 | 0.37 | 0.93 | 0 | 0.00 | 276.26 | 0.99 | 0.54 |
| Hex | A1 | 13 | FE | 25 | 5D | 0 | 0 | 114 | 63 | 36 |
| Octal | 241 | 23 | 376 | 45 | 135 | 0 | 0 | 424 | 143 | 66 |
| Binary | 10100001 | 10011 | 11111110 | 100101 | 1011101 | 0 | 0 | 100010100 | 1100011 | 110110 |
Color Harmonies of #A113FE
Complementary color
Monochromatic Colors of #A113FE
Black with #A113FE
Text Example
Text Example
White with #A113FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A113FE; }
p { color: rgb(161,19,254); }
H1.HeaderClassName
{
color: #A113FE;
}
.AnyTagClassName
{
color: #A113FE;
}
</style>
background-color css
<style>
a { background-color: #A113FE; }
a { background-color: rgb(161,19,254); }
div.DivClassName
{
background-color: #A113FE;
}
.BgClassName
{
background-color: #A113FE;
}
</style>
border-color css
<style>
span { border-color: #A113FE; }
span { border-color: rgb(161,19,254); }
td.TdClassName
{
border-color: #A113FE;
}
.TagClassName
{
border-color: #A113FE;
}
</style>