Shades of Electric Purple #A212FE
Tints of Electric Purple #A212FE
RGB
CMYK
RGB Variations
Color information
#A212FE (or 0xA212FE) is known color: Electric Purple. HEX triplet: A2, 12 and FE. RGB value is (162,18,254). Sum of RGB (Red+Green+Blue) = 162+18+254=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #A212FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A212FE is #5DED01. Grayscale: #575757. Windows color (decimal): -6155522 or 16650914. OLE color: 16650914.
HSL color Cylindrical-coordinate representation of color #A212FE: hue angle of 276.61º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A212FE is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 18 | 254 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.00 |
| HSL | 276.61º | 0.99% | 0.53% | - |
| HSV(B) | 276.61º | 0.93% | 1% | - |
| XYZ | 33.01 | 15.27 | 94.97 | - |
| YUV | 87.96 | 221.71 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 254 | 0.36 | 0.93 | 0 | 0.00 | 276.61 | 0.99 | 0.53 |
| Hex | A2 | 12 | FE | 24 | 5D | 0 | 0 | 115 | 63 | 35 |
| Octal | 242 | 22 | 376 | 44 | 135 | 0 | 0 | 425 | 143 | 65 |
| Binary | 10100010 | 10010 | 11111110 | 100100 | 1011101 | 0 | 0 | 100010101 | 1100011 | 110101 |
Color Harmonies of #A212FE
Complementary color
Monochromatic Colors of #A212FE
Black with #A212FE
Text Example
Text Example
White with #A212FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A212FE; }
p { color: rgb(162,18,254); }
H1.HeaderClassName
{
color: #A212FE;
}
.AnyTagClassName
{
color: #A212FE;
}
</style>
background-color css
<style>
a { background-color: #A212FE; }
a { background-color: rgb(162,18,254); }
div.DivClassName
{
background-color: #A212FE;
}
.BgClassName
{
background-color: #A212FE;
}
</style>
border-color css
<style>
span { border-color: #A212FE; }
span { border-color: rgb(162,18,254); }
td.TdClassName
{
border-color: #A212FE;
}
.TagClassName
{
border-color: #A212FE;
}
</style>