Shades of Electric Purple #A717EF
Tints of Electric Purple #A717EF
RGB
CMYK
RGB Variations
Color information
#A717EF (or 0xA717EF) is known color: Electric Purple. HEX triplet: A7, 17 and EF. RGB value is (167,23,239). Sum of RGB (Red+Green+Blue) = 167+23+239=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #A717EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A717EF is #58E810. Grayscale: #595959. Windows color (decimal): -5826577 or 15669159. OLE color: 15669159.
HSL color Cylindrical-coordinate representation of color #A717EF: hue angle of 280º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A717EF is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 23 | 239 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.06 |
| HSL | 280º | 0.87% | 0.51% | - |
| HSV(B) | 280º | 0.9% | 0.94% | - |
| XYZ | 31.82 | 15.06 | 82.89 | - |
| YUV | 90.68 | 211.71 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 23 | 239 | 0.30 | 0.90 | 0 | 0.06 | 280 | 0.87 | 0.51 |
| Hex | A7 | 17 | EF | 1E | 5A | 0 | 6 | 118 | 57 | 33 |
| Octal | 247 | 27 | 357 | 36 | 132 | 0 | 6 | 430 | 127 | 63 |
| Binary | 10100111 | 10111 | 11101111 | 11110 | 1011010 | 0 | 110 | 100011000 | 1010111 | 110011 |
Color Harmonies of #A717EF
Complementary color
Monochromatic Colors of #A717EF
Black with #A717EF
Text Example
Text Example
White with #A717EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A717EF; }
p { color: rgb(167,23,239); }
H1.HeaderClassName
{
color: #A717EF;
}
.AnyTagClassName
{
color: #A717EF;
}
</style>
background-color css
<style>
a { background-color: #A717EF; }
a { background-color: rgb(167,23,239); }
div.DivClassName
{
background-color: #A717EF;
}
.BgClassName
{
background-color: #A717EF;
}
</style>
border-color css
<style>
span { border-color: #A717EF; }
span { border-color: rgb(167,23,239); }
td.TdClassName
{
border-color: #A717EF;
}
.TagClassName
{
border-color: #A717EF;
}
</style>