Shades of Electric Purple #A708EC
Tints of Electric Purple #A708EC
RGB
CMYK
RGB Variations
Color information
#A708EC (or 0xA708EC) is known color: Electric Purple. HEX triplet: A7, 08 and EC. RGB value is (167,8,236). Sum of RGB (Red+Green+Blue) = 167+8+236=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #A708EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A708EC is #58F713. Grayscale: #505050. Windows color (decimal): -5830420 or 15468711. OLE color: 15468711.
HSL color Cylindrical-coordinate representation of color #A708EC: hue angle of 281.84º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A708EC is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 8 | 236 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.07 |
| HSL | 281.84º | 0.93% | 0.48% | - |
| HSV(B) | 281.84º | 0.97% | 0.93% | - |
| XYZ | 31.16 | 14.45 | 80.5 | - |
| YUV | 81.53 | 215.18 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 8 | 236 | 0.29 | 0.97 | 0 | 0.07 | 281.84 | 0.93 | 0.48 |
| Hex | A7 | 8 | EC | 1D | 61 | 0 | 7 | 11A | 5D | 30 |
| Octal | 247 | 10 | 354 | 35 | 141 | 0 | 7 | 432 | 135 | 60 |
| Binary | 10100111 | 1000 | 11101100 | 11101 | 1100001 | 0 | 111 | 100011010 | 1011101 | 110000 |
Color Harmonies of #A708EC
Complementary color
Monochromatic Colors of #A708EC
Black with #A708EC
Text Example
Text Example
White with #A708EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A708EC; }
p { color: rgb(167,8,236); }
H1.HeaderClassName
{
color: #A708EC;
}
.AnyTagClassName
{
color: #A708EC;
}
</style>
background-color css
<style>
a { background-color: #A708EC; }
a { background-color: rgb(167,8,236); }
div.DivClassName
{
background-color: #A708EC;
}
.BgClassName
{
background-color: #A708EC;
}
</style>
border-color css
<style>
span { border-color: #A708EC; }
span { border-color: rgb(167,8,236); }
td.TdClassName
{
border-color: #A708EC;
}
.TagClassName
{
border-color: #A708EC;
}
</style>