Shades of Electric Purple #A71DFE
Tints of Electric Purple #A71DFE
RGB
CMYK
RGB Variations
Color information
#A71DFE (or 0xA71DFE) is known color: Electric Purple. HEX triplet: A7, 1D and FE. RGB value is (167,29,254). Sum of RGB (Red+Green+Blue) = 167+29+254=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #A71DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71DFE is #58E201. Grayscale: #5F5F5F. Windows color (decimal): -5825026 or 16653735. OLE color: 16653735.
HSL color Cylindrical-coordinate representation of color #A71DFE: hue angle of 276.8º 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 #A71DFE is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 29 | 254 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.00 |
| HSL | 276.8º | 0.99% | 0.55% | - |
| HSV(B) | 276.8º | 0.89% | 1% | - |
| XYZ | 34.27 | 16.25 | 95.1 | - |
| YUV | 95.91 | 217.22 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 254 | 0.34 | 0.89 | 0 | 0.00 | 276.8 | 0.99 | 0.55 |
| Hex | A7 | 1D | FE | 22 | 59 | 0 | 0 | 115 | 63 | 37 |
| Octal | 247 | 35 | 376 | 42 | 131 | 0 | 0 | 425 | 143 | 67 |
| Binary | 10100111 | 11101 | 11111110 | 100010 | 1011001 | 0 | 0 | 100010101 | 1100011 | 110111 |
Color Harmonies of #A71DFE
Complementary color
Monochromatic Colors of #A71DFE
Black with #A71DFE
Text Example
Text Example
White with #A71DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71DFE; }
p { color: rgb(167,29,254); }
H1.HeaderClassName
{
color: #A71DFE;
}
.AnyTagClassName
{
color: #A71DFE;
}
</style>
background-color css
<style>
a { background-color: #A71DFE; }
a { background-color: rgb(167,29,254); }
div.DivClassName
{
background-color: #A71DFE;
}
.BgClassName
{
background-color: #A71DFE;
}
</style>
border-color css
<style>
span { border-color: #A71DFE; }
span { border-color: rgb(167,29,254); }
td.TdClassName
{
border-color: #A71DFE;
}
.TagClassName
{
border-color: #A71DFE;
}
</style>