Shades of Electric Purple #A71CFE
Tints of Electric Purple #A71CFE
RGB
CMYK
RGB Variations
Color information
#A71CFE (or 0xA71CFE) is known color: Electric Purple. HEX triplet: A7, 1C and FE. RGB value is (167,28,254). Sum of RGB (Red+Green+Blue) = 167+28+254=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #A71CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71CFE is #58E301. Grayscale: #5E5E5E. Windows color (decimal): -5825282 or 16653479. OLE color: 16653479.
HSL color Cylindrical-coordinate representation of color #A71CFE: hue angle of 276.9º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71CFE is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 28 | 254 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.00 |
| HSL | 276.9º | 0.99% | 0.55% | - |
| HSV(B) | 276.9º | 0.89% | 1% | - |
| XYZ | 34.24 | 16.2 | 95.09 | - |
| YUV | 95.33 | 217.55 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 254 | 0.34 | 0.89 | 0 | 0.00 | 276.9 | 0.99 | 0.55 |
| Hex | A7 | 1C | FE | 22 | 59 | 0 | 0 | 115 | 63 | 37 |
| Octal | 247 | 34 | 376 | 42 | 131 | 0 | 0 | 425 | 143 | 67 |
| Binary | 10100111 | 11100 | 11111110 | 100010 | 1011001 | 0 | 0 | 100010101 | 1100011 | 110111 |
Color Harmonies of #A71CFE
Complementary color
Monochromatic Colors of #A71CFE
Black with #A71CFE
Text Example
Text Example
White with #A71CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71CFE; }
p { color: rgb(167,28,254); }
H1.HeaderClassName
{
color: #A71CFE;
}
.AnyTagClassName
{
color: #A71CFE;
}
</style>
background-color css
<style>
a { background-color: #A71CFE; }
a { background-color: rgb(167,28,254); }
div.DivClassName
{
background-color: #A71CFE;
}
.BgClassName
{
background-color: #A71CFE;
}
</style>
border-color css
<style>
span { border-color: #A71CFE; }
span { border-color: rgb(167,28,254); }
td.TdClassName
{
border-color: #A71CFE;
}
.TagClassName
{
border-color: #A71CFE;
}
</style>