Shades of Electric Purple #A60EF1
Tints of Electric Purple #A60EF1
RGB
CMYK
RGB Variations
Color information
#A60EF1 (or 0xA60EF1) is known color: Electric Purple. HEX triplet: A6, 0E and F1. RGB value is (166,14,241). Sum of RGB (Red+Green+Blue) = 166+14+241=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #A60EF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60EF1 is #59F10E. Grayscale: #545454. Windows color (decimal): -5894415 or 15797926. OLE color: 15797926.
HSL color Cylindrical-coordinate representation of color #A60EF1: hue angle of 280.18º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60EF1 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 14 | 241 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.05 |
| HSL | 280.18º | 0.89% | 0.5% | - |
| HSV(B) | 280.18º | 0.94% | 0.95% | - |
| XYZ | 31.76 | 14.77 | 84.4 | - |
| YUV | 85.33 | 215.86 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 241 | 0.31 | 0.94 | 0 | 0.05 | 280.18 | 0.89 | 0.5 |
| Hex | A6 | E | F1 | 1F | 5E | 0 | 5 | 118 | 59 | 32 |
| Octal | 246 | 16 | 361 | 37 | 136 | 0 | 5 | 430 | 131 | 62 |
| Binary | 10100110 | 1110 | 11110001 | 11111 | 1011110 | 0 | 101 | 100011000 | 1011001 | 110010 |
Color Harmonies of #A60EF1
Complementary color
Monochromatic Colors of #A60EF1
Black with #A60EF1
Text Example
Text Example
White with #A60EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60EF1; }
p { color: rgb(166,14,241); }
H1.HeaderClassName
{
color: #A60EF1;
}
.AnyTagClassName
{
color: #A60EF1;
}
</style>
background-color css
<style>
a { background-color: #A60EF1; }
a { background-color: rgb(166,14,241); }
div.DivClassName
{
background-color: #A60EF1;
}
.BgClassName
{
background-color: #A60EF1;
}
</style>
border-color css
<style>
span { border-color: #A60EF1; }
span { border-color: rgb(166,14,241); }
td.TdClassName
{
border-color: #A60EF1;
}
.TagClassName
{
border-color: #A60EF1;
}
</style>