Shades of Electric Purple #A716FE
Tints of Electric Purple #A716FE
RGB
CMYK
RGB Variations
Color information
#A716FE (or 0xA716FE) is known color: Electric Purple. HEX triplet: A7, 16 and FE. RGB value is (167,22,254). Sum of RGB (Red+Green+Blue) = 167+22+254=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #A716FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A716FE is #58E901. Grayscale: #5B5B5B. Windows color (decimal): -5826818 or 16651943. OLE color: 16651943.
HSL color Cylindrical-coordinate representation of color #A716FE: hue angle of 277.5º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A716FE is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 22 | 254 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.00 |
| HSL | 277.5º | 0.99% | 0.54% | - |
| HSV(B) | 277.5º | 0.91% | 1% | - |
| XYZ | 34.11 | 15.95 | 95.05 | - |
| YUV | 91.8 | 219.54 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 22 | 254 | 0.34 | 0.91 | 0 | 0.00 | 277.5 | 0.99 | 0.54 |
| Hex | A7 | 16 | FE | 22 | 5B | 0 | 0 | 116 | 63 | 36 |
| Octal | 247 | 26 | 376 | 42 | 133 | 0 | 0 | 426 | 143 | 66 |
| Binary | 10100111 | 10110 | 11111110 | 100010 | 1011011 | 0 | 0 | 100010110 | 1100011 | 110110 |
Color Harmonies of #A716FE
Complementary color
Monochromatic Colors of #A716FE
Black with #A716FE
Text Example
Text Example
White with #A716FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A716FE; }
p { color: rgb(167,22,254); }
H1.HeaderClassName
{
color: #A716FE;
}
.AnyTagClassName
{
color: #A716FE;
}
</style>
background-color css
<style>
a { background-color: #A716FE; }
a { background-color: rgb(167,22,254); }
div.DivClassName
{
background-color: #A716FE;
}
.BgClassName
{
background-color: #A716FE;
}
</style>
border-color css
<style>
span { border-color: #A716FE; }
span { border-color: rgb(167,22,254); }
td.TdClassName
{
border-color: #A716FE;
}
.TagClassName
{
border-color: #A716FE;
}
</style>