Shades of Electric Purple #A711FE
Tints of Electric Purple #A711FE
RGB
CMYK
RGB Variations
Color information
#A711FE (or 0xA711FE) is known color: Electric Purple. HEX triplet: A7, 11 and FE. RGB value is (167,17,254). Sum of RGB (Red+Green+Blue) = 167+17+254=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #A711FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A711FE is #58EE01. Grayscale: #585858. Windows color (decimal): -5828098 or 16650663. OLE color: 16650663.
HSL color Cylindrical-coordinate representation of color #A711FE: hue angle of 277.97º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A711FE is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 17 | 254 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.00 |
| HSL | 277.97º | 0.99% | 0.53% | - |
| HSV(B) | 277.97º | 0.93% | 1% | - |
| XYZ | 34.03 | 15.77 | 95.02 | - |
| YUV | 88.87 | 221.2 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 17 | 254 | 0.34 | 0.93 | 0 | 0.00 | 277.97 | 0.99 | 0.53 |
| Hex | A7 | 11 | FE | 22 | 5D | 0 | 0 | 116 | 63 | 35 |
| Octal | 247 | 21 | 376 | 42 | 135 | 0 | 0 | 426 | 143 | 65 |
| Binary | 10100111 | 10001 | 11111110 | 100010 | 1011101 | 0 | 0 | 100010110 | 1100011 | 110101 |
Color Harmonies of #A711FE
Complementary color
Monochromatic Colors of #A711FE
Black with #A711FE
Text Example
Text Example
White with #A711FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A711FE; }
p { color: rgb(167,17,254); }
H1.HeaderClassName
{
color: #A711FE;
}
.AnyTagClassName
{
color: #A711FE;
}
</style>
background-color css
<style>
a { background-color: #A711FE; }
a { background-color: rgb(167,17,254); }
div.DivClassName
{
background-color: #A711FE;
}
.BgClassName
{
background-color: #A711FE;
}
</style>
border-color css
<style>
span { border-color: #A711FE; }
span { border-color: rgb(167,17,254); }
td.TdClassName
{
border-color: #A711FE;
}
.TagClassName
{
border-color: #A711FE;
}
</style>