Shades of Electric Purple #A204FE
Tints of Electric Purple #A204FE
RGB
CMYK
RGB Variations
Color information
#A204FE (or 0xA204FE) is known color: Electric Purple. HEX triplet: A2, 04 and FE. RGB value is (162,4,254). Sum of RGB (Red+Green+Blue) = 162+4+254=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #A204FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A204FE is #5DFB01. Grayscale: #4E4E4E. Windows color (decimal): -6159106 or 16647330. OLE color: 16647330.
HSL color Cylindrical-coordinate representation of color #A204FE: hue angle of 277.92º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A204FE is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 4 | 254 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.00 |
| HSL | 277.92º | 0.99% | 0.51% | - |
| HSV(B) | 277.92º | 0.98% | 1% | - |
| XYZ | 32.83 | 14.92 | 94.92 | - |
| YUV | 79.74 | 226.35 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 254 | 0.36 | 0.98 | 0 | 0.00 | 277.92 | 0.99 | 0.51 |
| Hex | A2 | 4 | FE | 24 | 62 | 0 | 0 | 116 | 63 | 33 |
| Octal | 242 | 4 | 376 | 44 | 142 | 0 | 0 | 426 | 143 | 63 |
| Binary | 10100010 | 100 | 11111110 | 100100 | 1100010 | 0 | 0 | 100010110 | 1100011 | 110011 |
Color Harmonies of #A204FE
Complementary color
Monochromatic Colors of #A204FE
Black with #A204FE
Text Example
Text Example
White with #A204FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A204FE; }
p { color: rgb(162,4,254); }
H1.HeaderClassName
{
color: #A204FE;
}
.AnyTagClassName
{
color: #A204FE;
}
</style>
background-color css
<style>
a { background-color: #A204FE; }
a { background-color: rgb(162,4,254); }
div.DivClassName
{
background-color: #A204FE;
}
.BgClassName
{
background-color: #A204FE;
}
</style>
border-color css
<style>
span { border-color: #A204FE; }
span { border-color: rgb(162,4,254); }
td.TdClassName
{
border-color: #A204FE;
}
.TagClassName
{
border-color: #A204FE;
}
</style>