Shades of Electric Purple #A70DEC
Tints of Electric Purple #A70DEC
RGB
CMYK
RGB Variations
Color information
#A70DEC (or 0xA70DEC) is known color: Electric Purple. HEX triplet: A7, 0D and EC. RGB value is (167,13,236). Sum of RGB (Red+Green+Blue) = 167+13+236=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #A70DEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70DEC is #58F213. Grayscale: #535353. Windows color (decimal): -5829140 or 15469991. OLE color: 15469991.
HSL color Cylindrical-coordinate representation of color #A70DEC: hue angle of 281.43º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70DEC is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 13 | 236 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.07 |
| HSL | 281.44º | 0.9% | 0.49% | - |
| HSV(B) | 281.44º | 0.94% | 0.93% | - |
| XYZ | 31.22 | 14.56 | 80.52 | - |
| YUV | 84.47 | 213.52 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 13 | 236 | 0.29 | 0.94 | 0 | 0.07 | 281.44 | 0.9 | 0.49 |
| Hex | A7 | D | EC | 1D | 5E | 0 | 7 | 119 | 5A | 31 |
| Octal | 247 | 15 | 354 | 35 | 136 | 0 | 7 | 431 | 132 | 61 |
| Binary | 10100111 | 1101 | 11101100 | 11101 | 1011110 | 0 | 111 | 100011001 | 1011010 | 110001 |
Color Harmonies of #A70DEC
Complementary color
Monochromatic Colors of #A70DEC
Black with #A70DEC
Text Example
Text Example
White with #A70DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70DEC; }
p { color: rgb(167,13,236); }
H1.HeaderClassName
{
color: #A70DEC;
}
.AnyTagClassName
{
color: #A70DEC;
}
</style>
background-color css
<style>
a { background-color: #A70DEC; }
a { background-color: rgb(167,13,236); }
div.DivClassName
{
background-color: #A70DEC;
}
.BgClassName
{
background-color: #A70DEC;
}
</style>
border-color css
<style>
span { border-color: #A70DEC; }
span { border-color: rgb(167,13,236); }
td.TdClassName
{
border-color: #A70DEC;
}
.TagClassName
{
border-color: #A70DEC;
}
</style>