Shades of Electric Purple #A702FC
Tints of Electric Purple #A702FC
RGB
CMYK
RGB Variations
Color information
#A702FC (or 0xA702FC) is known color: Electric Purple. HEX triplet: A7, 02 and FC. RGB value is (167,2,252). Sum of RGB (Red+Green+Blue) = 167+2+252=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #A702FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A702FC is #58FD03. Grayscale: #4F4F4F. Windows color (decimal): -5831940 or 16515751. OLE color: 16515751.
HSL color Cylindrical-coordinate representation of color #A702FC: hue angle of 279.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A702FC is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 2 | 252 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.01 |
| HSL | 279.6º | 0.98% | 0.5% | - |
| HSV(B) | 279.6º | 0.99% | 0.99% | - |
| XYZ | 33.53 | 15.29 | 93.28 | - |
| YUV | 79.84 | 225.16 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 252 | 0.34 | 0.99 | 0 | 0.01 | 279.6 | 0.98 | 0.5 |
| Hex | A7 | 2 | FC | 22 | 63 | 0 | 1 | 118 | 62 | 32 |
| Octal | 247 | 2 | 374 | 42 | 143 | 0 | 1 | 430 | 142 | 62 |
| Binary | 10100111 | 10 | 11111100 | 100010 | 1100011 | 0 | 1 | 100011000 | 1100010 | 110010 |
Color Harmonies of #A702FC
Complementary color
Monochromatic Colors of #A702FC
Black with #A702FC
Text Example
Text Example
White with #A702FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A702FC; }
p { color: rgb(167,2,252); }
H1.HeaderClassName
{
color: #A702FC;
}
.AnyTagClassName
{
color: #A702FC;
}
</style>
background-color css
<style>
a { background-color: #A702FC; }
a { background-color: rgb(167,2,252); }
div.DivClassName
{
background-color: #A702FC;
}
.BgClassName
{
background-color: #A702FC;
}
</style>
border-color css
<style>
span { border-color: #A702FC; }
span { border-color: rgb(167,2,252); }
td.TdClassName
{
border-color: #A702FC;
}
.TagClassName
{
border-color: #A702FC;
}
</style>