Shades of Electric Purple #A60AEE
Tints of Electric Purple #A60AEE
RGB
CMYK
RGB Variations
Color information
#A60AEE (or 0xA60AEE) is known color: Electric Purple. HEX triplet: A6, 0A and EE. RGB value is (166,10,238). Sum of RGB (Red+Green+Blue) = 166+10+238=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #A60AEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60AEE is #59F511. Grayscale: #515151. Windows color (decimal): -5895442 or 15600294. OLE color: 15600294.
HSL color Cylindrical-coordinate representation of color #A60AEE: hue angle of 281.05º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A60AEE is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 10 | 238 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.07 |
| HSL | 281.05º | 0.92% | 0.49% | - |
| HSV(B) | 281.05º | 0.96% | 0.93% | - |
| XYZ | 31.27 | 14.5 | 82.04 | - |
| YUV | 82.64 | 215.68 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 238 | 0.30 | 0.96 | 0 | 0.07 | 281.05 | 0.92 | 0.49 |
| Hex | A6 | A | EE | 1E | 60 | 0 | 7 | 119 | 5C | 31 |
| Octal | 246 | 12 | 356 | 36 | 140 | 0 | 7 | 431 | 134 | 61 |
| Binary | 10100110 | 1010 | 11101110 | 11110 | 1100000 | 0 | 111 | 100011001 | 1011100 | 110001 |
Color Harmonies of #A60AEE
Complementary color
Monochromatic Colors of #A60AEE
Black with #A60AEE
Text Example
Text Example
White with #A60AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60AEE; }
p { color: rgb(166,10,238); }
H1.HeaderClassName
{
color: #A60AEE;
}
.AnyTagClassName
{
color: #A60AEE;
}
</style>
background-color css
<style>
a { background-color: #A60AEE; }
a { background-color: rgb(166,10,238); }
div.DivClassName
{
background-color: #A60AEE;
}
.BgClassName
{
background-color: #A60AEE;
}
</style>
border-color css
<style>
span { border-color: #A60AEE; }
span { border-color: rgb(166,10,238); }
td.TdClassName
{
border-color: #A60AEE;
}
.TagClassName
{
border-color: #A60AEE;
}
</style>