Shades of Electric Purple #A619FC
Tints of Electric Purple #A619FC
RGB
CMYK
RGB Variations
Color information
#A619FC (or 0xA619FC) is known color: Electric Purple. HEX triplet: A6, 19 and FC. RGB value is (166,25,252). Sum of RGB (Red+Green+Blue) = 166+25+252=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #A619FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A619FC is #59E603. Grayscale: #5C5C5C. Windows color (decimal): -5891588 or 16521638. OLE color: 16521638.
HSL color Cylindrical-coordinate representation of color #A619FC: hue angle of 277.27º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A619FC is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 25 | 252 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.01 |
| HSL | 277.27º | 0.97% | 0.54% | - |
| HSV(B) | 277.27º | 0.9% | 0.99% | - |
| XYZ | 33.64 | 15.83 | 93.38 | - |
| YUV | 93.04 | 217.71 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 252 | 0.34 | 0.90 | 0 | 0.01 | 277.27 | 0.97 | 0.54 |
| Hex | A6 | 19 | FC | 22 | 5A | 0 | 1 | 115 | 61 | 36 |
| Octal | 246 | 31 | 374 | 42 | 132 | 0 | 1 | 425 | 141 | 66 |
| Binary | 10100110 | 11001 | 11111100 | 100010 | 1011010 | 0 | 1 | 100010101 | 1100001 | 110110 |
Color Harmonies of #A619FC
Complementary color
Monochromatic Colors of #A619FC
Black with #A619FC
Text Example
Text Example
White with #A619FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A619FC; }
p { color: rgb(166,25,252); }
H1.HeaderClassName
{
color: #A619FC;
}
.AnyTagClassName
{
color: #A619FC;
}
</style>
background-color css
<style>
a { background-color: #A619FC; }
a { background-color: rgb(166,25,252); }
div.DivClassName
{
background-color: #A619FC;
}
.BgClassName
{
background-color: #A619FC;
}
</style>
border-color css
<style>
span { border-color: #A619FC; }
span { border-color: rgb(166,25,252); }
td.TdClassName
{
border-color: #A619FC;
}
.TagClassName
{
border-color: #A619FC;
}
</style>