Shades of Electric Purple #A007F3
Tints of Electric Purple #A007F3
RGB
CMYK
RGB Variations
Color information
#A007F3 (or 0xA007F3) is known color: Electric Purple. HEX triplet: A0, 07 and F3. RGB value is (160,7,243). Sum of RGB (Red+Green+Blue) = 160+7+243=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 243 (95.31% from 255 or 59.27% from 410); Max value from RGB is 243 - color contains mainly: blue. Hex color #A007F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A007F3 is #5FF80C. Grayscale: #4E4E4E. Windows color (decimal): -6289421 or 15927200. OLE color: 15927200.
HSL color Cylindrical-coordinate representation of color #A007F3: hue angle of 278.9º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A007F3 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 7 | 243 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.05 |
| HSL | 278.9º | 0.94% | 0.49% | - |
| HSV(B) | 278.9º | 0.97% | 0.95% | - |
| XYZ | 30.75 | 14.1 | 85.89 | - |
| YUV | 79.65 | 220.19 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 243 | 0.34 | 0.97 | 0 | 0.05 | 278.9 | 0.94 | 0.49 |
| Hex | A0 | 7 | F3 | 22 | 61 | 0 | 5 | 117 | 5E | 31 |
| Octal | 240 | 7 | 363 | 42 | 141 | 0 | 5 | 427 | 136 | 61 |
| Binary | 10100000 | 111 | 11110011 | 100010 | 1100001 | 0 | 101 | 100010111 | 1011110 | 110001 |
Color Harmonies of #A007F3
Complementary color
Monochromatic Colors of #A007F3
Black with #A007F3
Text Example
Text Example
White with #A007F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A007F3; }
p { color: rgb(160,7,243); }
H1.HeaderClassName
{
color: #A007F3;
}
.AnyTagClassName
{
color: #A007F3;
}
</style>
background-color css
<style>
a { background-color: #A007F3; }
a { background-color: rgb(160,7,243); }
div.DivClassName
{
background-color: #A007F3;
}
.BgClassName
{
background-color: #A007F3;
}
</style>
border-color css
<style>
span { border-color: #A007F3; }
span { border-color: rgb(160,7,243); }
td.TdClassName
{
border-color: #A007F3;
}
.TagClassName
{
border-color: #A007F3;
}
</style>