Shades of Electric Purple #A20EFB
Tints of Electric Purple #A20EFB
RGB
CMYK
RGB Variations
Color information
#A20EFB (or 0xA20EFB) is known color: Electric Purple. HEX triplet: A2, 0E and FB. RGB value is (162,14,251). Sum of RGB (Red+Green+Blue) = 162+14+251=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 14 (5.86% from 255 or 3.28% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #A20EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20EFB is #5DF104. Grayscale: #545454. Windows color (decimal): -6156549 or 16453282. OLE color: 16453282.
HSL color Cylindrical-coordinate representation of color #A20EFB: hue angle of 277.47º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20EFB is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 14 | 251 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.02 |
| HSL | 277.47º | 0.97% | 0.52% | - |
| HSV(B) | 277.47º | 0.94% | 0.98% | - |
| XYZ | 32.47 | 14.96 | 92.44 | - |
| YUV | 85.27 | 221.53 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 251 | 0.35 | 0.94 | 0 | 0.02 | 277.47 | 0.97 | 0.52 |
| Hex | A2 | E | FB | 23 | 5E | 0 | 2 | 115 | 61 | 34 |
| Octal | 242 | 16 | 373 | 43 | 136 | 0 | 2 | 425 | 141 | 64 |
| Binary | 10100010 | 1110 | 11111011 | 100011 | 1011110 | 0 | 10 | 100010101 | 1100001 | 110100 |
Color Harmonies of #A20EFB
Complementary color
Monochromatic Colors of #A20EFB
Black with #A20EFB
Text Example
Text Example
White with #A20EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20EFB; }
p { color: rgb(162,14,251); }
H1.HeaderClassName
{
color: #A20EFB;
}
.AnyTagClassName
{
color: #A20EFB;
}
</style>
background-color css
<style>
a { background-color: #A20EFB; }
a { background-color: rgb(162,14,251); }
div.DivClassName
{
background-color: #A20EFB;
}
.BgClassName
{
background-color: #A20EFB;
}
</style>
border-color css
<style>
span { border-color: #A20EFB; }
span { border-color: rgb(162,14,251); }
td.TdClassName
{
border-color: #A20EFB;
}
.TagClassName
{
border-color: #A20EFB;
}
</style>