Shades of Electric Purple #A116FA
Tints of Electric Purple #A116FA
RGB
CMYK
RGB Variations
Color information
#A116FA (or 0xA116FA) is known color: Electric Purple. HEX triplet: A1, 16 and FA. RGB value is (161,22,250). Sum of RGB (Red+Green+Blue) = 161+22+250=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #A116FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A116FA is #5EE905. Grayscale: #585858. Windows color (decimal): -6220038 or 16389793. OLE color: 16389793.
HSL color Cylindrical-coordinate representation of color #A116FA: hue angle of 276.58º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A116FA is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 22 | 250 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.02 |
| HSL | 276.58º | 0.96% | 0.53% | - |
| HSV(B) | 276.58º | 0.91% | 0.98% | - |
| XYZ | 32.24 | 15.05 | 91.65 | - |
| YUV | 89.55 | 218.55 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 250 | 0.36 | 0.91 | 0 | 0.02 | 276.58 | 0.96 | 0.53 |
| Hex | A1 | 16 | FA | 24 | 5B | 0 | 2 | 115 | 60 | 35 |
| Octal | 241 | 26 | 372 | 44 | 133 | 0 | 2 | 425 | 140 | 65 |
| Binary | 10100001 | 10110 | 11111010 | 100100 | 1011011 | 0 | 10 | 100010101 | 1100000 | 110101 |
Color Harmonies of #A116FA
Complementary color
Monochromatic Colors of #A116FA
Black with #A116FA
Text Example
Text Example
White with #A116FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A116FA; }
p { color: rgb(161,22,250); }
H1.HeaderClassName
{
color: #A116FA;
}
.AnyTagClassName
{
color: #A116FA;
}
</style>
background-color css
<style>
a { background-color: #A116FA; }
a { background-color: rgb(161,22,250); }
div.DivClassName
{
background-color: #A116FA;
}
.BgClassName
{
background-color: #A116FA;
}
</style>
border-color css
<style>
span { border-color: #A116FA; }
span { border-color: rgb(161,22,250); }
td.TdClassName
{
border-color: #A116FA;
}
.TagClassName
{
border-color: #A116FA;
}
</style>