Shades of Electric Purple #A703F0
Tints of Electric Purple #A703F0
RGB
CMYK
RGB Variations
Color information
#A703F0 (or 0xA703F0) is known color: Electric Purple. HEX triplet: A7, 03 and F0. RGB value is (167,3,240). Sum of RGB (Red+Green+Blue) = 167+3+240=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 240 (94.14% from 255 or 58.54% from 410); Max value from RGB is 240 - color contains mainly: blue. Hex color #A703F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A703F0 is #58FC0F. Grayscale: #4E4E4E. Windows color (decimal): -5831696 or 15729575. OLE color: 15729575.
HSL color Cylindrical-coordinate representation of color #A703F0: hue angle of 281.52º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A703F0 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 3 | 240 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.06 |
| HSL | 281.52º | 0.98% | 0.48% | - |
| HSV(B) | 281.52º | 0.99% | 0.94% | - |
| XYZ | 31.7 | 14.57 | 83.58 | - |
| YUV | 79.05 | 218.83 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 240 | 0.30 | 0.99 | 0 | 0.06 | 281.52 | 0.98 | 0.48 |
| Hex | A7 | 3 | F0 | 1E | 63 | 0 | 6 | 11A | 62 | 30 |
| Octal | 247 | 3 | 360 | 36 | 143 | 0 | 6 | 432 | 142 | 60 |
| Binary | 10100111 | 11 | 11110000 | 11110 | 1100011 | 0 | 110 | 100011010 | 1100010 | 110000 |
Color Harmonies of #A703F0
Complementary color
Monochromatic Colors of #A703F0
Black with #A703F0
Text Example
Text Example
White with #A703F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A703F0; }
p { color: rgb(167,3,240); }
H1.HeaderClassName
{
color: #A703F0;
}
.AnyTagClassName
{
color: #A703F0;
}
</style>
background-color css
<style>
a { background-color: #A703F0; }
a { background-color: rgb(167,3,240); }
div.DivClassName
{
background-color: #A703F0;
}
.BgClassName
{
background-color: #A703F0;
}
</style>
border-color css
<style>
span { border-color: #A703F0; }
span { border-color: rgb(167,3,240); }
td.TdClassName
{
border-color: #A703F0;
}
.TagClassName
{
border-color: #A703F0;
}
</style>