Shades of Electric Purple #A70CEF
Tints of Electric Purple #A70CEF
RGB
CMYK
RGB Variations
Color information
#A70CEF (or 0xA70CEF) is known color: Electric Purple. HEX triplet: A7, 0C and EF. RGB value is (167,12,239). Sum of RGB (Red+Green+Blue) = 167+12+239=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #A70CEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70CEF is #58F310. Grayscale: #535353. Windows color (decimal): -5829393 or 15666343. OLE color: 15666343.
HSL color Cylindrical-coordinate representation of color #A70CEF: hue angle of 280.97º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70CEF is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 12 | 239 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.06 |
| HSL | 280.97º | 0.9% | 0.49% | - |
| HSV(B) | 280.97º | 0.95% | 0.94% | - |
| XYZ | 31.65 | 14.71 | 82.83 | - |
| YUV | 84.22 | 215.35 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 239 | 0.30 | 0.95 | 0 | 0.06 | 280.97 | 0.9 | 0.49 |
| Hex | A7 | C | EF | 1E | 5F | 0 | 6 | 119 | 5A | 31 |
| Octal | 247 | 14 | 357 | 36 | 137 | 0 | 6 | 431 | 132 | 61 |
| Binary | 10100111 | 1100 | 11101111 | 11110 | 1011111 | 0 | 110 | 100011001 | 1011010 | 110001 |
Color Harmonies of #A70CEF
Complementary color
Monochromatic Colors of #A70CEF
Black with #A70CEF
Text Example
Text Example
White with #A70CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70CEF; }
p { color: rgb(167,12,239); }
H1.HeaderClassName
{
color: #A70CEF;
}
.AnyTagClassName
{
color: #A70CEF;
}
</style>
background-color css
<style>
a { background-color: #A70CEF; }
a { background-color: rgb(167,12,239); }
div.DivClassName
{
background-color: #A70CEF;
}
.BgClassName
{
background-color: #A70CEF;
}
</style>
border-color css
<style>
span { border-color: #A70CEF; }
span { border-color: rgb(167,12,239); }
td.TdClassName
{
border-color: #A70CEF;
}
.TagClassName
{
border-color: #A70CEF;
}
</style>