Shades of Electric Purple #A007FC
Tints of Electric Purple #A007FC
RGB
CMYK
RGB Variations
Color information
#A007FC (or 0xA007FC) is known color: Electric Purple. HEX triplet: A0, 07 and FC. RGB value is (160,7,252). Sum of RGB (Red+Green+Blue) = 160+7+252=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 7 (3.12% from 255 or 1.67% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #A007FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A007FC is #5FF803. Grayscale: #4F4F4F. Windows color (decimal): -6289412 or 16517024. OLE color: 16517024.
HSL color Cylindrical-coordinate representation of color #A007FC: hue angle of 277.47º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A007FC is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 7 | 252 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.01 |
| HSL | 277.47º | 0.98% | 0.51% | - |
| HSV(B) | 277.47º | 0.97% | 0.99% | - |
| XYZ | 32.14 | 14.65 | 93.23 | - |
| YUV | 80.68 | 224.69 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 252 | 0.37 | 0.97 | 0 | 0.01 | 277.47 | 0.98 | 0.51 |
| Hex | A0 | 7 | FC | 25 | 61 | 0 | 1 | 115 | 62 | 33 |
| Octal | 240 | 7 | 374 | 45 | 141 | 0 | 1 | 425 | 142 | 63 |
| Binary | 10100000 | 111 | 11111100 | 100101 | 1100001 | 0 | 1 | 100010101 | 1100010 | 110011 |
Color Harmonies of #A007FC
Complementary color
Monochromatic Colors of #A007FC
Black with #A007FC
Text Example
Text Example
White with #A007FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A007FC; }
p { color: rgb(160,7,252); }
H1.HeaderClassName
{
color: #A007FC;
}
.AnyTagClassName
{
color: #A007FC;
}
</style>
background-color css
<style>
a { background-color: #A007FC; }
a { background-color: rgb(160,7,252); }
div.DivClassName
{
background-color: #A007FC;
}
.BgClassName
{
background-color: #A007FC;
}
</style>
border-color css
<style>
span { border-color: #A007FC; }
span { border-color: rgb(160,7,252); }
td.TdClassName
{
border-color: #A007FC;
}
.TagClassName
{
border-color: #A007FC;
}
</style>