Shades of Electric Purple #A70EED
Tints of Electric Purple #A70EED
RGB
CMYK
RGB Variations
Color information
#A70EED (or 0xA70EED) is known color: Electric Purple. HEX triplet: A7, 0E and ED. RGB value is (167,14,237). Sum of RGB (Red+Green+Blue) = 167+14+237=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #A70EED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70EED is #58F112. Grayscale: #545454. Windows color (decimal): -5828883 or 15535783. OLE color: 15535783.
HSL color Cylindrical-coordinate representation of color #A70EED: hue angle of 281.17º degrees, saturation: 0.89, 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 #A70EED is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 14 | 237 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.07 |
| HSL | 281.17º | 0.89% | 0.49% | - |
| HSV(B) | 281.17º | 0.94% | 0.93% | - |
| XYZ | 31.38 | 14.64 | 81.29 | - |
| YUV | 85.17 | 213.69 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 14 | 237 | 0.30 | 0.94 | 0 | 0.07 | 281.17 | 0.89 | 0.49 |
| Hex | A7 | E | ED | 1E | 5E | 0 | 7 | 119 | 59 | 31 |
| Octal | 247 | 16 | 355 | 36 | 136 | 0 | 7 | 431 | 131 | 61 |
| Binary | 10100111 | 1110 | 11101101 | 11110 | 1011110 | 0 | 111 | 100011001 | 1011001 | 110001 |
Color Harmonies of #A70EED
Complementary color
Monochromatic Colors of #A70EED
Black with #A70EED
Text Example
Text Example
White with #A70EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70EED; }
p { color: rgb(167,14,237); }
H1.HeaderClassName
{
color: #A70EED;
}
.AnyTagClassName
{
color: #A70EED;
}
</style>
background-color css
<style>
a { background-color: #A70EED; }
a { background-color: rgb(167,14,237); }
div.DivClassName
{
background-color: #A70EED;
}
.BgClassName
{
background-color: #A70EED;
}
</style>
border-color css
<style>
span { border-color: #A70EED; }
span { border-color: rgb(167,14,237); }
td.TdClassName
{
border-color: #A70EED;
}
.TagClassName
{
border-color: #A70EED;
}
</style>