Shades of Electric Purple #A20CFC
Tints of Electric Purple #A20CFC
RGB
CMYK
RGB Variations
Color information
#A20CFC (or 0xA20CFC) is known color: Electric Purple. HEX triplet: A2, 0C and FC. RGB value is (162,12,252). Sum of RGB (Red+Green+Blue) = 162+12+252=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #A20CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20CFC is #5DF303. Grayscale: #535353. Windows color (decimal): -6157060 or 16518306. OLE color: 16518306.
HSL color Cylindrical-coordinate representation of color #A20CFC: hue angle of 277.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20CFC is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 12 | 252 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.01 |
| HSL | 277.5º | 0.98% | 0.52% | - |
| HSV(B) | 277.5º | 0.95% | 0.99% | - |
| XYZ | 32.6 | 14.97 | 93.27 | - |
| YUV | 84.21 | 222.7 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 252 | 0.36 | 0.95 | 0 | 0.01 | 277.5 | 0.98 | 0.52 |
| Hex | A2 | C | FC | 24 | 5F | 0 | 1 | 116 | 62 | 34 |
| Octal | 242 | 14 | 374 | 44 | 137 | 0 | 1 | 426 | 142 | 64 |
| Binary | 10100010 | 1100 | 11111100 | 100100 | 1011111 | 0 | 1 | 100010110 | 1100010 | 110100 |
Color Harmonies of #A20CFC
Complementary color
Monochromatic Colors of #A20CFC
Black with #A20CFC
Text Example
Text Example
White with #A20CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CFC; }
p { color: rgb(162,12,252); }
H1.HeaderClassName
{
color: #A20CFC;
}
.AnyTagClassName
{
color: #A20CFC;
}
</style>
background-color css
<style>
a { background-color: #A20CFC; }
a { background-color: rgb(162,12,252); }
div.DivClassName
{
background-color: #A20CFC;
}
.BgClassName
{
background-color: #A20CFC;
}
</style>
border-color css
<style>
span { border-color: #A20CFC; }
span { border-color: rgb(162,12,252); }
td.TdClassName
{
border-color: #A20CFC;
}
.TagClassName
{
border-color: #A20CFC;
}
</style>