Shades of Electric Purple #A20CF6
Tints of Electric Purple #A20CF6
RGB
CMYK
RGB Variations
Color information
#A20CF6 (or 0xA20CF6) is known color: Electric Purple. HEX triplet: A2, 0C and F6. RGB value is (162,12,246). Sum of RGB (Red+Green+Blue) = 162+12+246=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 246 (96.48% from 255 or 58.57% from 420); Max value from RGB is 246 - color contains mainly: blue. Hex color #A20CF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20CF6 is #5DF309. Grayscale: #525252. Windows color (decimal): -6157066 or 16125090. OLE color: 16125090.
HSL color Cylindrical-coordinate representation of color #A20CF6: hue angle of 278.46º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20CF6 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 12 | 246 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.04 |
| HSL | 278.46º | 0.93% | 0.51% | - |
| HSV(B) | 278.46º | 0.95% | 0.96% | - |
| XYZ | 31.67 | 14.6 | 88.34 | - |
| YUV | 83.53 | 219.7 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 246 | 0.34 | 0.95 | 0 | 0.04 | 278.46 | 0.93 | 0.51 |
| Hex | A2 | C | F6 | 22 | 5F | 0 | 4 | 116 | 5D | 33 |
| Octal | 242 | 14 | 366 | 42 | 137 | 0 | 4 | 426 | 135 | 63 |
| Binary | 10100010 | 1100 | 11110110 | 100010 | 1011111 | 0 | 100 | 100010110 | 1011101 | 110011 |
Color Harmonies of #A20CF6
Complementary color
Monochromatic Colors of #A20CF6
Black with #A20CF6
Text Example
Text Example
White with #A20CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CF6; }
p { color: rgb(162,12,246); }
H1.HeaderClassName
{
color: #A20CF6;
}
.AnyTagClassName
{
color: #A20CF6;
}
</style>
background-color css
<style>
a { background-color: #A20CF6; }
a { background-color: rgb(162,12,246); }
div.DivClassName
{
background-color: #A20CF6;
}
.BgClassName
{
background-color: #A20CF6;
}
</style>
border-color css
<style>
span { border-color: #A20CF6; }
span { border-color: rgb(162,12,246); }
td.TdClassName
{
border-color: #A20CF6;
}
.TagClassName
{
border-color: #A20CF6;
}
</style>