Shades of Electric Purple #A000FA
Tints of Electric Purple #A000FA
RGB
CMYK
RGB Variations
Color information
#A000FA (or 0xA000FA) is known color: Electric Purple. HEX triplet: A0, 00 and FA. RGB value is (160,0,250). Sum of RGB (Red+Green+Blue) = 160+0+250=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #A000FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A000FA is #5FFF05. Grayscale: #4B4B4B. Windows color (decimal): -6291206 or 16384160. OLE color: 16384160.
HSL color Cylindrical-coordinate representation of color #A000FA: hue angle of 278.4º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000FA is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 0 | 250 | - |
| CMYK | 0.36 | 1 | 0 | 0.02 |
| HSL | 278.4º | 1% | 0.49% | - |
| HSV(B) | 278.4º | 1% | 0.98% | - |
| XYZ | 31.75 | 14.38 | 91.54 | - |
| YUV | 76.34 | 226.01 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 250 | 0.36 | 1 | 0 | 0.02 | 278.4 | 1 | 0.49 |
| Hex | A0 | 0 | FA | 24 | 64 | 0 | 2 | 116 | 64 | 31 |
| Octal | 240 | 0 | 372 | 44 | 144 | 0 | 2 | 426 | 144 | 61 |
| Binary | 10100000 | 0 | 11111010 | 100100 | 1100100 | 0 | 10 | 100010110 | 1100100 | 110001 |
Color Harmonies of #A000FA
Complementary color
Monochromatic Colors of #A000FA
Black with #A000FA
Text Example
Text Example
White with #A000FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000FA; }
p { color: rgb(160,0,250); }
H1.HeaderClassName
{
color: #A000FA;
}
.AnyTagClassName
{
color: #A000FA;
}
</style>
background-color css
<style>
a { background-color: #A000FA; }
a { background-color: rgb(160,0,250); }
div.DivClassName
{
background-color: #A000FA;
}
.BgClassName
{
background-color: #A000FA;
}
</style>
border-color css
<style>
span { border-color: #A000FA; }
span { border-color: rgb(160,0,250); }
td.TdClassName
{
border-color: #A000FA;
}
.TagClassName
{
border-color: #A000FA;
}
</style>