Shades of Electric Purple #A60EF9
Tints of Electric Purple #A60EF9
RGB
CMYK
RGB Variations
Color information
#A60EF9 (or 0xA60EF9) is known color: Electric Purple. HEX triplet: A6, 0E and F9. RGB value is (166,14,249). Sum of RGB (Red+Green+Blue) = 166+14+249=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #A60EF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60EF9 is #59F106. Grayscale: #555555. Windows color (decimal): -5894407 or 16322214. OLE color: 16322214.
HSL color Cylindrical-coordinate representation of color #A60EF9: hue angle of 278.81º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60EF9 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 14 | 249 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.02 |
| HSL | 278.81º | 0.95% | 0.52% | - |
| HSV(B) | 278.81º | 0.94% | 0.98% | - |
| XYZ | 32.98 | 15.26 | 90.83 | - |
| YUV | 86.24 | 219.86 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 249 | 0.33 | 0.94 | 0 | 0.02 | 278.81 | 0.95 | 0.52 |
| Hex | A6 | E | F9 | 21 | 5E | 0 | 2 | 117 | 5F | 34 |
| Octal | 246 | 16 | 371 | 41 | 136 | 0 | 2 | 427 | 137 | 64 |
| Binary | 10100110 | 1110 | 11111001 | 100001 | 1011110 | 0 | 10 | 100010111 | 1011111 | 110100 |
Color Harmonies of #A60EF9
Complementary color
Monochromatic Colors of #A60EF9
Black with #A60EF9
Text Example
Text Example
White with #A60EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60EF9; }
p { color: rgb(166,14,249); }
H1.HeaderClassName
{
color: #A60EF9;
}
.AnyTagClassName
{
color: #A60EF9;
}
</style>
background-color css
<style>
a { background-color: #A60EF9; }
a { background-color: rgb(166,14,249); }
div.DivClassName
{
background-color: #A60EF9;
}
.BgClassName
{
background-color: #A60EF9;
}
</style>
border-color css
<style>
span { border-color: #A60EF9; }
span { border-color: rgb(166,14,249); }
td.TdClassName
{
border-color: #A60EF9;
}
.TagClassName
{
border-color: #A60EF9;
}
</style>