Shades of Electric Purple #A71EFC
Tints of Electric Purple #A71EFC
RGB
CMYK
RGB Variations
Color information
#A71EFC (or 0xA71EFC) is known color: Electric Purple. HEX triplet: A7, 1E and FC. RGB value is (167,30,252). Sum of RGB (Red+Green+Blue) = 167+30+252=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 30 (12.11% from 255 or 6.68% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #A71EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71EFC is #58E103. Grayscale: #5F5F5F. Windows color (decimal): -5824772 or 16522919. OLE color: 16522919.
HSL color Cylindrical-coordinate representation of color #A71EFC: hue angle of 277.03º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71EFC is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 30 | 252 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.01 |
| HSL | 277.03º | 0.97% | 0.55% | - |
| HSV(B) | 277.03º | 0.88% | 0.99% | - |
| XYZ | 33.97 | 16.17 | 93.43 | - |
| YUV | 96.27 | 215.89 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 30 | 252 | 0.34 | 0.88 | 0 | 0.01 | 277.03 | 0.97 | 0.55 |
| Hex | A7 | 1E | FC | 22 | 58 | 0 | 1 | 115 | 61 | 37 |
| Octal | 247 | 36 | 374 | 42 | 130 | 0 | 1 | 425 | 141 | 67 |
| Binary | 10100111 | 11110 | 11111100 | 100010 | 1011000 | 0 | 1 | 100010101 | 1100001 | 110111 |
Color Harmonies of #A71EFC
Complementary color
Monochromatic Colors of #A71EFC
Black with #A71EFC
Text Example
Text Example
White with #A71EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71EFC; }
p { color: rgb(167,30,252); }
H1.HeaderClassName
{
color: #A71EFC;
}
.AnyTagClassName
{
color: #A71EFC;
}
</style>
background-color css
<style>
a { background-color: #A71EFC; }
a { background-color: rgb(167,30,252); }
div.DivClassName
{
background-color: #A71EFC;
}
.BgClassName
{
background-color: #A71EFC;
}
</style>
border-color css
<style>
span { border-color: #A71EFC; }
span { border-color: rgb(167,30,252); }
td.TdClassName
{
border-color: #A71EFC;
}
.TagClassName
{
border-color: #A71EFC;
}
</style>