Shades of Electric Purple #A619F3
Tints of Electric Purple #A619F3
RGB
CMYK
RGB Variations
Color information
#A619F3 (or 0xA619F3) is known color: Electric Purple. HEX triplet: A6, 19 and F3. RGB value is (166,25,243). Sum of RGB (Red+Green+Blue) = 166+25+243=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 243 (95.31% from 255 or 55.99% from 434); Max value from RGB is 243 - color contains mainly: blue. Hex color #A619F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A619F3 is #59E60C. Grayscale: #5B5B5B. Windows color (decimal): -5891597 or 15931814. OLE color: 15931814.
HSL color Cylindrical-coordinate representation of color #A619F3: hue angle of 278.81º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A619F3 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 25 | 243 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.05 |
| HSL | 278.81º | 0.9% | 0.53% | - |
| HSV(B) | 278.81º | 0.9% | 0.95% | - |
| XYZ | 32.25 | 15.27 | 86.04 | - |
| YUV | 92.01 | 213.21 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 243 | 0.32 | 0.90 | 0 | 0.05 | 278.81 | 0.9 | 0.53 |
| Hex | A6 | 19 | F3 | 20 | 5A | 0 | 5 | 117 | 5A | 35 |
| Octal | 246 | 31 | 363 | 40 | 132 | 0 | 5 | 427 | 132 | 65 |
| Binary | 10100110 | 11001 | 11110011 | 100000 | 1011010 | 0 | 101 | 100010111 | 1011010 | 110101 |
Color Harmonies of #A619F3
Complementary color
Monochromatic Colors of #A619F3
Black with #A619F3
Text Example
Text Example
White with #A619F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A619F3; }
p { color: rgb(166,25,243); }
H1.HeaderClassName
{
color: #A619F3;
}
.AnyTagClassName
{
color: #A619F3;
}
</style>
background-color css
<style>
a { background-color: #A619F3; }
a { background-color: rgb(166,25,243); }
div.DivClassName
{
background-color: #A619F3;
}
.BgClassName
{
background-color: #A619F3;
}
</style>
border-color css
<style>
span { border-color: #A619F3; }
span { border-color: rgb(166,25,243); }
td.TdClassName
{
border-color: #A619F3;
}
.TagClassName
{
border-color: #A619F3;
}
</style>