Shades of Electric Purple #A703EC
Tints of Electric Purple #A703EC
RGB
CMYK
RGB Variations
Color information
#A703EC (or 0xA703EC) is known color: Electric Purple. HEX triplet: A7, 03 and EC. RGB value is (167,3,236). Sum of RGB (Red+Green+Blue) = 167+3+236=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #A703EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A703EC is #58FC13. Grayscale: #4D4D4D. Windows color (decimal): -5831700 or 15467431. OLE color: 15467431.
HSL color Cylindrical-coordinate representation of color #A703EC: hue angle of 282.23º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A703EC is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 3 | 236 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.07 |
| HSL | 282.23º | 0.97% | 0.47% | - |
| HSV(B) | 282.23º | 0.99% | 0.93% | - |
| XYZ | 31.11 | 14.34 | 80.48 | - |
| YUV | 78.6 | 216.83 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 236 | 0.29 | 0.99 | 0 | 0.07 | 282.23 | 0.97 | 0.47 |
| Hex | A7 | 3 | EC | 1D | 63 | 0 | 7 | 11A | 61 | 2F |
| Octal | 247 | 3 | 354 | 35 | 143 | 0 | 7 | 432 | 141 | 57 |
| Binary | 10100111 | 11 | 11101100 | 11101 | 1100011 | 0 | 111 | 100011010 | 1100001 | 101111 |
Color Harmonies of #A703EC
Complementary color
Monochromatic Colors of #A703EC
Black with #A703EC
Text Example
Text Example
White with #A703EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A703EC; }
p { color: rgb(167,3,236); }
H1.HeaderClassName
{
color: #A703EC;
}
.AnyTagClassName
{
color: #A703EC;
}
</style>
background-color css
<style>
a { background-color: #A703EC; }
a { background-color: rgb(167,3,236); }
div.DivClassName
{
background-color: #A703EC;
}
.BgClassName
{
background-color: #A703EC;
}
</style>
border-color css
<style>
span { border-color: #A703EC; }
span { border-color: rgb(167,3,236); }
td.TdClassName
{
border-color: #A703EC;
}
.TagClassName
{
border-color: #A703EC;
}
</style>