Shades of Electric Purple #A611F3
Tints of Electric Purple #A611F3
RGB
CMYK
RGB Variations
Color information
#A611F3 (or 0xA611F3) is known color: Electric Purple. HEX triplet: A6, 11 and F3. RGB value is (166,17,243). Sum of RGB (Red+Green+Blue) = 166+17+243=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 243 (95.31% from 255 or 57.04% from 426); Max value from RGB is 243 - color contains mainly: blue. Hex color #A611F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A611F3 is #59EE0C. Grayscale: #565656. Windows color (decimal): -5893645 or 15929766. OLE color: 15929766.
HSL color Cylindrical-coordinate representation of color #A611F3: hue angle of 279.56º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A611F3 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 17 | 243 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.05 |
| HSL | 279.56º | 0.9% | 0.51% | - |
| HSV(B) | 279.56º | 0.93% | 0.95% | - |
| XYZ | 32.1 | 14.98 | 85.99 | - |
| YUV | 87.32 | 215.86 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 243 | 0.32 | 0.93 | 0 | 0.05 | 279.56 | 0.9 | 0.51 |
| Hex | A6 | 11 | F3 | 20 | 5D | 0 | 5 | 118 | 5A | 33 |
| Octal | 246 | 21 | 363 | 40 | 135 | 0 | 5 | 430 | 132 | 63 |
| Binary | 10100110 | 10001 | 11110011 | 100000 | 1011101 | 0 | 101 | 100011000 | 1011010 | 110011 |
Color Harmonies of #A611F3
Complementary color
Monochromatic Colors of #A611F3
Black with #A611F3
Text Example
Text Example
White with #A611F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A611F3; }
p { color: rgb(166,17,243); }
H1.HeaderClassName
{
color: #A611F3;
}
.AnyTagClassName
{
color: #A611F3;
}
</style>
background-color css
<style>
a { background-color: #A611F3; }
a { background-color: rgb(166,17,243); }
div.DivClassName
{
background-color: #A611F3;
}
.BgClassName
{
background-color: #A611F3;
}
</style>
border-color css
<style>
span { border-color: #A611F3; }
span { border-color: rgb(166,17,243); }
td.TdClassName
{
border-color: #A611F3;
}
.TagClassName
{
border-color: #A611F3;
}
</style>