Shades of Electric Purple #A60FF7
Tints of Electric Purple #A60FF7
RGB
CMYK
RGB Variations
Color information
#A60FF7 (or 0xA60FF7) is known color: Electric Purple. HEX triplet: A6, 0F and F7. RGB value is (166,15,247). Sum of RGB (Red+Green+Blue) = 166+15+247=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 247 (96.88% from 255 or 57.71% from 428); Max value from RGB is 247 - color contains mainly: blue. Hex color #A60FF7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60FF7 is #59F008. Grayscale: #555555. Windows color (decimal): -5894153 or 16191398. OLE color: 16191398.
HSL color Cylindrical-coordinate representation of color #A60FF7: hue angle of 279.05º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60FF7 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 15 | 247 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.03 |
| HSL | 279.05º | 0.94% | 0.51% | - |
| HSV(B) | 279.05º | 0.94% | 0.97% | - |
| XYZ | 32.69 | 15.16 | 89.2 | - |
| YUV | 86.6 | 218.53 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 247 | 0.33 | 0.94 | 0 | 0.03 | 279.05 | 0.94 | 0.51 |
| Hex | A6 | F | F7 | 21 | 5E | 0 | 3 | 117 | 5E | 33 |
| Octal | 246 | 17 | 367 | 41 | 136 | 0 | 3 | 427 | 136 | 63 |
| Binary | 10100110 | 1111 | 11110111 | 100001 | 1011110 | 0 | 11 | 100010111 | 1011110 | 110011 |
Color Harmonies of #A60FF7
Complementary color
Monochromatic Colors of #A60FF7
Black with #A60FF7
Text Example
Text Example
White with #A60FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60FF7; }
p { color: rgb(166,15,247); }
H1.HeaderClassName
{
color: #A60FF7;
}
.AnyTagClassName
{
color: #A60FF7;
}
</style>
background-color css
<style>
a { background-color: #A60FF7; }
a { background-color: rgb(166,15,247); }
div.DivClassName
{
background-color: #A60FF7;
}
.BgClassName
{
background-color: #A60FF7;
}
</style>
border-color css
<style>
span { border-color: #A60FF7; }
span { border-color: rgb(166,15,247); }
td.TdClassName
{
border-color: #A60FF7;
}
.TagClassName
{
border-color: #A60FF7;
}
</style>