Shades of Electric Purple #A110FF
Tints of Electric Purple #A110FF
RGB
CMYK
RGB Variations
Color information
#A110FF (or 0xA110FF) is known color: Electric Purple. HEX triplet: A1, 10 and FF. RGB value is (161,16,255). Sum of RGB (Red+Green+Blue) = 161+16+255=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #A110FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A110FF is #5EEF00. Grayscale: #555555. Windows color (decimal): -6221569 or 16715937. OLE color: 16715937.
HSL color Cylindrical-coordinate representation of color #A110FF: hue angle of 276.4º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A110FF is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 16 | 255 | - |
| CMYK | 0.37 | 0.94 | 0 | 0 |
| HSL | 276.4º | 1% | 0.53% | - |
| HSV(B) | 276.4º | 0.94% | 1% | - |
| XYZ | 32.93 | 15.17 | 95.8 | - |
| YUV | 86.6 | 223.04 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 255 | 0.37 | 0.94 | 0 | 0 | 276.4 | 1 | 0.53 |
| Hex | A1 | 10 | FF | 25 | 5E | 0 | 0 | 114 | 64 | 35 |
| Octal | 241 | 20 | 377 | 45 | 136 | 0 | 0 | 424 | 144 | 65 |
| Binary | 10100001 | 10000 | 11111111 | 100101 | 1011110 | 0 | 0 | 100010100 | 1100100 | 110101 |
Color Harmonies of #A110FF
Complementary color
Monochromatic Colors of #A110FF
Black with #A110FF
Text Example
Text Example
White with #A110FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A110FF; }
p { color: rgb(161,16,255); }
H1.HeaderClassName
{
color: #A110FF;
}
.AnyTagClassName
{
color: #A110FF;
}
</style>
background-color css
<style>
a { background-color: #A110FF; }
a { background-color: rgb(161,16,255); }
div.DivClassName
{
background-color: #A110FF;
}
.BgClassName
{
background-color: #A110FF;
}
</style>
border-color css
<style>
span { border-color: #A110FF; }
span { border-color: rgb(161,16,255); }
td.TdClassName
{
border-color: #A110FF;
}
.TagClassName
{
border-color: #A110FF;
}
</style>