Shades of Electric Purple #A611FC
Tints of Electric Purple #A611FC
RGB
CMYK
RGB Variations
Color information
#A611FC (or 0xA611FC) is known color: Electric Purple. HEX triplet: A6, 11 and FC. RGB value is (166,17,252). Sum of RGB (Red+Green+Blue) = 166+17+252=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #A611FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A611FC is #59EE03. Grayscale: #575757. Windows color (decimal): -5893636 or 16519590. OLE color: 16519590.
HSL color Cylindrical-coordinate representation of color #A611FC: hue angle of 278.04º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A611FC is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 17 | 252 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.01 |
| HSL | 278.04º | 0.98% | 0.53% | - |
| HSV(B) | 278.04º | 0.93% | 0.99% | - |
| XYZ | 33.5 | 15.54 | 93.33 | - |
| YUV | 88.34 | 220.36 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 252 | 0.34 | 0.93 | 0 | 0.01 | 278.04 | 0.98 | 0.53 |
| Hex | A6 | 11 | FC | 22 | 5D | 0 | 1 | 116 | 62 | 35 |
| Octal | 246 | 21 | 374 | 42 | 135 | 0 | 1 | 426 | 142 | 65 |
| Binary | 10100110 | 10001 | 11111100 | 100010 | 1011101 | 0 | 1 | 100010110 | 1100010 | 110101 |
Color Harmonies of #A611FC
Complementary color
Monochromatic Colors of #A611FC
Black with #A611FC
Text Example
Text Example
White with #A611FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A611FC; }
p { color: rgb(166,17,252); }
H1.HeaderClassName
{
color: #A611FC;
}
.AnyTagClassName
{
color: #A611FC;
}
</style>
background-color css
<style>
a { background-color: #A611FC; }
a { background-color: rgb(166,17,252); }
div.DivClassName
{
background-color: #A611FC;
}
.BgClassName
{
background-color: #A611FC;
}
</style>
border-color css
<style>
span { border-color: #A611FC; }
span { border-color: rgb(166,17,252); }
td.TdClassName
{
border-color: #A611FC;
}
.TagClassName
{
border-color: #A611FC;
}
</style>