Shades of Electric Purple #A70FF5
Tints of Electric Purple #A70FF5
RGB
CMYK
RGB Variations
Color information
#A70FF5 (or 0xA70FF5) is known color: Electric Purple. HEX triplet: A7, 0F and F5. RGB value is (167,15,245). Sum of RGB (Red+Green+Blue) = 167+15+245=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 245 (96.09% from 255 or 57.38% from 427); Max value from RGB is 245 - color contains mainly: blue. Hex color #A70FF5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70FF5 is #58F00A. Grayscale: #555555. Windows color (decimal): -5828619 or 16060327. OLE color: 16060327.
HSL color Cylindrical-coordinate representation of color #A70FF5: hue angle of 279.65º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70FF5 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 15 | 245 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.04 |
| HSL | 279.65º | 0.92% | 0.51% | - |
| HSV(B) | 279.65º | 0.94% | 0.96% | - |
| XYZ | 32.59 | 15.15 | 87.59 | - |
| YUV | 86.67 | 217.36 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 245 | 0.32 | 0.94 | 0 | 0.04 | 279.65 | 0.92 | 0.51 |
| Hex | A7 | F | F5 | 20 | 5E | 0 | 4 | 118 | 5C | 33 |
| Octal | 247 | 17 | 365 | 40 | 136 | 0 | 4 | 430 | 134 | 63 |
| Binary | 10100111 | 1111 | 11110101 | 100000 | 1011110 | 0 | 100 | 100011000 | 1011100 | 110011 |
Color Harmonies of #A70FF5
Complementary color
Monochromatic Colors of #A70FF5
Black with #A70FF5
Text Example
Text Example
White with #A70FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70FF5; }
p { color: rgb(167,15,245); }
H1.HeaderClassName
{
color: #A70FF5;
}
.AnyTagClassName
{
color: #A70FF5;
}
</style>
background-color css
<style>
a { background-color: #A70FF5; }
a { background-color: rgb(167,15,245); }
div.DivClassName
{
background-color: #A70FF5;
}
.BgClassName
{
background-color: #A70FF5;
}
</style>
border-color css
<style>
span { border-color: #A70FF5; }
span { border-color: rgb(167,15,245); }
td.TdClassName
{
border-color: #A70FF5;
}
.TagClassName
{
border-color: #A70FF5;
}
</style>