Shades of Electric Purple #A611FE
Tints of Electric Purple #A611FE
RGB
CMYK
RGB Variations
Color information
#A611FE (or 0xA611FE) is known color: Electric Purple. HEX triplet: A6, 11 and FE. RGB value is (166,17,254). Sum of RGB (Red+Green+Blue) = 166+17+254=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #A611FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A611FE is #59EE01. Grayscale: #575757. Windows color (decimal): -5893634 or 16650662. OLE color: 16650662.
HSL color Cylindrical-coordinate representation of color #A611FE: hue angle of 277.72º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A611FE is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 17 | 254 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.00 |
| HSL | 277.72º | 0.99% | 0.53% | - |
| HSV(B) | 277.72º | 0.93% | 1% | - |
| XYZ | 33.82 | 15.66 | 95.01 | - |
| YUV | 88.57 | 221.36 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 254 | 0.35 | 0.93 | 0 | 0.00 | 277.72 | 0.99 | 0.53 |
| Hex | A6 | 11 | FE | 23 | 5D | 0 | 0 | 116 | 63 | 35 |
| Octal | 246 | 21 | 376 | 43 | 135 | 0 | 0 | 426 | 143 | 65 |
| Binary | 10100110 | 10001 | 11111110 | 100011 | 1011101 | 0 | 0 | 100010110 | 1100011 | 110101 |
Color Harmonies of #A611FE
Complementary color
Monochromatic Colors of #A611FE
Black with #A611FE
Text Example
Text Example
White with #A611FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A611FE; }
p { color: rgb(166,17,254); }
H1.HeaderClassName
{
color: #A611FE;
}
.AnyTagClassName
{
color: #A611FE;
}
</style>
background-color css
<style>
a { background-color: #A611FE; }
a { background-color: rgb(166,17,254); }
div.DivClassName
{
background-color: #A611FE;
}
.BgClassName
{
background-color: #A611FE;
}
</style>
border-color css
<style>
span { border-color: #A611FE; }
span { border-color: rgb(166,17,254); }
td.TdClassName
{
border-color: #A611FE;
}
.TagClassName
{
border-color: #A611FE;
}
</style>