Shades of Electric Purple #A71CF8
Tints of Electric Purple #A71CF8
RGB
CMYK
RGB Variations
Color information
#A71CF8 (or 0xA71CF8) is known color: Electric Purple. HEX triplet: A7, 1C and F8. RGB value is (167,28,248). Sum of RGB (Red+Green+Blue) = 167+28+248=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 248 (97.27% from 255 or 55.98% from 443); Max value from RGB is 248 - color contains mainly: blue. Hex color #A71CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71CF8 is #58E307. Grayscale: #5D5D5D. Windows color (decimal): -5825288 or 16260263. OLE color: 16260263.
HSL color Cylindrical-coordinate representation of color #A71CF8: hue angle of 277.91º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71CF8 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 28 | 248 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.03 |
| HSL | 277.91º | 0.94% | 0.54% | - |
| HSV(B) | 277.91º | 0.89% | 0.97% | - |
| XYZ | 33.29 | 15.82 | 90.11 | - |
| YUV | 94.64 | 214.55 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 248 | 0.33 | 0.89 | 0 | 0.03 | 277.91 | 0.94 | 0.54 |
| Hex | A7 | 1C | F8 | 21 | 59 | 0 | 3 | 116 | 5E | 36 |
| Octal | 247 | 34 | 370 | 41 | 131 | 0 | 3 | 426 | 136 | 66 |
| Binary | 10100111 | 11100 | 11111000 | 100001 | 1011001 | 0 | 11 | 100010110 | 1011110 | 110110 |
Color Harmonies of #A71CF8
Complementary color
Monochromatic Colors of #A71CF8
Black with #A71CF8
Text Example
Text Example
White with #A71CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71CF8; }
p { color: rgb(167,28,248); }
H1.HeaderClassName
{
color: #A71CF8;
}
.AnyTagClassName
{
color: #A71CF8;
}
</style>
background-color css
<style>
a { background-color: #A71CF8; }
a { background-color: rgb(167,28,248); }
div.DivClassName
{
background-color: #A71CF8;
}
.BgClassName
{
background-color: #A71CF8;
}
</style>
border-color css
<style>
span { border-color: #A71CF8; }
span { border-color: rgb(167,28,248); }
td.TdClassName
{
border-color: #A71CF8;
}
.TagClassName
{
border-color: #A71CF8;
}
</style>