Shades of Electric Purple #A007F7
Tints of Electric Purple #A007F7
RGB
CMYK
RGB Variations
Color information
#A007F7 (or 0xA007F7) is known color: Electric Purple. HEX triplet: A0, 07 and F7. RGB value is (160,7,247). Sum of RGB (Red+Green+Blue) = 160+7+247=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 247 (96.88% from 255 or 59.66% from 414); Max value from RGB is 247 - color contains mainly: blue. Hex color #A007F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A007F7 is #5FF808. Grayscale: #4F4F4F. Windows color (decimal): -6289417 or 16189344. OLE color: 16189344.
HSL color Cylindrical-coordinate representation of color #A007F7: hue angle of 278.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A007F7 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 7 | 247 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.03 |
| HSL | 278.25º | 0.94% | 0.5% | - |
| HSV(B) | 278.25º | 0.97% | 0.97% | - |
| XYZ | 31.36 | 14.34 | 89.11 | - |
| YUV | 80.11 | 222.19 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 247 | 0.35 | 0.97 | 0 | 0.03 | 278.25 | 0.94 | 0.5 |
| Hex | A0 | 7 | F7 | 23 | 61 | 0 | 3 | 116 | 5E | 32 |
| Octal | 240 | 7 | 367 | 43 | 141 | 0 | 3 | 426 | 136 | 62 |
| Binary | 10100000 | 111 | 11110111 | 100011 | 1100001 | 0 | 11 | 100010110 | 1011110 | 110010 |
Color Harmonies of #A007F7
Complementary color
Monochromatic Colors of #A007F7
Black with #A007F7
Text Example
Text Example
White with #A007F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A007F7; }
p { color: rgb(160,7,247); }
H1.HeaderClassName
{
color: #A007F7;
}
.AnyTagClassName
{
color: #A007F7;
}
</style>
background-color css
<style>
a { background-color: #A007F7; }
a { background-color: rgb(160,7,247); }
div.DivClassName
{
background-color: #A007F7;
}
.BgClassName
{
background-color: #A007F7;
}
</style>
border-color css
<style>
span { border-color: #A007F7; }
span { border-color: rgb(160,7,247); }
td.TdClassName
{
border-color: #A007F7;
}
.TagClassName
{
border-color: #A007F7;
}
</style>