Shades of Electric Purple #A115FF
Tints of Electric Purple #A115FF
RGB
CMYK
RGB Variations
Color information
#A115FF (or 0xA115FF) is known color: Electric Purple. HEX triplet: A1, 15 and FF. RGB value is (161,21,255). Sum of RGB (Red+Green+Blue) = 161+21+255=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #A115FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A115FF is #5EEA00. Grayscale: #585858. Windows color (decimal): -6220289 or 16717217. OLE color: 16717217.
HSL color Cylindrical-coordinate representation of color #A115FF: hue angle of 275.9º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A115FF is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 21 | 255 | - |
| CMYK | 0.37 | 0.92 | 0 | 0 |
| HSL | 275.9º | 1% | 0.54% | - |
| HSV(B) | 275.9º | 0.92% | 1% | - |
| XYZ | 33.02 | 15.33 | 95.83 | - |
| YUV | 89.54 | 221.38 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 255 | 0.37 | 0.92 | 0 | 0 | 275.9 | 1 | 0.54 |
| Hex | A1 | 15 | FF | 25 | 5C | 0 | 0 | 114 | 64 | 36 |
| Octal | 241 | 25 | 377 | 45 | 134 | 0 | 0 | 424 | 144 | 66 |
| Binary | 10100001 | 10101 | 11111111 | 100101 | 1011100 | 0 | 0 | 100010100 | 1100100 | 110110 |
Color Harmonies of #A115FF
Complementary color
Monochromatic Colors of #A115FF
Black with #A115FF
Text Example
Text Example
White with #A115FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A115FF; }
p { color: rgb(161,21,255); }
H1.HeaderClassName
{
color: #A115FF;
}
.AnyTagClassName
{
color: #A115FF;
}
</style>
background-color css
<style>
a { background-color: #A115FF; }
a { background-color: rgb(161,21,255); }
div.DivClassName
{
background-color: #A115FF;
}
.BgClassName
{
background-color: #A115FF;
}
</style>
border-color css
<style>
span { border-color: #A115FF; }
span { border-color: rgb(161,21,255); }
td.TdClassName
{
border-color: #A115FF;
}
.TagClassName
{
border-color: #A115FF;
}
</style>