Shades of Electric Purple #A619F6
Tints of Electric Purple #A619F6
RGB
CMYK
RGB Variations
Color information
#A619F6 (or 0xA619F6) is known color: Electric Purple. HEX triplet: A6, 19 and F6. RGB value is (166,25,246). Sum of RGB (Red+Green+Blue) = 166+25+246=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 246 (96.48% from 255 or 56.29% from 437); Max value from RGB is 246 - color contains mainly: blue. Hex color #A619F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A619F6 is #59E609. Grayscale: #5B5B5B. Windows color (decimal): -5891594 or 16128422. OLE color: 16128422.
HSL color Cylindrical-coordinate representation of color #A619F6: hue angle of 278.28º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A619F6 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 25 | 246 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.04 |
| HSL | 278.28º | 0.92% | 0.53% | - |
| HSV(B) | 278.28º | 0.9% | 0.96% | - |
| XYZ | 32.71 | 15.46 | 88.45 | - |
| YUV | 92.35 | 214.71 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 246 | 0.33 | 0.90 | 0 | 0.04 | 278.28 | 0.92 | 0.53 |
| Hex | A6 | 19 | F6 | 21 | 5A | 0 | 4 | 116 | 5C | 35 |
| Octal | 246 | 31 | 366 | 41 | 132 | 0 | 4 | 426 | 134 | 65 |
| Binary | 10100110 | 11001 | 11110110 | 100001 | 1011010 | 0 | 100 | 100010110 | 1011100 | 110101 |
Color Harmonies of #A619F6
Complementary color
Monochromatic Colors of #A619F6
Black with #A619F6
Text Example
Text Example
White with #A619F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A619F6; }
p { color: rgb(166,25,246); }
H1.HeaderClassName
{
color: #A619F6;
}
.AnyTagClassName
{
color: #A619F6;
}
</style>
background-color css
<style>
a { background-color: #A619F6; }
a { background-color: rgb(166,25,246); }
div.DivClassName
{
background-color: #A619F6;
}
.BgClassName
{
background-color: #A619F6;
}
</style>
border-color css
<style>
span { border-color: #A619F6; }
span { border-color: rgb(166,25,246); }
td.TdClassName
{
border-color: #A619F6;
}
.TagClassName
{
border-color: #A619F6;
}
</style>