Shades of Electric Purple #A613EE
Tints of Electric Purple #A613EE
RGB
CMYK
RGB Variations
Color information
#A613EE (or 0xA613EE) is known color: Electric Purple. HEX triplet: A6, 13 and EE. RGB value is (166,19,238). Sum of RGB (Red+Green+Blue) = 166+19+238=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #A613EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A613EE is #59EC11. Grayscale: #575757. Windows color (decimal): -5893138 or 15602598. OLE color: 15602598.
HSL color Cylindrical-coordinate representation of color #A613EE: hue angle of 280.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A613EE is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 19 | 238 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.07 |
| HSL | 280.27º | 0.87% | 0.5% | - |
| HSV(B) | 280.27º | 0.92% | 0.93% | - |
| XYZ | 31.39 | 14.75 | 82.08 | - |
| YUV | 87.92 | 212.7 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 238 | 0.30 | 0.92 | 0 | 0.07 | 280.27 | 0.87 | 0.5 |
| Hex | A6 | 13 | EE | 1E | 5C | 0 | 7 | 118 | 57 | 32 |
| Octal | 246 | 23 | 356 | 36 | 134 | 0 | 7 | 430 | 127 | 62 |
| Binary | 10100110 | 10011 | 11101110 | 11110 | 1011100 | 0 | 111 | 100011000 | 1010111 | 110010 |
Color Harmonies of #A613EE
Complementary color
Monochromatic Colors of #A613EE
Black with #A613EE
Text Example
Text Example
White with #A613EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A613EE; }
p { color: rgb(166,19,238); }
H1.HeaderClassName
{
color: #A613EE;
}
.AnyTagClassName
{
color: #A613EE;
}
</style>
background-color css
<style>
a { background-color: #A613EE; }
a { background-color: rgb(166,19,238); }
div.DivClassName
{
background-color: #A613EE;
}
.BgClassName
{
background-color: #A613EE;
}
</style>
border-color css
<style>
span { border-color: #A613EE; }
span { border-color: rgb(166,19,238); }
td.TdClassName
{
border-color: #A613EE;
}
.TagClassName
{
border-color: #A613EE;
}
</style>