Shades of Electric Purple #A613F1
Tints of Electric Purple #A613F1
RGB
CMYK
RGB Variations
Color information
#A613F1 (or 0xA613F1) is known color: Electric Purple. HEX triplet: A6, 13 and F1. RGB value is (166,19,241). Sum of RGB (Red+Green+Blue) = 166+19+241=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 241 (94.53% from 255 or 56.57% from 426); Max value from RGB is 241 - color contains mainly: blue. Hex color #A613F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A613F1 is #59EC0E. Grayscale: #575757. Windows color (decimal): -5893135 or 15799206. OLE color: 15799206.
HSL color Cylindrical-coordinate representation of color #A613F1: hue angle of 279.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A613F1 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 19 | 241 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.05 |
| HSL | 279.73º | 0.89% | 0.51% | - |
| HSV(B) | 279.73º | 0.92% | 0.95% | - |
| XYZ | 31.84 | 14.92 | 84.42 | - |
| YUV | 88.26 | 214.2 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 241 | 0.31 | 0.92 | 0 | 0.05 | 279.73 | 0.89 | 0.51 |
| Hex | A6 | 13 | F1 | 1F | 5C | 0 | 5 | 118 | 59 | 33 |
| Octal | 246 | 23 | 361 | 37 | 134 | 0 | 5 | 430 | 131 | 63 |
| Binary | 10100110 | 10011 | 11110001 | 11111 | 1011100 | 0 | 101 | 100011000 | 1011001 | 110011 |
Color Harmonies of #A613F1
Complementary color
Monochromatic Colors of #A613F1
Black with #A613F1
Text Example
Text Example
White with #A613F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A613F1; }
p { color: rgb(166,19,241); }
H1.HeaderClassName
{
color: #A613F1;
}
.AnyTagClassName
{
color: #A613F1;
}
</style>
background-color css
<style>
a { background-color: #A613F1; }
a { background-color: rgb(166,19,241); }
div.DivClassName
{
background-color: #A613F1;
}
.BgClassName
{
background-color: #A613F1;
}
</style>
border-color css
<style>
span { border-color: #A613F1; }
span { border-color: rgb(166,19,241); }
td.TdClassName
{
border-color: #A613F1;
}
.TagClassName
{
border-color: #A613F1;
}
</style>