Shades of Electric Purple #A60AED
Tints of Electric Purple #A60AED
RGB
CMYK
RGB Variations
Color information
#A60AED (or 0xA60AED) is known color: Electric Purple. HEX triplet: A6, 0A and ED. RGB value is (166,10,237). Sum of RGB (Red+Green+Blue) = 166+10+237=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #A60AED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60AED is #59F512. Grayscale: #515151. Windows color (decimal): -5895443 or 15534758. OLE color: 15534758.
HSL color Cylindrical-coordinate representation of color #A60AED: hue angle of 281.23º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A60AED is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 10 | 237 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.07 |
| HSL | 281.23º | 0.92% | 0.48% | - |
| HSV(B) | 281.23º | 0.96% | 0.93% | - |
| XYZ | 31.12 | 14.44 | 81.27 | - |
| YUV | 82.52 | 215.18 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 237 | 0.30 | 0.96 | 0 | 0.07 | 281.23 | 0.92 | 0.48 |
| Hex | A6 | A | ED | 1E | 60 | 0 | 7 | 119 | 5C | 30 |
| Octal | 246 | 12 | 355 | 36 | 140 | 0 | 7 | 431 | 134 | 60 |
| Binary | 10100110 | 1010 | 11101101 | 11110 | 1100000 | 0 | 111 | 100011001 | 1011100 | 110000 |
Color Harmonies of #A60AED
Complementary color
Monochromatic Colors of #A60AED
Black with #A60AED
Text Example
Text Example
White with #A60AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60AED; }
p { color: rgb(166,10,237); }
H1.HeaderClassName
{
color: #A60AED;
}
.AnyTagClassName
{
color: #A60AED;
}
</style>
background-color css
<style>
a { background-color: #A60AED; }
a { background-color: rgb(166,10,237); }
div.DivClassName
{
background-color: #A60AED;
}
.BgClassName
{
background-color: #A60AED;
}
</style>
border-color css
<style>
span { border-color: #A60AED; }
span { border-color: rgb(166,10,237); }
td.TdClassName
{
border-color: #A60AED;
}
.TagClassName
{
border-color: #A60AED;
}
</style>