Shades of Electric Purple #A60FF6
Tints of Electric Purple #A60FF6
RGB
CMYK
RGB Variations
Color information
#A60FF6 (or 0xA60FF6) is known color: Electric Purple. HEX triplet: A6, 0F and F6. RGB value is (166,15,246). Sum of RGB (Red+Green+Blue) = 166+15+246=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 246 (96.48% from 255 or 57.61% from 427); Max value from RGB is 246 - color contains mainly: blue. Hex color #A60FF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60FF6 is #59F009. Grayscale: #555555. Windows color (decimal): -5894154 or 16125862. OLE color: 16125862.
HSL color Cylindrical-coordinate representation of color #A60FF6: hue angle of 279.22º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60FF6 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 15 | 246 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.04 |
| HSL | 279.22º | 0.93% | 0.51% | - |
| HSV(B) | 279.22º | 0.94% | 0.96% | - |
| XYZ | 32.53 | 15.1 | 88.39 | - |
| YUV | 86.48 | 218.03 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 246 | 0.33 | 0.94 | 0 | 0.04 | 279.22 | 0.93 | 0.51 |
| Hex | A6 | F | F6 | 21 | 5E | 0 | 4 | 117 | 5D | 33 |
| Octal | 246 | 17 | 366 | 41 | 136 | 0 | 4 | 427 | 135 | 63 |
| Binary | 10100110 | 1111 | 11110110 | 100001 | 1011110 | 0 | 100 | 100010111 | 1011101 | 110011 |
Color Harmonies of #A60FF6
Complementary color
Monochromatic Colors of #A60FF6
Black with #A60FF6
Text Example
Text Example
White with #A60FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60FF6; }
p { color: rgb(166,15,246); }
H1.HeaderClassName
{
color: #A60FF6;
}
.AnyTagClassName
{
color: #A60FF6;
}
</style>
background-color css
<style>
a { background-color: #A60FF6; }
a { background-color: rgb(166,15,246); }
div.DivClassName
{
background-color: #A60FF6;
}
.BgClassName
{
background-color: #A60FF6;
}
</style>
border-color css
<style>
span { border-color: #A60FF6; }
span { border-color: rgb(166,15,246); }
td.TdClassName
{
border-color: #A60FF6;
}
.TagClassName
{
border-color: #A60FF6;
}
</style>