Shades of Electric Purple #A20EF6
Tints of Electric Purple #A20EF6
RGB
CMYK
RGB Variations
Color information
#A20EF6 (or 0xA20EF6) is known color: Electric Purple. HEX triplet: A2, 0E and F6. RGB value is (162,14,246). Sum of RGB (Red+Green+Blue) = 162+14+246=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 246 (96.48% from 255 or 58.29% from 422); Max value from RGB is 246 - color contains mainly: blue. Hex color #A20EF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20EF6 is #5DF109. Grayscale: #535353. Windows color (decimal): -6156554 or 16125602. OLE color: 16125602.
HSL color Cylindrical-coordinate representation of color #A20EF6: hue angle of 278.28º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20EF6 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 14 | 246 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.04 |
| HSL | 278.28º | 0.93% | 0.51% | - |
| HSV(B) | 278.28º | 0.94% | 0.96% | - |
| XYZ | 31.69 | 14.65 | 88.35 | - |
| YUV | 84.7 | 219.03 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 246 | 0.34 | 0.94 | 0 | 0.04 | 278.28 | 0.93 | 0.51 |
| Hex | A2 | E | F6 | 22 | 5E | 0 | 4 | 116 | 5D | 33 |
| Octal | 242 | 16 | 366 | 42 | 136 | 0 | 4 | 426 | 135 | 63 |
| Binary | 10100010 | 1110 | 11110110 | 100010 | 1011110 | 0 | 100 | 100010110 | 1011101 | 110011 |
Color Harmonies of #A20EF6
Complementary color
Monochromatic Colors of #A20EF6
Black with #A20EF6
Text Example
Text Example
White with #A20EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20EF6; }
p { color: rgb(162,14,246); }
H1.HeaderClassName
{
color: #A20EF6;
}
.AnyTagClassName
{
color: #A20EF6;
}
</style>
background-color css
<style>
a { background-color: #A20EF6; }
a { background-color: rgb(162,14,246); }
div.DivClassName
{
background-color: #A20EF6;
}
.BgClassName
{
background-color: #A20EF6;
}
</style>
border-color css
<style>
span { border-color: #A20EF6; }
span { border-color: rgb(162,14,246); }
td.TdClassName
{
border-color: #A20EF6;
}
.TagClassName
{
border-color: #A20EF6;
}
</style>