Shades of Electric Purple #A20CFA
Tints of Electric Purple #A20CFA
RGB
CMYK
RGB Variations
Color information
#A20CFA (or 0xA20CFA) is known color: Electric Purple. HEX triplet: A2, 0C and FA. RGB value is (162,12,250). Sum of RGB (Red+Green+Blue) = 162+12+250=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #A20CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20CFA is #5DF305. Grayscale: #535353. Windows color (decimal): -6157062 or 16387234. OLE color: 16387234.
HSL color Cylindrical-coordinate representation of color #A20CFA: hue angle of 277.82º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20CFA is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 12 | 250 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.02 |
| HSL | 277.82º | 0.96% | 0.51% | - |
| HSV(B) | 277.82º | 0.95% | 0.98% | - |
| XYZ | 32.29 | 14.85 | 91.61 | - |
| YUV | 83.98 | 221.7 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 250 | 0.35 | 0.95 | 0 | 0.02 | 277.82 | 0.96 | 0.51 |
| Hex | A2 | C | FA | 23 | 5F | 0 | 2 | 116 | 60 | 33 |
| Octal | 242 | 14 | 372 | 43 | 137 | 0 | 2 | 426 | 140 | 63 |
| Binary | 10100010 | 1100 | 11111010 | 100011 | 1011111 | 0 | 10 | 100010110 | 1100000 | 110011 |
Color Harmonies of #A20CFA
Complementary color
Monochromatic Colors of #A20CFA
Black with #A20CFA
Text Example
Text Example
White with #A20CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CFA; }
p { color: rgb(162,12,250); }
H1.HeaderClassName
{
color: #A20CFA;
}
.AnyTagClassName
{
color: #A20CFA;
}
</style>
background-color css
<style>
a { background-color: #A20CFA; }
a { background-color: rgb(162,12,250); }
div.DivClassName
{
background-color: #A20CFA;
}
.BgClassName
{
background-color: #A20CFA;
}
</style>
border-color css
<style>
span { border-color: #A20CFA; }
span { border-color: rgb(162,12,250); }
td.TdClassName
{
border-color: #A20CFA;
}
.TagClassName
{
border-color: #A20CFA;
}
</style>