Shades of Electric Purple #A701F6
Tints of Electric Purple #A701F6
RGB
CMYK
RGB Variations
Color information
#A701F6 (or 0xA701F6) is known color: Electric Purple. HEX triplet: A7, 01 and F6. RGB value is (167,1,246). Sum of RGB (Red+Green+Blue) = 167+1+246=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 246 (96.48% from 255 or 59.42% from 414); Max value from RGB is 246 - color contains mainly: blue. Hex color #A701F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A701F6 is #58FE09. Grayscale: #4D4D4D. Windows color (decimal): -5832202 or 16122279. OLE color: 16122279.
HSL color Cylindrical-coordinate representation of color #A701F6: hue angle of 280.65º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A701F6 is Cyan = 0.32, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 1 | 246 | - |
| CMYK | 0.32 | 1.00 | 0 | 0.04 |
| HSL | 280.65º | 0.99% | 0.48% | - |
| HSV(B) | 280.65º | 1% | 0.96% | - |
| XYZ | 32.58 | 14.89 | 88.35 | - |
| YUV | 78.56 | 222.5 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 246 | 0.32 | 1.00 | 0 | 0.04 | 280.65 | 0.99 | 0.48 |
| Hex | A7 | 1 | F6 | 20 | 64 | 0 | 4 | 119 | 63 | 30 |
| Octal | 247 | 1 | 366 | 40 | 144 | 0 | 4 | 431 | 143 | 60 |
| Binary | 10100111 | 1 | 11110110 | 100000 | 1100100 | 0 | 100 | 100011001 | 1100011 | 110000 |
Color Harmonies of #A701F6
Complementary color
Monochromatic Colors of #A701F6
Black with #A701F6
Text Example
Text Example
White with #A701F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A701F6; }
p { color: rgb(167,1,246); }
H1.HeaderClassName
{
color: #A701F6;
}
.AnyTagClassName
{
color: #A701F6;
}
</style>
background-color css
<style>
a { background-color: #A701F6; }
a { background-color: rgb(167,1,246); }
div.DivClassName
{
background-color: #A701F6;
}
.BgClassName
{
background-color: #A701F6;
}
</style>
border-color css
<style>
span { border-color: #A701F6; }
span { border-color: rgb(167,1,246); }
td.TdClassName
{
border-color: #A701F6;
}
.TagClassName
{
border-color: #A701F6;
}
</style>