Shades of Electric Purple #A71EFF
Tints of Electric Purple #A71EFF
RGB
CMYK
RGB Variations
Color information
#A71EFF (or 0xA71EFF) is known color: Electric Purple. HEX triplet: A7, 1E and FF. RGB value is (167,30,255). Sum of RGB (Red+Green+Blue) = 167+30+255=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #A71EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71EFF is #58E100. Grayscale: #5F5F5F. Windows color (decimal): -5824769 or 16719527. OLE color: 16719527.
HSL color Cylindrical-coordinate representation of color #A71EFF: hue angle of 276.53º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71EFF is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 30 | 255 | - |
| CMYK | 0.35 | 0.88 | 0 | 0 |
| HSL | 276.53º | 1% | 0.56% | - |
| HSV(B) | 276.53º | 0.88% | 1% | - |
| XYZ | 34.45 | 16.36 | 95.95 | - |
| YUV | 96.61 | 217.39 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 30 | 255 | 0.35 | 0.88 | 0 | 0 | 276.53 | 1 | 0.56 |
| Hex | A7 | 1E | FF | 23 | 58 | 0 | 0 | 115 | 64 | 38 |
| Octal | 247 | 36 | 377 | 43 | 130 | 0 | 0 | 425 | 144 | 70 |
| Binary | 10100111 | 11110 | 11111111 | 100011 | 1011000 | 0 | 0 | 100010101 | 1100100 | 111000 |
Color Harmonies of #A71EFF
Complementary color
Monochromatic Colors of #A71EFF
Black with #A71EFF
Text Example
Text Example
White with #A71EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71EFF; }
p { color: rgb(167,30,255); }
H1.HeaderClassName
{
color: #A71EFF;
}
.AnyTagClassName
{
color: #A71EFF;
}
</style>
background-color css
<style>
a { background-color: #A71EFF; }
a { background-color: rgb(167,30,255); }
div.DivClassName
{
background-color: #A71EFF;
}
.BgClassName
{
background-color: #A71EFF;
}
</style>
border-color css
<style>
span { border-color: #A71EFF; }
span { border-color: rgb(167,30,255); }
td.TdClassName
{
border-color: #A71EFF;
}
.TagClassName
{
border-color: #A71EFF;
}
</style>