Shades of Electric Purple #A115FA
Tints of Electric Purple #A115FA
RGB
CMYK
RGB Variations
Color information
#A115FA (or 0xA115FA) is known color: Electric Purple. HEX triplet: A1, 15 and FA. RGB value is (161,21,250). Sum of RGB (Red+Green+Blue) = 161+21+250=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #A115FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A115FA is #5EEA05. Grayscale: #585858. Windows color (decimal): -6220294 or 16389537. OLE color: 16389537.
HSL color Cylindrical-coordinate representation of color #A115FA: hue angle of 276.68º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A115FA is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 21 | 250 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.02 |
| HSL | 276.68º | 0.96% | 0.53% | - |
| HSV(B) | 276.68º | 0.92% | 0.98% | - |
| XYZ | 32.22 | 15.02 | 91.64 | - |
| YUV | 88.97 | 218.88 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 250 | 0.36 | 0.92 | 0 | 0.02 | 276.68 | 0.96 | 0.53 |
| Hex | A1 | 15 | FA | 24 | 5C | 0 | 2 | 115 | 60 | 35 |
| Octal | 241 | 25 | 372 | 44 | 134 | 0 | 2 | 425 | 140 | 65 |
| Binary | 10100001 | 10101 | 11111010 | 100100 | 1011100 | 0 | 10 | 100010101 | 1100000 | 110101 |
Color Harmonies of #A115FA
Complementary color
Monochromatic Colors of #A115FA
Black with #A115FA
Text Example
Text Example
White with #A115FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A115FA; }
p { color: rgb(161,21,250); }
H1.HeaderClassName
{
color: #A115FA;
}
.AnyTagClassName
{
color: #A115FA;
}
</style>
background-color css
<style>
a { background-color: #A115FA; }
a { background-color: rgb(161,21,250); }
div.DivClassName
{
background-color: #A115FA;
}
.BgClassName
{
background-color: #A115FA;
}
</style>
border-color css
<style>
span { border-color: #A115FA; }
span { border-color: rgb(161,21,250); }
td.TdClassName
{
border-color: #A115FA;
}
.TagClassName
{
border-color: #A115FA;
}
</style>