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