Shades of Electric Purple #A010FA
Tints of Electric Purple #A010FA
RGB
CMYK
RGB Variations
Color information
#A010FA (or 0xA010FA) is known color: Electric Purple. HEX triplet: A0, 10 and FA. RGB value is (160,16,250). Sum of RGB (Red+Green+Blue) = 160+16+250=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #A010FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A010FA is #5FEF05. Grayscale: #545454. Windows color (decimal): -6287110 or 16388256. OLE color: 16388256.
HSL color Cylindrical-coordinate representation of color #A010FA: hue angle of 276.92º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A010FA is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 16 | 250 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.02 |
| HSL | 276.92º | 0.96% | 0.52% | - |
| HSV(B) | 276.92º | 0.94% | 0.98% | - |
| XYZ | 31.94 | 14.75 | 91.61 | - |
| YUV | 85.73 | 220.71 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 250 | 0.36 | 0.94 | 0 | 0.02 | 276.92 | 0.96 | 0.52 |
| Hex | A0 | 10 | FA | 24 | 5E | 0 | 2 | 115 | 60 | 34 |
| Octal | 240 | 20 | 372 | 44 | 136 | 0 | 2 | 425 | 140 | 64 |
| Binary | 10100000 | 10000 | 11111010 | 100100 | 1011110 | 0 | 10 | 100010101 | 1100000 | 110100 |
Color Harmonies of #A010FA
Complementary color
Monochromatic Colors of #A010FA
Black with #A010FA
Text Example
Text Example
White with #A010FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010FA; }
p { color: rgb(160,16,250); }
H1.HeaderClassName
{
color: #A010FA;
}
.AnyTagClassName
{
color: #A010FA;
}
</style>
background-color css
<style>
a { background-color: #A010FA; }
a { background-color: rgb(160,16,250); }
div.DivClassName
{
background-color: #A010FA;
}
.BgClassName
{
background-color: #A010FA;
}
</style>
border-color css
<style>
span { border-color: #A010FA; }
span { border-color: rgb(160,16,250); }
td.TdClassName
{
border-color: #A010FA;
}
.TagClassName
{
border-color: #A010FA;
}
</style>