Shades of Electric Purple #A20EFE
Tints of Electric Purple #A20EFE
RGB
CMYK
RGB Variations
Color information
#A20EFE (or 0xA20EFE) is known color: Electric Purple. HEX triplet: A2, 0E and FE. RGB value is (162,14,254). Sum of RGB (Red+Green+Blue) = 162+14+254=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 14 (5.86% from 255 or 3.26% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #A20EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20EFE is #5DF101. Grayscale: #545454. Windows color (decimal): -6156546 or 16649890. OLE color: 16649890.
HSL color Cylindrical-coordinate representation of color #A20EFE: hue angle of 277º 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 #A20EFE is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 14 | 254 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.00 |
| HSL | 277º | 0.99% | 0.53% | - |
| HSV(B) | 277º | 0.94% | 1% | - |
| XYZ | 32.95 | 15.15 | 94.95 | - |
| YUV | 85.61 | 223.03 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 254 | 0.36 | 0.94 | 0 | 0.00 | 277 | 0.99 | 0.53 |
| Hex | A2 | E | FE | 24 | 5E | 0 | 0 | 115 | 63 | 35 |
| Octal | 242 | 16 | 376 | 44 | 136 | 0 | 0 | 425 | 143 | 65 |
| Binary | 10100010 | 1110 | 11111110 | 100100 | 1011110 | 0 | 0 | 100010101 | 1100011 | 110101 |
Color Harmonies of #A20EFE
Complementary color
Monochromatic Colors of #A20EFE
Black with #A20EFE
Text Example
Text Example
White with #A20EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20EFE; }
p { color: rgb(162,14,254); }
H1.HeaderClassName
{
color: #A20EFE;
}
.AnyTagClassName
{
color: #A20EFE;
}
</style>
background-color css
<style>
a { background-color: #A20EFE; }
a { background-color: rgb(162,14,254); }
div.DivClassName
{
background-color: #A20EFE;
}
.BgClassName
{
background-color: #A20EFE;
}
</style>
border-color css
<style>
span { border-color: #A20EFE; }
span { border-color: rgb(162,14,254); }
td.TdClassName
{
border-color: #A20EFE;
}
.TagClassName
{
border-color: #A20EFE;
}
</style>