Shades of Electric Purple #A60AF0
Tints of Electric Purple #A60AF0
RGB
CMYK
RGB Variations
Color information
#A60AF0 (or 0xA60AF0) is known color: Electric Purple. HEX triplet: A6, 0A and F0. RGB value is (166,10,240). Sum of RGB (Red+Green+Blue) = 166+10+240=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 240 (94.14% from 255 or 57.69% from 416); Max value from RGB is 240 - color contains mainly: blue. Hex color #A60AF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60AF0 is #59F50F. Grayscale: #525252. Windows color (decimal): -5895440 or 15731366. OLE color: 15731366.
HSL color Cylindrical-coordinate representation of color #A60AF0: hue angle of 280.7º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A60AF0 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 10 | 240 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.06 |
| HSL | 280.7º | 0.92% | 0.49% | - |
| HSV(B) | 280.7º | 0.96% | 0.94% | - |
| XYZ | 31.56 | 14.62 | 83.6 | - |
| YUV | 82.86 | 216.68 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 240 | 0.31 | 0.96 | 0 | 0.06 | 280.7 | 0.92 | 0.49 |
| Hex | A6 | A | F0 | 1F | 60 | 0 | 6 | 119 | 5C | 31 |
| Octal | 246 | 12 | 360 | 37 | 140 | 0 | 6 | 431 | 134 | 61 |
| Binary | 10100110 | 1010 | 11110000 | 11111 | 1100000 | 0 | 110 | 100011001 | 1011100 | 110001 |
Color Harmonies of #A60AF0
Complementary color
Monochromatic Colors of #A60AF0
Black with #A60AF0
Text Example
Text Example
White with #A60AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60AF0; }
p { color: rgb(166,10,240); }
H1.HeaderClassName
{
color: #A60AF0;
}
.AnyTagClassName
{
color: #A60AF0;
}
</style>
background-color css
<style>
a { background-color: #A60AF0; }
a { background-color: rgb(166,10,240); }
div.DivClassName
{
background-color: #A60AF0;
}
.BgClassName
{
background-color: #A60AF0;
}
</style>
border-color css
<style>
span { border-color: #A60AF0; }
span { border-color: rgb(166,10,240); }
td.TdClassName
{
border-color: #A60AF0;
}
.TagClassName
{
border-color: #A60AF0;
}
</style>