Shades of Electric Purple #A00AFA
Tints of Electric Purple #A00AFA
RGB
CMYK
RGB Variations
Color information
#A00AFA (or 0xA00AFA) is known color: Electric Purple. HEX triplet: A0, 0A and FA. RGB value is (160,10,250). Sum of RGB (Red+Green+Blue) = 160+10+250=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #A00AFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00AFA is #5FF505. Grayscale: #515151. Windows color (decimal): -6288646 or 16386720. OLE color: 16386720.
HSL color Cylindrical-coordinate representation of color #A00AFA: hue angle of 277.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00AFA is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 10 | 250 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.02 |
| HSL | 277.5º | 0.96% | 0.51% | - |
| HSV(B) | 277.5º | 0.96% | 0.98% | - |
| XYZ | 31.86 | 14.59 | 91.58 | - |
| YUV | 82.21 | 222.7 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 250 | 0.36 | 0.96 | 0 | 0.02 | 277.5 | 0.96 | 0.51 |
| Hex | A0 | A | FA | 24 | 60 | 0 | 2 | 116 | 60 | 33 |
| Octal | 240 | 12 | 372 | 44 | 140 | 0 | 2 | 426 | 140 | 63 |
| Binary | 10100000 | 1010 | 11111010 | 100100 | 1100000 | 0 | 10 | 100010110 | 1100000 | 110011 |
Color Harmonies of #A00AFA
Complementary color
Monochromatic Colors of #A00AFA
Black with #A00AFA
Text Example
Text Example
White with #A00AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00AFA; }
p { color: rgb(160,10,250); }
H1.HeaderClassName
{
color: #A00AFA;
}
.AnyTagClassName
{
color: #A00AFA;
}
</style>
background-color css
<style>
a { background-color: #A00AFA; }
a { background-color: rgb(160,10,250); }
div.DivClassName
{
background-color: #A00AFA;
}
.BgClassName
{
background-color: #A00AFA;
}
</style>
border-color css
<style>
span { border-color: #A00AFA; }
span { border-color: rgb(160,10,250); }
td.TdClassName
{
border-color: #A00AFA;
}
.TagClassName
{
border-color: #A00AFA;
}
</style>