Shades of Electric Purple #A703ED
Tints of Electric Purple #A703ED
RGB
CMYK
RGB Variations
Color information
#A703ED (or 0xA703ED) is known color: Electric Purple. HEX triplet: A7, 03 and ED. RGB value is (167,3,237). Sum of RGB (Red+Green+Blue) = 167+3+237=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #A703ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A703ED is #58FC12. Grayscale: #4D4D4D. Windows color (decimal): -5831699 or 15532967. OLE color: 15532967.
HSL color Cylindrical-coordinate representation of color #A703ED: hue angle of 282.05º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A703ED is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 3 | 237 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.07 |
| HSL | 282.05º | 0.98% | 0.47% | - |
| HSV(B) | 282.05º | 0.99% | 0.93% | - |
| XYZ | 31.25 | 14.4 | 81.25 | - |
| YUV | 78.71 | 217.33 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 237 | 0.30 | 0.99 | 0 | 0.07 | 282.05 | 0.98 | 0.47 |
| Hex | A7 | 3 | ED | 1E | 63 | 0 | 7 | 11A | 62 | 2F |
| Octal | 247 | 3 | 355 | 36 | 143 | 0 | 7 | 432 | 142 | 57 |
| Binary | 10100111 | 11 | 11101101 | 11110 | 1100011 | 0 | 111 | 100011010 | 1100010 | 101111 |
Color Harmonies of #A703ED
Complementary color
Monochromatic Colors of #A703ED
Black with #A703ED
Text Example
Text Example
White with #A703ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A703ED; }
p { color: rgb(167,3,237); }
H1.HeaderClassName
{
color: #A703ED;
}
.AnyTagClassName
{
color: #A703ED;
}
</style>
background-color css
<style>
a { background-color: #A703ED; }
a { background-color: rgb(167,3,237); }
div.DivClassName
{
background-color: #A703ED;
}
.BgClassName
{
background-color: #A703ED;
}
</style>
border-color css
<style>
span { border-color: #A703ED; }
span { border-color: rgb(167,3,237); }
td.TdClassName
{
border-color: #A703ED;
}
.TagClassName
{
border-color: #A703ED;
}
</style>