Shades of Electric Purple #A611EF
Tints of Electric Purple #A611EF
RGB
CMYK
RGB Variations
Color information
#A611EF (or 0xA611EF) is known color: Electric Purple. HEX triplet: A6, 11 and EF. RGB value is (166,17,239). Sum of RGB (Red+Green+Blue) = 166+17+239=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #A611EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A611EF is #59EE10. Grayscale: #565656. Windows color (decimal): -5893649 or 15667622. OLE color: 15667622.
HSL color Cylindrical-coordinate representation of color #A611EF: hue angle of 280.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A611EF is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 17 | 239 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.06 |
| HSL | 280.27º | 0.87% | 0.5% | - |
| HSV(B) | 280.27º | 0.93% | 0.94% | - |
| XYZ | 31.51 | 14.74 | 82.85 | - |
| YUV | 86.86 | 213.86 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 239 | 0.31 | 0.93 | 0 | 0.06 | 280.27 | 0.87 | 0.5 |
| Hex | A6 | 11 | EF | 1F | 5D | 0 | 6 | 118 | 57 | 32 |
| Octal | 246 | 21 | 357 | 37 | 135 | 0 | 6 | 430 | 127 | 62 |
| Binary | 10100110 | 10001 | 11101111 | 11111 | 1011101 | 0 | 110 | 100011000 | 1010111 | 110010 |
Color Harmonies of #A611EF
Complementary color
Monochromatic Colors of #A611EF
Black with #A611EF
Text Example
Text Example
White with #A611EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A611EF; }
p { color: rgb(166,17,239); }
H1.HeaderClassName
{
color: #A611EF;
}
.AnyTagClassName
{
color: #A611EF;
}
</style>
background-color css
<style>
a { background-color: #A611EF; }
a { background-color: rgb(166,17,239); }
div.DivClassName
{
background-color: #A611EF;
}
.BgClassName
{
background-color: #A611EF;
}
</style>
border-color css
<style>
span { border-color: #A611EF; }
span { border-color: rgb(166,17,239); }
td.TdClassName
{
border-color: #A611EF;
}
.TagClassName
{
border-color: #A611EF;
}
</style>