Shades of Electric Purple #A70DF0
Tints of Electric Purple #A70DF0
RGB
CMYK
RGB Variations
Color information
#A70DF0 (or 0xA70DF0) is known color: Electric Purple. HEX triplet: A7, 0D and F0. RGB value is (167,13,240). Sum of RGB (Red+Green+Blue) = 167+13+240=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 240 (94.14% from 255 or 57.14% from 420); Max value from RGB is 240 - color contains mainly: blue. Hex color #A70DF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70DF0 is #58F20F. Grayscale: #545454. Windows color (decimal): -5829136 or 15732135. OLE color: 15732135.
HSL color Cylindrical-coordinate representation of color #A70DF0: hue angle of 280.7º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70DF0 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 13 | 240 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.06 |
| HSL | 280.7º | 0.9% | 0.5% | - |
| HSV(B) | 280.7º | 0.95% | 0.94% | - |
| XYZ | 31.81 | 14.79 | 83.62 | - |
| YUV | 84.92 | 215.52 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 13 | 240 | 0.30 | 0.95 | 0 | 0.06 | 280.7 | 0.9 | 0.5 |
| Hex | A7 | D | F0 | 1E | 5F | 0 | 6 | 119 | 5A | 32 |
| Octal | 247 | 15 | 360 | 36 | 137 | 0 | 6 | 431 | 132 | 62 |
| Binary | 10100111 | 1101 | 11110000 | 11110 | 1011111 | 0 | 110 | 100011001 | 1011010 | 110010 |
Color Harmonies of #A70DF0
Complementary color
Monochromatic Colors of #A70DF0
Black with #A70DF0
Text Example
Text Example
White with #A70DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70DF0; }
p { color: rgb(167,13,240); }
H1.HeaderClassName
{
color: #A70DF0;
}
.AnyTagClassName
{
color: #A70DF0;
}
</style>
background-color css
<style>
a { background-color: #A70DF0; }
a { background-color: rgb(167,13,240); }
div.DivClassName
{
background-color: #A70DF0;
}
.BgClassName
{
background-color: #A70DF0;
}
</style>
border-color css
<style>
span { border-color: #A70DF0; }
span { border-color: rgb(167,13,240); }
td.TdClassName
{
border-color: #A70DF0;
}
.TagClassName
{
border-color: #A70DF0;
}
</style>