Shades of Electric Purple #A701EC
Tints of Electric Purple #A701EC
RGB
CMYK
RGB Variations
Color information
#A701EC (or 0xA701EC) is known color: Electric Purple. HEX triplet: A7, 01 and EC. RGB value is (167,1,236). Sum of RGB (Red+Green+Blue) = 167+1+236=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #A701EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A701EC is #58FE13. Grayscale: #4C4C4C. Windows color (decimal): -5832212 or 15466919. OLE color: 15466919.
HSL color Cylindrical-coordinate representation of color #A701EC: hue angle of 282.38º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A701EC is Cyan = 0.29, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 1 | 236 | - |
| CMYK | 0.29 | 1.00 | 0 | 0.07 |
| HSL | 282.38º | 0.99% | 0.46% | - |
| HSV(B) | 282.38º | 1% | 0.93% | - |
| XYZ | 31.09 | 14.29 | 80.48 | - |
| YUV | 77.42 | 217.5 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 236 | 0.29 | 1.00 | 0 | 0.07 | 282.38 | 0.99 | 0.46 |
| Hex | A7 | 1 | EC | 1D | 64 | 0 | 7 | 11A | 63 | 2E |
| Octal | 247 | 1 | 354 | 35 | 144 | 0 | 7 | 432 | 143 | 56 |
| Binary | 10100111 | 1 | 11101100 | 11101 | 1100100 | 0 | 111 | 100011010 | 1100011 | 101110 |
Color Harmonies of #A701EC
Complementary color
Monochromatic Colors of #A701EC
Black with #A701EC
Text Example
Text Example
White with #A701EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A701EC; }
p { color: rgb(167,1,236); }
H1.HeaderClassName
{
color: #A701EC;
}
.AnyTagClassName
{
color: #A701EC;
}
</style>
background-color css
<style>
a { background-color: #A701EC; }
a { background-color: rgb(167,1,236); }
div.DivClassName
{
background-color: #A701EC;
}
.BgClassName
{
background-color: #A701EC;
}
</style>
border-color css
<style>
span { border-color: #A701EC; }
span { border-color: rgb(167,1,236); }
td.TdClassName
{
border-color: #A701EC;
}
.TagClassName
{
border-color: #A701EC;
}
</style>