Shades of Electric Purple #A70CEC
Tints of Electric Purple #A70CEC
RGB
CMYK
RGB Variations
Color information
#A70CEC (or 0xA70CEC) is known color: Electric Purple. HEX triplet: A7, 0C and EC. RGB value is (167,12,236). Sum of RGB (Red+Green+Blue) = 167+12+236=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #A70CEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70CEC is #58F313. Grayscale: #535353. Windows color (decimal): -5829396 or 15469735. OLE color: 15469735.
HSL color Cylindrical-coordinate representation of color #A70CEC: hue angle of 281.52º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70CEC is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 12 | 236 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.07 |
| HSL | 281.52º | 0.9% | 0.49% | - |
| HSV(B) | 281.52º | 0.95% | 0.93% | - |
| XYZ | 31.21 | 14.53 | 80.52 | - |
| YUV | 83.88 | 213.85 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 236 | 0.29 | 0.95 | 0 | 0.07 | 281.52 | 0.9 | 0.49 |
| Hex | A7 | C | EC | 1D | 5F | 0 | 7 | 11A | 5A | 31 |
| Octal | 247 | 14 | 354 | 35 | 137 | 0 | 7 | 432 | 132 | 61 |
| Binary | 10100111 | 1100 | 11101100 | 11101 | 1011111 | 0 | 111 | 100011010 | 1011010 | 110001 |
Color Harmonies of #A70CEC
Complementary color
Monochromatic Colors of #A70CEC
Black with #A70CEC
Text Example
Text Example
White with #A70CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70CEC; }
p { color: rgb(167,12,236); }
H1.HeaderClassName
{
color: #A70CEC;
}
.AnyTagClassName
{
color: #A70CEC;
}
</style>
background-color css
<style>
a { background-color: #A70CEC; }
a { background-color: rgb(167,12,236); }
div.DivClassName
{
background-color: #A70CEC;
}
.BgClassName
{
background-color: #A70CEC;
}
</style>
border-color css
<style>
span { border-color: #A70CEC; }
span { border-color: rgb(167,12,236); }
td.TdClassName
{
border-color: #A70CEC;
}
.TagClassName
{
border-color: #A70CEC;
}
</style>