Shades of Electric Purple #A20AFC
Tints of Electric Purple #A20AFC
RGB
CMYK
RGB Variations
Color information
#A20AFC (or 0xA20AFC) is known color: Electric Purple. HEX triplet: A2, 0A and FC. RGB value is (162,10,252). Sum of RGB (Red+Green+Blue) = 162+10+252=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #A20AFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20AFC is #5DF503. Grayscale: #525252. Windows color (decimal): -6157572 or 16517794. OLE color: 16517794.
HSL color Cylindrical-coordinate representation of color #A20AFC: hue angle of 277.69º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20AFC is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 10 | 252 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.01 |
| HSL | 277.69º | 0.98% | 0.51% | - |
| HSV(B) | 277.69º | 0.96% | 0.99% | - |
| XYZ | 32.58 | 14.93 | 93.26 | - |
| YUV | 83.04 | 223.36 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 252 | 0.36 | 0.96 | 0 | 0.01 | 277.69 | 0.98 | 0.51 |
| Hex | A2 | A | FC | 24 | 60 | 0 | 1 | 116 | 62 | 33 |
| Octal | 242 | 12 | 374 | 44 | 140 | 0 | 1 | 426 | 142 | 63 |
| Binary | 10100010 | 1010 | 11111100 | 100100 | 1100000 | 0 | 1 | 100010110 | 1100010 | 110011 |
Color Harmonies of #A20AFC
Complementary color
Monochromatic Colors of #A20AFC
Black with #A20AFC
Text Example
Text Example
White with #A20AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20AFC; }
p { color: rgb(162,10,252); }
H1.HeaderClassName
{
color: #A20AFC;
}
.AnyTagClassName
{
color: #A20AFC;
}
</style>
background-color css
<style>
a { background-color: #A20AFC; }
a { background-color: rgb(162,10,252); }
div.DivClassName
{
background-color: #A20AFC;
}
.BgClassName
{
background-color: #A20AFC;
}
</style>
border-color css
<style>
span { border-color: #A20AFC; }
span { border-color: rgb(162,10,252); }
td.TdClassName
{
border-color: #A20AFC;
}
.TagClassName
{
border-color: #A20AFC;
}
</style>