Shades of Electric Purple #A111FF
Tints of Electric Purple #A111FF
RGB
CMYK
RGB Variations
Color information
#A111FF (or 0xA111FF) is known color: Electric Purple. HEX triplet: A1, 11 and FF. RGB value is (161,17,255). Sum of RGB (Red+Green+Blue) = 161+17+255=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #A111FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A111FF is #5EEE00. Grayscale: #565656. Windows color (decimal): -6221313 or 16716193. OLE color: 16716193.
HSL color Cylindrical-coordinate representation of color #A111FF: hue angle of 276.3º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A111FF is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 17 | 255 | - |
| CMYK | 0.37 | 0.93 | 0 | 0 |
| HSL | 276.3º | 1% | 0.53% | - |
| HSV(B) | 276.3º | 0.93% | 1% | - |
| XYZ | 32.95 | 15.2 | 95.8 | - |
| YUV | 87.19 | 222.71 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 255 | 0.37 | 0.93 | 0 | 0 | 276.3 | 1 | 0.53 |
| Hex | A1 | 11 | FF | 25 | 5D | 0 | 0 | 114 | 64 | 35 |
| Octal | 241 | 21 | 377 | 45 | 135 | 0 | 0 | 424 | 144 | 65 |
| Binary | 10100001 | 10001 | 11111111 | 100101 | 1011101 | 0 | 0 | 100010100 | 1100100 | 110101 |
Color Harmonies of #A111FF
Complementary color
Monochromatic Colors of #A111FF
Black with #A111FF
Text Example
Text Example
White with #A111FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A111FF; }
p { color: rgb(161,17,255); }
H1.HeaderClassName
{
color: #A111FF;
}
.AnyTagClassName
{
color: #A111FF;
}
</style>
background-color css
<style>
a { background-color: #A111FF; }
a { background-color: rgb(161,17,255); }
div.DivClassName
{
background-color: #A111FF;
}
.BgClassName
{
background-color: #A111FF;
}
</style>
border-color css
<style>
span { border-color: #A111FF; }
span { border-color: rgb(161,17,255); }
td.TdClassName
{
border-color: #A111FF;
}
.TagClassName
{
border-color: #A111FF;
}
</style>