Shades of Electric Purple #A70AFE
Tints of Electric Purple #A70AFE
RGB
CMYK
RGB Variations
Color information
#A70AFE (or 0xA70AFE) is known color: Electric Purple. HEX triplet: A7, 0A and FE. RGB value is (167,10,254). Sum of RGB (Red+Green+Blue) = 167+10+254=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #A70AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70AFE is #58F501. Grayscale: #535353. Windows color (decimal): -5829890 or 16648871. OLE color: 16648871.
HSL color Cylindrical-coordinate representation of color #A70AFE: hue angle of 278.61º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A70AFE is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 10 | 254 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.00 |
| HSL | 278.61º | 0.99% | 0.52% | - |
| HSV(B) | 278.61º | 0.96% | 1% | - |
| XYZ | 33.93 | 15.59 | 94.99 | - |
| YUV | 84.76 | 223.51 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 10 | 254 | 0.34 | 0.96 | 0 | 0.00 | 278.61 | 0.99 | 0.52 |
| Hex | A7 | A | FE | 22 | 60 | 0 | 0 | 117 | 63 | 34 |
| Octal | 247 | 12 | 376 | 42 | 140 | 0 | 0 | 427 | 143 | 64 |
| Binary | 10100111 | 1010 | 11111110 | 100010 | 1100000 | 0 | 0 | 100010111 | 1100011 | 110100 |
Color Harmonies of #A70AFE
Complementary color
Monochromatic Colors of #A70AFE
Black with #A70AFE
Text Example
Text Example
White with #A70AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70AFE; }
p { color: rgb(167,10,254); }
H1.HeaderClassName
{
color: #A70AFE;
}
.AnyTagClassName
{
color: #A70AFE;
}
</style>
background-color css
<style>
a { background-color: #A70AFE; }
a { background-color: rgb(167,10,254); }
div.DivClassName
{
background-color: #A70AFE;
}
.BgClassName
{
background-color: #A70AFE;
}
</style>
border-color css
<style>
span { border-color: #A70AFE; }
span { border-color: rgb(167,10,254); }
td.TdClassName
{
border-color: #A70AFE;
}
.TagClassName
{
border-color: #A70AFE;
}
</style>