Shades of Electric Purple #A20AFE
Tints of Electric Purple #A20AFE
RGB
CMYK
RGB Variations
Color information
#A20AFE (or 0xA20AFE) is known color: Electric Purple. HEX triplet: A2, 0A and FE. RGB value is (162,10,254). Sum of RGB (Red+Green+Blue) = 162+10+254=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #A20AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20AFE is #5DF501. Grayscale: #525252. Windows color (decimal): -6157570 or 16648866. OLE color: 16648866.
HSL color Cylindrical-coordinate representation of color #A20AFE: hue angle of 277.38º 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 #A20AFE is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 10 | 254 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.00 |
| HSL | 277.38º | 0.99% | 0.52% | - |
| HSV(B) | 277.38º | 0.96% | 1% | - |
| XYZ | 32.9 | 15.05 | 94.94 | - |
| YUV | 83.26 | 224.36 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 254 | 0.36 | 0.96 | 0 | 0.00 | 277.38 | 0.99 | 0.52 |
| Hex | A2 | A | FE | 24 | 60 | 0 | 0 | 115 | 63 | 34 |
| Octal | 242 | 12 | 376 | 44 | 140 | 0 | 0 | 425 | 143 | 64 |
| Binary | 10100010 | 1010 | 11111110 | 100100 | 1100000 | 0 | 0 | 100010101 | 1100011 | 110100 |
Color Harmonies of #A20AFE
Complementary color
Monochromatic Colors of #A20AFE
Black with #A20AFE
Text Example
Text Example
White with #A20AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20AFE; }
p { color: rgb(162,10,254); }
H1.HeaderClassName
{
color: #A20AFE;
}
.AnyTagClassName
{
color: #A20AFE;
}
</style>
background-color css
<style>
a { background-color: #A20AFE; }
a { background-color: rgb(162,10,254); }
div.DivClassName
{
background-color: #A20AFE;
}
.BgClassName
{
background-color: #A20AFE;
}
</style>
border-color css
<style>
span { border-color: #A20AFE; }
span { border-color: rgb(162,10,254); }
td.TdClassName
{
border-color: #A20AFE;
}
.TagClassName
{
border-color: #A20AFE;
}
</style>