Shades of Electric Purple #A70EFF
Tints of Electric Purple #A70EFF
RGB
CMYK
RGB Variations
Color information
#A70EFF (or 0xA70EFF) is known color: Electric Purple. HEX triplet: A7, 0E and FF. RGB value is (167,14,255). Sum of RGB (Red+Green+Blue) = 167+14+255=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #A70EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70EFF is #58F100. Grayscale: #565656. Windows color (decimal): -5828865 or 16715431. OLE color: 16715431.
HSL color Cylindrical-coordinate representation of color #A70EFF: hue angle of 278.09º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70EFF is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 14 | 255 | - |
| CMYK | 0.35 | 0.95 | 0 | 0 |
| HSL | 278.09º | 1% | 0.53% | - |
| HSV(B) | 278.09º | 0.95% | 1% | - |
| XYZ | 34.14 | 15.75 | 95.85 | - |
| YUV | 87.22 | 222.69 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 14 | 255 | 0.35 | 0.95 | 0 | 0 | 278.09 | 1 | 0.53 |
| Hex | A7 | E | FF | 23 | 5F | 0 | 0 | 116 | 64 | 35 |
| Octal | 247 | 16 | 377 | 43 | 137 | 0 | 0 | 426 | 144 | 65 |
| Binary | 10100111 | 1110 | 11111111 | 100011 | 1011111 | 0 | 0 | 100010110 | 1100100 | 110101 |
Color Harmonies of #A70EFF
Complementary color
Monochromatic Colors of #A70EFF
Black with #A70EFF
Text Example
Text Example
White with #A70EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70EFF; }
p { color: rgb(167,14,255); }
H1.HeaderClassName
{
color: #A70EFF;
}
.AnyTagClassName
{
color: #A70EFF;
}
</style>
background-color css
<style>
a { background-color: #A70EFF; }
a { background-color: rgb(167,14,255); }
div.DivClassName
{
background-color: #A70EFF;
}
.BgClassName
{
background-color: #A70EFF;
}
</style>
border-color css
<style>
span { border-color: #A70EFF; }
span { border-color: rgb(167,14,255); }
td.TdClassName
{
border-color: #A70EFF;
}
.TagClassName
{
border-color: #A70EFF;
}
</style>