Shades of Electric Purple #A613EF
Tints of Electric Purple #A613EF
RGB
CMYK
RGB Variations
Color information
#A613EF (or 0xA613EF) is known color: Electric Purple. HEX triplet: A6, 13 and EF. RGB value is (166,19,239). Sum of RGB (Red+Green+Blue) = 166+19+239=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #A613EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A613EF is #59EC10. Grayscale: #575757. Windows color (decimal): -5893137 or 15668134. OLE color: 15668134.
HSL color Cylindrical-coordinate representation of color #A613EF: hue angle of 280.09º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A613EF is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 19 | 239 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.06 |
| HSL | 280.09º | 0.87% | 0.51% | - |
| HSV(B) | 280.09º | 0.92% | 0.94% | - |
| XYZ | 31.54 | 14.8 | 82.86 | - |
| YUV | 88.03 | 213.2 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 239 | 0.31 | 0.92 | 0 | 0.06 | 280.09 | 0.87 | 0.51 |
| Hex | A6 | 13 | EF | 1F | 5C | 0 | 6 | 118 | 57 | 33 |
| Octal | 246 | 23 | 357 | 37 | 134 | 0 | 6 | 430 | 127 | 63 |
| Binary | 10100110 | 10011 | 11101111 | 11111 | 1011100 | 0 | 110 | 100011000 | 1010111 | 110011 |
Color Harmonies of #A613EF
Complementary color
Monochromatic Colors of #A613EF
Black with #A613EF
Text Example
Text Example
White with #A613EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A613EF; }
p { color: rgb(166,19,239); }
H1.HeaderClassName
{
color: #A613EF;
}
.AnyTagClassName
{
color: #A613EF;
}
</style>
background-color css
<style>
a { background-color: #A613EF; }
a { background-color: rgb(166,19,239); }
div.DivClassName
{
background-color: #A613EF;
}
.BgClassName
{
background-color: #A613EF;
}
</style>
border-color css
<style>
span { border-color: #A613EF; }
span { border-color: rgb(166,19,239); }
td.TdClassName
{
border-color: #A613EF;
}
.TagClassName
{
border-color: #A613EF;
}
</style>