Shades of Electric Purple #A703FF
Tints of Electric Purple #A703FF
RGB
CMYK
RGB Variations
Color information
#A703FF (or 0xA703FF) is known color: Electric Purple. HEX triplet: A7, 03 and FF. RGB value is (167,3,255). Sum of RGB (Red+Green+Blue) = 167+3+255=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #A703FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A703FF is #58FC00. Grayscale: #4F4F4F. Windows color (decimal): -5831681 or 16712615. OLE color: 16712615.
HSL color Cylindrical-coordinate representation of color #A703FF: hue angle of 279.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A703FF is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 3 | 255 | - |
| CMYK | 0.35 | 0.99 | 0 | 0 |
| HSL | 279.05º | 1% | 0.51% | - |
| HSV(B) | 279.05º | 0.99% | 1% | - |
| XYZ | 34.02 | 15.5 | 95.81 | - |
| YUV | 80.76 | 226.33 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 255 | 0.35 | 0.99 | 0 | 0 | 279.05 | 1 | 0.51 |
| Hex | A7 | 3 | FF | 23 | 63 | 0 | 0 | 117 | 64 | 33 |
| Octal | 247 | 3 | 377 | 43 | 143 | 0 | 0 | 427 | 144 | 63 |
| Binary | 10100111 | 11 | 11111111 | 100011 | 1100011 | 0 | 0 | 100010111 | 1100100 | 110011 |
Color Harmonies of #A703FF
Complementary color
Monochromatic Colors of #A703FF
Black with #A703FF
Text Example
Text Example
White with #A703FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A703FF; }
p { color: rgb(167,3,255); }
H1.HeaderClassName
{
color: #A703FF;
}
.AnyTagClassName
{
color: #A703FF;
}
</style>
background-color css
<style>
a { background-color: #A703FF; }
a { background-color: rgb(167,3,255); }
div.DivClassName
{
background-color: #A703FF;
}
.BgClassName
{
background-color: #A703FF;
}
</style>
border-color css
<style>
span { border-color: #A703FF; }
span { border-color: rgb(167,3,255); }
td.TdClassName
{
border-color: #A703FF;
}
.TagClassName
{
border-color: #A703FF;
}
</style>