Shades of Electric Purple #A60FFD
Tints of Electric Purple #A60FFD
RGB
CMYK
RGB Variations
Color information
#A60FFD (or 0xA60FFD) is known color: Electric Purple. HEX triplet: A6, 0F and FD. RGB value is (166,15,253). Sum of RGB (Red+Green+Blue) = 166+15+253=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #A60FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60FFD is #59F002. Grayscale: #565656. Windows color (decimal): -5894147 or 16584614. OLE color: 16584614.
HSL color Cylindrical-coordinate representation of color #A60FFD: hue angle of 278.07º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60FFD is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 15 | 253 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.01 |
| HSL | 278.07º | 0.98% | 0.53% | - |
| HSV(B) | 278.07º | 0.94% | 0.99% | - |
| XYZ | 33.63 | 15.54 | 94.16 | - |
| YUV | 87.28 | 221.53 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 253 | 0.34 | 0.94 | 0 | 0.01 | 278.07 | 0.98 | 0.53 |
| Hex | A6 | F | FD | 22 | 5E | 0 | 1 | 116 | 62 | 35 |
| Octal | 246 | 17 | 375 | 42 | 136 | 0 | 1 | 426 | 142 | 65 |
| Binary | 10100110 | 1111 | 11111101 | 100010 | 1011110 | 0 | 1 | 100010110 | 1100010 | 110101 |
Color Harmonies of #A60FFD
Complementary color
Monochromatic Colors of #A60FFD
Black with #A60FFD
Text Example
Text Example
White with #A60FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60FFD; }
p { color: rgb(166,15,253); }
H1.HeaderClassName
{
color: #A60FFD;
}
.AnyTagClassName
{
color: #A60FFD;
}
</style>
background-color css
<style>
a { background-color: #A60FFD; }
a { background-color: rgb(166,15,253); }
div.DivClassName
{
background-color: #A60FFD;
}
.BgClassName
{
background-color: #A60FFD;
}
</style>
border-color css
<style>
span { border-color: #A60FFD; }
span { border-color: rgb(166,15,253); }
td.TdClassName
{
border-color: #A60FFD;
}
.TagClassName
{
border-color: #A60FFD;
}
</style>