Shades of Electric Purple #A70FFE
Tints of Electric Purple #A70FFE
RGB
CMYK
RGB Variations
Color information
#A70FFE (or 0xA70FFE) is known color: Electric Purple. HEX triplet: A7, 0F and FE. RGB value is (167,15,254). Sum of RGB (Red+Green+Blue) = 167+15+254=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #A70FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70FFE is #58F001. Grayscale: #565656. Windows color (decimal): -5828610 or 16650151. OLE color: 16650151.
HSL color Cylindrical-coordinate representation of color #A70FFE: hue angle of 278.16º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70FFE is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 15 | 254 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.00 |
| HSL | 278.16º | 0.99% | 0.53% | - |
| HSV(B) | 278.16º | 0.94% | 1% | - |
| XYZ | 34 | 15.71 | 95.01 | - |
| YUV | 87.69 | 221.86 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 254 | 0.34 | 0.94 | 0 | 0.00 | 278.16 | 0.99 | 0.53 |
| Hex | A7 | F | FE | 22 | 5E | 0 | 0 | 116 | 63 | 35 |
| Octal | 247 | 17 | 376 | 42 | 136 | 0 | 0 | 426 | 143 | 65 |
| Binary | 10100111 | 1111 | 11111110 | 100010 | 1011110 | 0 | 0 | 100010110 | 1100011 | 110101 |
Color Harmonies of #A70FFE
Complementary color
Monochromatic Colors of #A70FFE
Black with #A70FFE
Text Example
Text Example
White with #A70FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70FFE; }
p { color: rgb(167,15,254); }
H1.HeaderClassName
{
color: #A70FFE;
}
.AnyTagClassName
{
color: #A70FFE;
}
</style>
background-color css
<style>
a { background-color: #A70FFE; }
a { background-color: rgb(167,15,254); }
div.DivClassName
{
background-color: #A70FFE;
}
.BgClassName
{
background-color: #A70FFE;
}
</style>
border-color css
<style>
span { border-color: #A70FFE; }
span { border-color: rgb(167,15,254); }
td.TdClassName
{
border-color: #A70FFE;
}
.TagClassName
{
border-color: #A70FFE;
}
</style>