Shades of Electric Purple #A116FD
Tints of Electric Purple #A116FD
RGB
CMYK
RGB Variations
Color information
#A116FD (or 0xA116FD) is known color: Electric Purple. HEX triplet: A1, 16 and FD. RGB value is (161,22,253). Sum of RGB (Red+Green+Blue) = 161+22+253=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 22 (8.98% from 255 or 5.05% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #A116FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A116FD is #5EE902. Grayscale: #595959. Windows color (decimal): -6220035 or 16586401. OLE color: 16586401.
HSL color Cylindrical-coordinate representation of color #A116FD: hue angle of 276.1º degrees, saturation: 0.98, 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 #A116FD is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 22 | 253 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.01 |
| HSL | 276.1º | 0.98% | 0.54% | - |
| HSV(B) | 276.1º | 0.91% | 0.99% | - |
| XYZ | 32.71 | 15.24 | 94.15 | - |
| YUV | 89.9 | 220.05 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 253 | 0.36 | 0.91 | 0 | 0.01 | 276.1 | 0.98 | 0.54 |
| Hex | A1 | 16 | FD | 24 | 5B | 0 | 1 | 114 | 62 | 36 |
| Octal | 241 | 26 | 375 | 44 | 133 | 0 | 1 | 424 | 142 | 66 |
| Binary | 10100001 | 10110 | 11111101 | 100100 | 1011011 | 0 | 1 | 100010100 | 1100010 | 110110 |
Color Harmonies of #A116FD
Complementary color
Monochromatic Colors of #A116FD
Black with #A116FD
Text Example
Text Example
White with #A116FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A116FD; }
p { color: rgb(161,22,253); }
H1.HeaderClassName
{
color: #A116FD;
}
.AnyTagClassName
{
color: #A116FD;
}
</style>
background-color css
<style>
a { background-color: #A116FD; }
a { background-color: rgb(161,22,253); }
div.DivClassName
{
background-color: #A116FD;
}
.BgClassName
{
background-color: #A116FD;
}
</style>
border-color css
<style>
span { border-color: #A116FD; }
span { border-color: rgb(161,22,253); }
td.TdClassName
{
border-color: #A116FD;
}
.TagClassName
{
border-color: #A116FD;
}
</style>