Shades of Electric Purple #A000FF
Tints of Electric Purple #A000FF
RGB
CMYK
RGB Variations
Color information
#A000FF (or 0xA000FF) is known color: Electric Purple. HEX triplet: A0, 00 and FF. RGB value is (160,0,255). Sum of RGB (Red+Green+Blue) = 160+0+255=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #A000FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A000FF is #5FFF00. Grayscale: #4C4C4C. Windows color (decimal): -6291201 or 16711840. OLE color: 16711840.
HSL color Cylindrical-coordinate representation of color #A000FF: hue angle of 277.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000FF is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 0 | 255 | - |
| CMYK | 0.37 | 1 | 0 | 0 |
| HSL | 277.65º | 1% | 0.5% | - |
| HSV(B) | 277.65º | 1% | 1% | - |
| XYZ | 32.55 | 14.69 | 95.73 | - |
| YUV | 76.91 | 228.51 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 255 | 0.37 | 1 | 0 | 0 | 277.65 | 1 | 0.5 |
| Hex | A0 | 0 | FF | 25 | 64 | 0 | 0 | 116 | 64 | 32 |
| Octal | 240 | 0 | 377 | 45 | 144 | 0 | 0 | 426 | 144 | 62 |
| Binary | 10100000 | 0 | 11111111 | 100101 | 1100100 | 0 | 0 | 100010110 | 1100100 | 110010 |
Color Harmonies of #A000FF
Complementary color
Monochromatic Colors of #A000FF
Black with #A000FF
Text Example
Text Example
White with #A000FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000FF; }
p { color: rgb(160,0,255); }
H1.HeaderClassName
{
color: #A000FF;
}
.AnyTagClassName
{
color: #A000FF;
}
</style>
background-color css
<style>
a { background-color: #A000FF; }
a { background-color: rgb(160,0,255); }
div.DivClassName
{
background-color: #A000FF;
}
.BgClassName
{
background-color: #A000FF;
}
</style>
border-color css
<style>
span { border-color: #A000FF; }
span { border-color: rgb(160,0,255); }
td.TdClassName
{
border-color: #A000FF;
}
.TagClassName
{
border-color: #A000FF;
}
</style>