Shades of Electric Purple #A70EFB
Tints of Electric Purple #A70EFB
RGB
CMYK
RGB Variations
Color information
#A70EFB (or 0xA70EFB) is known color: Electric Purple. HEX triplet: A7, 0E and FB. RGB value is (167,14,251). Sum of RGB (Red+Green+Blue) = 167+14+251=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #A70EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70EFB is #58F104. Grayscale: #555555. Windows color (decimal): -5828869 or 16453287. OLE color: 16453287.
HSL color Cylindrical-coordinate representation of color #A70EFB: hue angle of 278.73º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70EFB is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 14 | 251 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.02 |
| HSL | 278.73º | 0.97% | 0.52% | - |
| HSV(B) | 278.73º | 0.94% | 0.98% | - |
| XYZ | 33.51 | 15.49 | 92.49 | - |
| YUV | 86.77 | 220.69 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 14 | 251 | 0.33 | 0.94 | 0 | 0.02 | 278.73 | 0.97 | 0.52 |
| Hex | A7 | E | FB | 21 | 5E | 0 | 2 | 117 | 61 | 34 |
| Octal | 247 | 16 | 373 | 41 | 136 | 0 | 2 | 427 | 141 | 64 |
| Binary | 10100111 | 1110 | 11111011 | 100001 | 1011110 | 0 | 10 | 100010111 | 1100001 | 110100 |
Color Harmonies of #A70EFB
Complementary color
Monochromatic Colors of #A70EFB
Black with #A70EFB
Text Example
Text Example
White with #A70EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70EFB; }
p { color: rgb(167,14,251); }
H1.HeaderClassName
{
color: #A70EFB;
}
.AnyTagClassName
{
color: #A70EFB;
}
</style>
background-color css
<style>
a { background-color: #A70EFB; }
a { background-color: rgb(167,14,251); }
div.DivClassName
{
background-color: #A70EFB;
}
.BgClassName
{
background-color: #A70EFB;
}
</style>
border-color css
<style>
span { border-color: #A70EFB; }
span { border-color: rgb(167,14,251); }
td.TdClassName
{
border-color: #A70EFB;
}
.TagClassName
{
border-color: #A70EFB;
}
</style>