Shades of Electric Purple #A60CFE
Tints of Electric Purple #A60CFE
RGB
CMYK
RGB Variations
Color information
#A60CFE (or 0xA60CFE) is known color: Electric Purple. HEX triplet: A6, 0C and FE. RGB value is (166,12,254). Sum of RGB (Red+Green+Blue) = 166+12+254=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #A60CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60CFE is #59F301. Grayscale: #545454. Windows color (decimal): -5894914 or 16649382. OLE color: 16649382.
HSL color Cylindrical-coordinate representation of color #A60CFE: hue angle of 278.18º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60CFE is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 12 | 254 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.00 |
| HSL | 278.18º | 0.99% | 0.52% | - |
| HSV(B) | 278.18º | 0.95% | 1% | - |
| XYZ | 33.75 | 15.53 | 94.98 | - |
| YUV | 85.63 | 223.02 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 254 | 0.35 | 0.95 | 0 | 0.00 | 278.18 | 0.99 | 0.52 |
| Hex | A6 | C | FE | 23 | 5F | 0 | 0 | 116 | 63 | 34 |
| Octal | 246 | 14 | 376 | 43 | 137 | 0 | 0 | 426 | 143 | 64 |
| Binary | 10100110 | 1100 | 11111110 | 100011 | 1011111 | 0 | 0 | 100010110 | 1100011 | 110100 |
Color Harmonies of #A60CFE
Complementary color
Monochromatic Colors of #A60CFE
Black with #A60CFE
Text Example
Text Example
White with #A60CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60CFE; }
p { color: rgb(166,12,254); }
H1.HeaderClassName
{
color: #A60CFE;
}
.AnyTagClassName
{
color: #A60CFE;
}
</style>
background-color css
<style>
a { background-color: #A60CFE; }
a { background-color: rgb(166,12,254); }
div.DivClassName
{
background-color: #A60CFE;
}
.BgClassName
{
background-color: #A60CFE;
}
</style>
border-color css
<style>
span { border-color: #A60CFE; }
span { border-color: rgb(166,12,254); }
td.TdClassName
{
border-color: #A60CFE;
}
.TagClassName
{
border-color: #A60CFE;
}
</style>