Shades of Electric Purple #A60EF0
Tints of Electric Purple #A60EF0
RGB
CMYK
RGB Variations
Color information
#A60EF0 (or 0xA60EF0) is known color: Electric Purple. HEX triplet: A6, 0E and F0. RGB value is (166,14,240). Sum of RGB (Red+Green+Blue) = 166+14+240=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 240 (94.14% from 255 or 57.14% from 420); Max value from RGB is 240 - color contains mainly: blue. Hex color #A60EF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60EF0 is #59F10F. Grayscale: #545454. Windows color (decimal): -5894416 or 15732390. OLE color: 15732390.
HSL color Cylindrical-coordinate representation of color #A60EF0: hue angle of 280.35º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60EF0 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 14 | 240 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.06 |
| HSL | 280.35º | 0.89% | 0.5% | - |
| HSV(B) | 280.35º | 0.94% | 0.94% | - |
| XYZ | 31.61 | 14.71 | 83.61 | - |
| YUV | 85.21 | 215.36 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 240 | 0.31 | 0.94 | 0 | 0.06 | 280.35 | 0.89 | 0.5 |
| Hex | A6 | E | F0 | 1F | 5E | 0 | 6 | 118 | 59 | 32 |
| Octal | 246 | 16 | 360 | 37 | 136 | 0 | 6 | 430 | 131 | 62 |
| Binary | 10100110 | 1110 | 11110000 | 11111 | 1011110 | 0 | 110 | 100011000 | 1011001 | 110010 |
Color Harmonies of #A60EF0
Complementary color
Monochromatic Colors of #A60EF0
Black with #A60EF0
Text Example
Text Example
White with #A60EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60EF0; }
p { color: rgb(166,14,240); }
H1.HeaderClassName
{
color: #A60EF0;
}
.AnyTagClassName
{
color: #A60EF0;
}
</style>
background-color css
<style>
a { background-color: #A60EF0; }
a { background-color: rgb(166,14,240); }
div.DivClassName
{
background-color: #A60EF0;
}
.BgClassName
{
background-color: #A60EF0;
}
</style>
border-color css
<style>
span { border-color: #A60EF0; }
span { border-color: rgb(166,14,240); }
td.TdClassName
{
border-color: #A60EF0;
}
.TagClassName
{
border-color: #A60EF0;
}
</style>