Shades of Electric Purple #A615EF
Tints of Electric Purple #A615EF
RGB
CMYK
RGB Variations
Color information
#A615EF (or 0xA615EF) is known color: Electric Purple. HEX triplet: A6, 15 and EF. RGB value is (166,21,239). Sum of RGB (Red+Green+Blue) = 166+21+239=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #A615EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A615EF is #59EA10. Grayscale: #585858. Windows color (decimal): -5892625 or 15668646. OLE color: 15668646.
HSL color Cylindrical-coordinate representation of color #A615EF: hue angle of 279.91º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A615EF is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 21 | 239 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.06 |
| HSL | 279.91º | 0.87% | 0.51% | - |
| HSV(B) | 279.91º | 0.91% | 0.94% | - |
| XYZ | 31.57 | 14.88 | 82.87 | - |
| YUV | 89.21 | 212.54 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 239 | 0.31 | 0.91 | 0 | 0.06 | 279.91 | 0.87 | 0.51 |
| Hex | A6 | 15 | EF | 1F | 5B | 0 | 6 | 118 | 57 | 33 |
| Octal | 246 | 25 | 357 | 37 | 133 | 0 | 6 | 430 | 127 | 63 |
| Binary | 10100110 | 10101 | 11101111 | 11111 | 1011011 | 0 | 110 | 100011000 | 1010111 | 110011 |
Color Harmonies of #A615EF
Complementary color
Monochromatic Colors of #A615EF
Black with #A615EF
Text Example
Text Example
White with #A615EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A615EF; }
p { color: rgb(166,21,239); }
H1.HeaderClassName
{
color: #A615EF;
}
.AnyTagClassName
{
color: #A615EF;
}
</style>
background-color css
<style>
a { background-color: #A615EF; }
a { background-color: rgb(166,21,239); }
div.DivClassName
{
background-color: #A615EF;
}
.BgClassName
{
background-color: #A615EF;
}
</style>
border-color css
<style>
span { border-color: #A615EF; }
span { border-color: rgb(166,21,239); }
td.TdClassName
{
border-color: #A615EF;
}
.TagClassName
{
border-color: #A615EF;
}
</style>