Shades of Electric Purple #A702F6
Tints of Electric Purple #A702F6
RGB
CMYK
RGB Variations
Color information
#A702F6 (or 0xA702F6) is known color: Electric Purple. HEX triplet: A7, 02 and F6. RGB value is (167,2,246). Sum of RGB (Red+Green+Blue) = 167+2+246=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 246 (96.48% from 255 or 59.28% from 415); Max value from RGB is 246 - color contains mainly: blue. Hex color #A702F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A702F6 is #58FD09. Grayscale: #4E4E4E. Windows color (decimal): -5831946 or 16122535. OLE color: 16122535.
HSL color Cylindrical-coordinate representation of color #A702F6: hue angle of 280.57º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A702F6 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 2 | 246 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.04 |
| HSL | 280.57º | 0.98% | 0.49% | - |
| HSV(B) | 280.57º | 0.99% | 0.96% | - |
| XYZ | 32.59 | 14.91 | 88.35 | - |
| YUV | 79.15 | 222.16 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 246 | 0.32 | 0.99 | 0 | 0.04 | 280.57 | 0.98 | 0.49 |
| Hex | A7 | 2 | F6 | 20 | 63 | 0 | 4 | 119 | 62 | 31 |
| Octal | 247 | 2 | 366 | 40 | 143 | 0 | 4 | 431 | 142 | 61 |
| Binary | 10100111 | 10 | 11110110 | 100000 | 1100011 | 0 | 100 | 100011001 | 1100010 | 110001 |
Color Harmonies of #A702F6
Complementary color
Monochromatic Colors of #A702F6
Black with #A702F6
Text Example
Text Example
White with #A702F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A702F6; }
p { color: rgb(167,2,246); }
H1.HeaderClassName
{
color: #A702F6;
}
.AnyTagClassName
{
color: #A702F6;
}
</style>
background-color css
<style>
a { background-color: #A702F6; }
a { background-color: rgb(167,2,246); }
div.DivClassName
{
background-color: #A702F6;
}
.BgClassName
{
background-color: #A702F6;
}
</style>
border-color css
<style>
span { border-color: #A702F6; }
span { border-color: rgb(167,2,246); }
td.TdClassName
{
border-color: #A702F6;
}
.TagClassName
{
border-color: #A702F6;
}
</style>