Shades of Electric Purple #A010FF
Tints of Electric Purple #A010FF
RGB
CMYK
RGB Variations
Color information
#A010FF (or 0xA010FF) is known color: Electric Purple. HEX triplet: A0, 10 and FF. RGB value is (160,16,255). Sum of RGB (Red+Green+Blue) = 160+16+255=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #A010FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A010FF is #5FEF00. Grayscale: #555555. Windows color (decimal): -6287105 or 16715936. OLE color: 16715936.
HSL color Cylindrical-coordinate representation of color #A010FF: hue angle of 276.15º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A010FF is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 16 | 255 | - |
| CMYK | 0.37 | 0.94 | 0 | 0 |
| HSL | 276.15º | 1% | 0.53% | - |
| HSV(B) | 276.15º | 0.94% | 1% | - |
| XYZ | 32.73 | 15.06 | 95.79 | - |
| YUV | 86.3 | 223.21 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 255 | 0.37 | 0.94 | 0 | 0 | 276.15 | 1 | 0.53 |
| Hex | A0 | 10 | FF | 25 | 5E | 0 | 0 | 114 | 64 | 35 |
| Octal | 240 | 20 | 377 | 45 | 136 | 0 | 0 | 424 | 144 | 65 |
| Binary | 10100000 | 10000 | 11111111 | 100101 | 1011110 | 0 | 0 | 100010100 | 1100100 | 110101 |
Color Harmonies of #A010FF
Complementary color
Monochromatic Colors of #A010FF
Black with #A010FF
Text Example
Text Example
White with #A010FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010FF; }
p { color: rgb(160,16,255); }
H1.HeaderClassName
{
color: #A010FF;
}
.AnyTagClassName
{
color: #A010FF;
}
</style>
background-color css
<style>
a { background-color: #A010FF; }
a { background-color: rgb(160,16,255); }
div.DivClassName
{
background-color: #A010FF;
}
.BgClassName
{
background-color: #A010FF;
}
</style>
border-color css
<style>
span { border-color: #A010FF; }
span { border-color: rgb(160,16,255); }
td.TdClassName
{
border-color: #A010FF;
}
.TagClassName
{
border-color: #A010FF;
}
</style>