Shades of Electric Purple #A611F9
Tints of Electric Purple #A611F9
RGB
CMYK
RGB Variations
Color information
#A611F9 (or 0xA611F9) is known color: Electric Purple. HEX triplet: A6, 11 and F9. RGB value is (166,17,249). Sum of RGB (Red+Green+Blue) = 166+17+249=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 249 (97.66% from 255 or 57.64% from 432); Max value from RGB is 249 - color contains mainly: blue. Hex color #A611F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A611F9 is #59EE06. Grayscale: #575757. Windows color (decimal): -5893639 or 16322982. OLE color: 16322982.
HSL color Cylindrical-coordinate representation of color #A611F9: hue angle of 278.53º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A611F9 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 17 | 249 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.02 |
| HSL | 278.53º | 0.95% | 0.52% | - |
| HSV(B) | 278.53º | 0.93% | 0.98% | - |
| XYZ | 33.03 | 15.35 | 90.84 | - |
| YUV | 88 | 218.86 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 249 | 0.33 | 0.93 | 0 | 0.02 | 278.53 | 0.95 | 0.52 |
| Hex | A6 | 11 | F9 | 21 | 5D | 0 | 2 | 117 | 5F | 34 |
| Octal | 246 | 21 | 371 | 41 | 135 | 0 | 2 | 427 | 137 | 64 |
| Binary | 10100110 | 10001 | 11111001 | 100001 | 1011101 | 0 | 10 | 100010111 | 1011111 | 110100 |
Color Harmonies of #A611F9
Complementary color
Monochromatic Colors of #A611F9
Black with #A611F9
Text Example
Text Example
White with #A611F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A611F9; }
p { color: rgb(166,17,249); }
H1.HeaderClassName
{
color: #A611F9;
}
.AnyTagClassName
{
color: #A611F9;
}
</style>
background-color css
<style>
a { background-color: #A611F9; }
a { background-color: rgb(166,17,249); }
div.DivClassName
{
background-color: #A611F9;
}
.BgClassName
{
background-color: #A611F9;
}
</style>
border-color css
<style>
span { border-color: #A611F9; }
span { border-color: rgb(166,17,249); }
td.TdClassName
{
border-color: #A611F9;
}
.TagClassName
{
border-color: #A611F9;
}
</style>