Shades of Electric Purple #A00AFE
Tints of Electric Purple #A00AFE
RGB
CMYK
RGB Variations
Color information
#A00AFE (or 0xA00AFE) is known color: Electric Purple. HEX triplet: A0, 0A and FE. RGB value is (160,10,254). Sum of RGB (Red+Green+Blue) = 160+10+254=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #A00AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00AFE is #5FF501. Grayscale: #515151. Windows color (decimal): -6288642 or 16648864. OLE color: 16648864.
HSL color Cylindrical-coordinate representation of color #A00AFE: hue angle of 276.89º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00AFE is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 10 | 254 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.00 |
| HSL | 276.89º | 0.99% | 0.52% | - |
| HSV(B) | 276.89º | 0.96% | 1% | - |
| XYZ | 32.5 | 14.85 | 94.92 | - |
| YUV | 82.67 | 224.7 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 254 | 0.37 | 0.96 | 0 | 0.00 | 276.89 | 0.99 | 0.52 |
| Hex | A0 | A | FE | 25 | 60 | 0 | 0 | 115 | 63 | 34 |
| Octal | 240 | 12 | 376 | 45 | 140 | 0 | 0 | 425 | 143 | 64 |
| Binary | 10100000 | 1010 | 11111110 | 100101 | 1100000 | 0 | 0 | 100010101 | 1100011 | 110100 |
Color Harmonies of #A00AFE
Complementary color
Monochromatic Colors of #A00AFE
Black with #A00AFE
Text Example
Text Example
White with #A00AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00AFE; }
p { color: rgb(160,10,254); }
H1.HeaderClassName
{
color: #A00AFE;
}
.AnyTagClassName
{
color: #A00AFE;
}
</style>
background-color css
<style>
a { background-color: #A00AFE; }
a { background-color: rgb(160,10,254); }
div.DivClassName
{
background-color: #A00AFE;
}
.BgClassName
{
background-color: #A00AFE;
}
</style>
border-color css
<style>
span { border-color: #A00AFE; }
span { border-color: rgb(160,10,254); }
td.TdClassName
{
border-color: #A00AFE;
}
.TagClassName
{
border-color: #A00AFE;
}
</style>