Shades of Electric Purple #A717FF
Tints of Electric Purple #A717FF
RGB
CMYK
RGB Variations
Color information
#A717FF (or 0xA717FF) is known color: Electric Purple. HEX triplet: A7, 17 and FF. RGB value is (167,23,255). Sum of RGB (Red+Green+Blue) = 167+23+255=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #A717FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A717FF is #58E800. Grayscale: #5B5B5B. Windows color (decimal): -5826561 or 16717735. OLE color: 16717735.
HSL color Cylindrical-coordinate representation of color #A717FF: hue angle of 277.24º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A717FF is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 23 | 255 | - |
| CMYK | 0.35 | 0.91 | 0 | 0 |
| HSL | 277.24º | 1% | 0.55% | - |
| HSV(B) | 277.24º | 0.91% | 1% | - |
| XYZ | 34.29 | 16.05 | 95.9 | - |
| YUV | 92.5 | 219.71 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 23 | 255 | 0.35 | 0.91 | 0 | 0 | 277.24 | 1 | 0.55 |
| Hex | A7 | 17 | FF | 23 | 5B | 0 | 0 | 115 | 64 | 37 |
| Octal | 247 | 27 | 377 | 43 | 133 | 0 | 0 | 425 | 144 | 67 |
| Binary | 10100111 | 10111 | 11111111 | 100011 | 1011011 | 0 | 0 | 100010101 | 1100100 | 110111 |
Color Harmonies of #A717FF
Complementary color
Monochromatic Colors of #A717FF
Black with #A717FF
Text Example
Text Example
White with #A717FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A717FF; }
p { color: rgb(167,23,255); }
H1.HeaderClassName
{
color: #A717FF;
}
.AnyTagClassName
{
color: #A717FF;
}
</style>
background-color css
<style>
a { background-color: #A717FF; }
a { background-color: rgb(167,23,255); }
div.DivClassName
{
background-color: #A717FF;
}
.BgClassName
{
background-color: #A717FF;
}
</style>
border-color css
<style>
span { border-color: #A717FF; }
span { border-color: rgb(167,23,255); }
td.TdClassName
{
border-color: #A717FF;
}
.TagClassName
{
border-color: #A717FF;
}
</style>