Shades of Electric Purple #A71DF8
Tints of Electric Purple #A71DF8
RGB
CMYK
RGB Variations
Color information
#A71DF8 (or 0xA71DF8) is known color: Electric Purple. HEX triplet: A7, 1D and F8. RGB value is (167,29,248). Sum of RGB (Red+Green+Blue) = 167+29+248=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 29 (11.72% from 255 or 6.53% from 444); Blue value is 248 (97.27% from 255 or 55.86% from 444); Max value from RGB is 248 - color contains mainly: blue. Hex color #A71DF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71DF8 is #58E207. Grayscale: #5E5E5E. Windows color (decimal): -5825032 or 16260519. OLE color: 16260519.
HSL color Cylindrical-coordinate representation of color #A71DF8: hue angle of 277.81º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71DF8 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 29 | 248 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.03 |
| HSL | 277.81º | 0.94% | 0.54% | - |
| HSV(B) | 277.81º | 0.88% | 0.97% | - |
| XYZ | 33.32 | 15.87 | 90.11 | - |
| YUV | 95.23 | 214.22 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 248 | 0.33 | 0.88 | 0 | 0.03 | 277.81 | 0.94 | 0.54 |
| Hex | A7 | 1D | F8 | 21 | 58 | 0 | 3 | 116 | 5E | 36 |
| Octal | 247 | 35 | 370 | 41 | 130 | 0 | 3 | 426 | 136 | 66 |
| Binary | 10100111 | 11101 | 11111000 | 100001 | 1011000 | 0 | 11 | 100010110 | 1011110 | 110110 |
Color Harmonies of #A71DF8
Complementary color
Monochromatic Colors of #A71DF8
Black with #A71DF8
Text Example
Text Example
White with #A71DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71DF8; }
p { color: rgb(167,29,248); }
H1.HeaderClassName
{
color: #A71DF8;
}
.AnyTagClassName
{
color: #A71DF8;
}
</style>
background-color css
<style>
a { background-color: #A71DF8; }
a { background-color: rgb(167,29,248); }
div.DivClassName
{
background-color: #A71DF8;
}
.BgClassName
{
background-color: #A71DF8;
}
</style>
border-color css
<style>
span { border-color: #A71DF8; }
span { border-color: rgb(167,29,248); }
td.TdClassName
{
border-color: #A71DF8;
}
.TagClassName
{
border-color: #A71DF8;
}
</style>