Shades of Electric Purple #A60CFC
Tints of Electric Purple #A60CFC
RGB
CMYK
RGB Variations
Color information
#A60CFC (or 0xA60CFC) is known color: Electric Purple. HEX triplet: A6, 0C and FC. RGB value is (166,12,252). Sum of RGB (Red+Green+Blue) = 166+12+252=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #A60CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60CFC is #59F303. Grayscale: #545454. Windows color (decimal): -5894916 or 16518310. OLE color: 16518310.
HSL color Cylindrical-coordinate representation of color #A60CFC: hue angle of 278.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60CFC is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 12 | 252 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.01 |
| HSL | 278.5º | 0.98% | 0.52% | - |
| HSV(B) | 278.5º | 0.95% | 0.99% | - |
| XYZ | 33.43 | 15.4 | 93.31 | - |
| YUV | 85.41 | 222.02 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 252 | 0.34 | 0.95 | 0 | 0.01 | 278.5 | 0.98 | 0.52 |
| Hex | A6 | C | FC | 22 | 5F | 0 | 1 | 116 | 62 | 34 |
| Octal | 246 | 14 | 374 | 42 | 137 | 0 | 1 | 426 | 142 | 64 |
| Binary | 10100110 | 1100 | 11111100 | 100010 | 1011111 | 0 | 1 | 100010110 | 1100010 | 110100 |
Color Harmonies of #A60CFC
Complementary color
Monochromatic Colors of #A60CFC
Black with #A60CFC
Text Example
Text Example
White with #A60CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60CFC; }
p { color: rgb(166,12,252); }
H1.HeaderClassName
{
color: #A60CFC;
}
.AnyTagClassName
{
color: #A60CFC;
}
</style>
background-color css
<style>
a { background-color: #A60CFC; }
a { background-color: rgb(166,12,252); }
div.DivClassName
{
background-color: #A60CFC;
}
.BgClassName
{
background-color: #A60CFC;
}
</style>
border-color css
<style>
span { border-color: #A60CFC; }
span { border-color: rgb(166,12,252); }
td.TdClassName
{
border-color: #A60CFC;
}
.TagClassName
{
border-color: #A60CFC;
}
</style>