Shades of Electric Purple #A71EFB
Tints of Electric Purple #A71EFB
RGB
CMYK
RGB Variations
Color information
#A71EFB (or 0xA71EFB) is known color: Electric Purple. HEX triplet: A7, 1E and FB. RGB value is (167,30,251). Sum of RGB (Red+Green+Blue) = 167+30+251=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 30 (12.11% from 255 or 6.70% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #A71EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71EFB is #58E104. Grayscale: #5F5F5F. Windows color (decimal): -5824773 or 16457383. OLE color: 16457383.
HSL color Cylindrical-coordinate representation of color #A71EFB: hue angle of 277.19º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71EFB is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 30 | 251 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.02 |
| HSL | 277.19º | 0.97% | 0.55% | - |
| HSV(B) | 277.19º | 0.88% | 0.98% | - |
| XYZ | 33.81 | 16.11 | 92.59 | - |
| YUV | 96.16 | 215.39 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 30 | 251 | 0.33 | 0.88 | 0 | 0.02 | 277.19 | 0.97 | 0.55 |
| Hex | A7 | 1E | FB | 21 | 58 | 0 | 2 | 115 | 61 | 37 |
| Octal | 247 | 36 | 373 | 41 | 130 | 0 | 2 | 425 | 141 | 67 |
| Binary | 10100111 | 11110 | 11111011 | 100001 | 1011000 | 0 | 10 | 100010101 | 1100001 | 110111 |
Color Harmonies of #A71EFB
Complementary color
Monochromatic Colors of #A71EFB
Black with #A71EFB
Text Example
Text Example
White with #A71EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71EFB; }
p { color: rgb(167,30,251); }
H1.HeaderClassName
{
color: #A71EFB;
}
.AnyTagClassName
{
color: #A71EFB;
}
</style>
background-color css
<style>
a { background-color: #A71EFB; }
a { background-color: rgb(167,30,251); }
div.DivClassName
{
background-color: #A71EFB;
}
.BgClassName
{
background-color: #A71EFB;
}
</style>
border-color css
<style>
span { border-color: #A71EFB; }
span { border-color: rgb(167,30,251); }
td.TdClassName
{
border-color: #A71EFB;
}
.TagClassName
{
border-color: #A71EFB;
}
</style>