Shades of Electric Purple #A70EFC
Tints of Electric Purple #A70EFC
RGB
CMYK
RGB Variations
Color information
#A70EFC (or 0xA70EFC) is known color: Electric Purple. HEX triplet: A7, 0E and FC. RGB value is (167,14,252). Sum of RGB (Red+Green+Blue) = 167+14+252=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 14 (5.86% from 255 or 3.23% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #A70EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70EFC is #58F103. Grayscale: #565656. Windows color (decimal): -5828868 or 16518823. OLE color: 16518823.
HSL color Cylindrical-coordinate representation of color #A70EFC: hue angle of 278.57º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70EFC is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 14 | 252 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.01 |
| HSL | 278.57º | 0.98% | 0.52% | - |
| HSV(B) | 278.57º | 0.94% | 0.99% | - |
| XYZ | 33.66 | 15.56 | 93.32 | - |
| YUV | 86.88 | 221.19 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 14 | 252 | 0.34 | 0.94 | 0 | 0.01 | 278.57 | 0.98 | 0.52 |
| Hex | A7 | E | FC | 22 | 5E | 0 | 1 | 117 | 62 | 34 |
| Octal | 247 | 16 | 374 | 42 | 136 | 0 | 1 | 427 | 142 | 64 |
| Binary | 10100111 | 1110 | 11111100 | 100010 | 1011110 | 0 | 1 | 100010111 | 1100010 | 110100 |
Color Harmonies of #A70EFC
Complementary color
Monochromatic Colors of #A70EFC
Black with #A70EFC
Text Example
Text Example
White with #A70EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70EFC; }
p { color: rgb(167,14,252); }
H1.HeaderClassName
{
color: #A70EFC;
}
.AnyTagClassName
{
color: #A70EFC;
}
</style>
background-color css
<style>
a { background-color: #A70EFC; }
a { background-color: rgb(167,14,252); }
div.DivClassName
{
background-color: #A70EFC;
}
.BgClassName
{
background-color: #A70EFC;
}
</style>
border-color css
<style>
span { border-color: #A70EFC; }
span { border-color: rgb(167,14,252); }
td.TdClassName
{
border-color: #A70EFC;
}
.TagClassName
{
border-color: #A70EFC;
}
</style>