Shades of Electric Purple #A60EEE
Tints of Electric Purple #A60EEE
RGB
CMYK
RGB Variations
Color information
#A60EEE (or 0xA60EEE) is known color: Electric Purple. HEX triplet: A6, 0E and EE. RGB value is (166,14,238). Sum of RGB (Red+Green+Blue) = 166+14+238=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #A60EEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60EEE is #59F111. Grayscale: #545454. Windows color (decimal): -5894418 or 15601318. OLE color: 15601318.
HSL color Cylindrical-coordinate representation of color #A60EEE: hue angle of 280.71º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60EEE is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 14 | 238 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.07 |
| HSL | 280.71º | 0.89% | 0.49% | - |
| HSV(B) | 280.71º | 0.94% | 0.93% | - |
| XYZ | 31.32 | 14.59 | 82.06 | - |
| YUV | 84.98 | 214.36 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 238 | 0.30 | 0.94 | 0 | 0.07 | 280.71 | 0.89 | 0.49 |
| Hex | A6 | E | EE | 1E | 5E | 0 | 7 | 119 | 59 | 31 |
| Octal | 246 | 16 | 356 | 36 | 136 | 0 | 7 | 431 | 131 | 61 |
| Binary | 10100110 | 1110 | 11101110 | 11110 | 1011110 | 0 | 111 | 100011001 | 1011001 | 110001 |
Color Harmonies of #A60EEE
Complementary color
Monochromatic Colors of #A60EEE
Black with #A60EEE
Text Example
Text Example
White with #A60EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60EEE; }
p { color: rgb(166,14,238); }
H1.HeaderClassName
{
color: #A60EEE;
}
.AnyTagClassName
{
color: #A60EEE;
}
</style>
background-color css
<style>
a { background-color: #A60EEE; }
a { background-color: rgb(166,14,238); }
div.DivClassName
{
background-color: #A60EEE;
}
.BgClassName
{
background-color: #A60EEE;
}
</style>
border-color css
<style>
span { border-color: #A60EEE; }
span { border-color: rgb(166,14,238); }
td.TdClassName
{
border-color: #A60EEE;
}
.TagClassName
{
border-color: #A60EEE;
}
</style>