Shades of Electric Purple #A007FA
Tints of Electric Purple #A007FA
RGB
CMYK
RGB Variations
Color information
#A007FA (or 0xA007FA) is known color: Electric Purple. HEX triplet: A0, 07 and FA. RGB value is (160,7,250). Sum of RGB (Red+Green+Blue) = 160+7+250=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #A007FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A007FA is #5FF805. Grayscale: #4F4F4F. Windows color (decimal): -6289414 or 16385952. OLE color: 16385952.
HSL color Cylindrical-coordinate representation of color #A007FA: hue angle of 277.78º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A007FA is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 7 | 250 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.02 |
| HSL | 277.78º | 0.96% | 0.5% | - |
| HSV(B) | 277.78º | 0.97% | 0.98% | - |
| XYZ | 31.83 | 14.53 | 91.57 | - |
| YUV | 80.45 | 223.69 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 250 | 0.36 | 0.97 | 0 | 0.02 | 277.78 | 0.96 | 0.5 |
| Hex | A0 | 7 | FA | 24 | 61 | 0 | 2 | 116 | 60 | 32 |
| Octal | 240 | 7 | 372 | 44 | 141 | 0 | 2 | 426 | 140 | 62 |
| Binary | 10100000 | 111 | 11111010 | 100100 | 1100001 | 0 | 10 | 100010110 | 1100000 | 110010 |
Color Harmonies of #A007FA
Complementary color
Monochromatic Colors of #A007FA
Black with #A007FA
Text Example
Text Example
White with #A007FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A007FA; }
p { color: rgb(160,7,250); }
H1.HeaderClassName
{
color: #A007FA;
}
.AnyTagClassName
{
color: #A007FA;
}
</style>
background-color css
<style>
a { background-color: #A007FA; }
a { background-color: rgb(160,7,250); }
div.DivClassName
{
background-color: #A007FA;
}
.BgClassName
{
background-color: #A007FA;
}
</style>
border-color css
<style>
span { border-color: #A007FA; }
span { border-color: rgb(160,7,250); }
td.TdClassName
{
border-color: #A007FA;
}
.TagClassName
{
border-color: #A007FA;
}
</style>