Shades of Electric Purple #A116FC
Tints of Electric Purple #A116FC
RGB
CMYK
RGB Variations
Color information
#A116FC (or 0xA116FC) is known color: Electric Purple. HEX triplet: A1, 16 and FC. RGB value is (161,22,252). Sum of RGB (Red+Green+Blue) = 161+22+252=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #A116FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A116FC is #5EE903. Grayscale: #595959. Windows color (decimal): -6220036 or 16520865. OLE color: 16520865.
HSL color Cylindrical-coordinate representation of color #A116FC: hue angle of 276.26º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A116FC is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 22 | 252 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.01 |
| HSL | 276.26º | 0.97% | 0.54% | - |
| HSV(B) | 276.26º | 0.91% | 0.99% | - |
| XYZ | 32.56 | 15.18 | 93.31 | - |
| YUV | 89.78 | 219.55 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 252 | 0.36 | 0.91 | 0 | 0.01 | 276.26 | 0.97 | 0.54 |
| Hex | A1 | 16 | FC | 24 | 5B | 0 | 1 | 114 | 61 | 36 |
| Octal | 241 | 26 | 374 | 44 | 133 | 0 | 1 | 424 | 141 | 66 |
| Binary | 10100001 | 10110 | 11111100 | 100100 | 1011011 | 0 | 1 | 100010100 | 1100001 | 110110 |
Color Harmonies of #A116FC
Complementary color
Monochromatic Colors of #A116FC
Black with #A116FC
Text Example
Text Example
White with #A116FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A116FC; }
p { color: rgb(161,22,252); }
H1.HeaderClassName
{
color: #A116FC;
}
.AnyTagClassName
{
color: #A116FC;
}
</style>
background-color css
<style>
a { background-color: #A116FC; }
a { background-color: rgb(161,22,252); }
div.DivClassName
{
background-color: #A116FC;
}
.BgClassName
{
background-color: #A116FC;
}
</style>
border-color css
<style>
span { border-color: #A116FC; }
span { border-color: rgb(161,22,252); }
td.TdClassName
{
border-color: #A116FC;
}
.TagClassName
{
border-color: #A116FC;
}
</style>