Shades of Electric Purple #A20FFE
Tints of Electric Purple #A20FFE
RGB
CMYK
RGB Variations
Color information
#A20FFE (or 0xA20FFE) is known color: Electric Purple. HEX triplet: A2, 0F and FE. RGB value is (162,15,254). Sum of RGB (Red+Green+Blue) = 162+15+254=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #A20FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20FFE is #5DF001. Grayscale: #555555. Windows color (decimal): -6156290 or 16650146. OLE color: 16650146.
HSL color Cylindrical-coordinate representation of color #A20FFE: hue angle of 276.9º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20FFE is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 15 | 254 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.00 |
| HSL | 276.9º | 0.99% | 0.53% | - |
| HSV(B) | 276.9º | 0.94% | 1% | - |
| XYZ | 32.96 | 15.18 | 94.96 | - |
| YUV | 86.2 | 222.7 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 254 | 0.36 | 0.94 | 0 | 0.00 | 276.9 | 0.99 | 0.53 |
| Hex | A2 | F | FE | 24 | 5E | 0 | 0 | 115 | 63 | 35 |
| Octal | 242 | 17 | 376 | 44 | 136 | 0 | 0 | 425 | 143 | 65 |
| Binary | 10100010 | 1111 | 11111110 | 100100 | 1011110 | 0 | 0 | 100010101 | 1100011 | 110101 |
Color Harmonies of #A20FFE
Complementary color
Monochromatic Colors of #A20FFE
Black with #A20FFE
Text Example
Text Example
White with #A20FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20FFE; }
p { color: rgb(162,15,254); }
H1.HeaderClassName
{
color: #A20FFE;
}
.AnyTagClassName
{
color: #A20FFE;
}
</style>
background-color css
<style>
a { background-color: #A20FFE; }
a { background-color: rgb(162,15,254); }
div.DivClassName
{
background-color: #A20FFE;
}
.BgClassName
{
background-color: #A20FFE;
}
</style>
border-color css
<style>
span { border-color: #A20FFE; }
span { border-color: rgb(162,15,254); }
td.TdClassName
{
border-color: #A20FFE;
}
.TagClassName
{
border-color: #A20FFE;
}
</style>