Shades of Electric Purple #A70FED
Tints of Electric Purple #A70FED
RGB
CMYK
RGB Variations
Color information
#A70FED (or 0xA70FED) is known color: Electric Purple. HEX triplet: A7, 0F and ED. RGB value is (167,15,237). Sum of RGB (Red+Green+Blue) = 167+15+237=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #A70FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70FED is #58F012. Grayscale: #555555. Windows color (decimal): -5828627 or 15536039. OLE color: 15536039.
HSL color Cylindrical-coordinate representation of color #A70FED: hue angle of 281.08º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70FED is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 15 | 237 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.07 |
| HSL | 281.08º | 0.88% | 0.49% | - |
| HSV(B) | 281.08º | 0.94% | 0.93% | - |
| XYZ | 31.39 | 14.67 | 81.3 | - |
| YUV | 85.76 | 213.36 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 237 | 0.30 | 0.94 | 0 | 0.07 | 281.08 | 0.88 | 0.49 |
| Hex | A7 | F | ED | 1E | 5E | 0 | 7 | 119 | 58 | 31 |
| Octal | 247 | 17 | 355 | 36 | 136 | 0 | 7 | 431 | 130 | 61 |
| Binary | 10100111 | 1111 | 11101101 | 11110 | 1011110 | 0 | 111 | 100011001 | 1011000 | 110001 |
Color Harmonies of #A70FED
Complementary color
Monochromatic Colors of #A70FED
Black with #A70FED
Text Example
Text Example
White with #A70FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70FED; }
p { color: rgb(167,15,237); }
H1.HeaderClassName
{
color: #A70FED;
}
.AnyTagClassName
{
color: #A70FED;
}
</style>
background-color css
<style>
a { background-color: #A70FED; }
a { background-color: rgb(167,15,237); }
div.DivClassName
{
background-color: #A70FED;
}
.BgClassName
{
background-color: #A70FED;
}
</style>
border-color css
<style>
span { border-color: #A70FED; }
span { border-color: rgb(167,15,237); }
td.TdClassName
{
border-color: #A70FED;
}
.TagClassName
{
border-color: #A70FED;
}
</style>