Shades of Electric Purple #A613FE
Tints of Electric Purple #A613FE
RGB
CMYK
RGB Variations
Color information
#A613FE (or 0xA613FE) is known color: Electric Purple. HEX triplet: A6, 13 and FE. RGB value is (166,19,254). Sum of RGB (Red+Green+Blue) = 166+19+254=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #A613FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A613FE is #59EC01. Grayscale: #585858. Windows color (decimal): -5893122 or 16651174. OLE color: 16651174.
HSL color Cylindrical-coordinate representation of color #A613FE: hue angle of 277.53º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A613FE is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 19 | 254 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.00 |
| HSL | 277.53º | 0.99% | 0.54% | - |
| HSV(B) | 277.53º | 0.93% | 1% | - |
| XYZ | 33.85 | 15.73 | 95.02 | - |
| YUV | 89.74 | 220.7 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 254 | 0.35 | 0.93 | 0 | 0.00 | 277.53 | 0.99 | 0.54 |
| Hex | A6 | 13 | FE | 23 | 5D | 0 | 0 | 116 | 63 | 36 |
| Octal | 246 | 23 | 376 | 43 | 135 | 0 | 0 | 426 | 143 | 66 |
| Binary | 10100110 | 10011 | 11111110 | 100011 | 1011101 | 0 | 0 | 100010110 | 1100011 | 110110 |
Color Harmonies of #A613FE
Complementary color
Monochromatic Colors of #A613FE
Black with #A613FE
Text Example
Text Example
White with #A613FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A613FE; }
p { color: rgb(166,19,254); }
H1.HeaderClassName
{
color: #A613FE;
}
.AnyTagClassName
{
color: #A613FE;
}
</style>
background-color css
<style>
a { background-color: #A613FE; }
a { background-color: rgb(166,19,254); }
div.DivClassName
{
background-color: #A613FE;
}
.BgClassName
{
background-color: #A613FE;
}
</style>
border-color css
<style>
span { border-color: #A613FE; }
span { border-color: rgb(166,19,254); }
td.TdClassName
{
border-color: #A613FE;
}
.TagClassName
{
border-color: #A613FE;
}
</style>