Shades of Electric Purple #A012FE
Tints of Electric Purple #A012FE
RGB
CMYK
RGB Variations
Color information
#A012FE (or 0xA012FE) is known color: Electric Purple. HEX triplet: A0, 12 and FE. RGB value is (160,18,254). Sum of RGB (Red+Green+Blue) = 160+18+254=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #A012FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A012FE is #5FED01. Grayscale: #565656. Windows color (decimal): -6286594 or 16650912. OLE color: 16650912.
HSL color Cylindrical-coordinate representation of color #A012FE: hue angle of 276.1º 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 #A012FE is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 18 | 254 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.00 |
| HSL | 276.1º | 0.99% | 0.53% | - |
| HSV(B) | 276.1º | 0.93% | 1% | - |
| XYZ | 32.6 | 15.06 | 94.95 | - |
| YUV | 87.36 | 222.04 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 254 | 0.37 | 0.93 | 0 | 0.00 | 276.1 | 0.99 | 0.53 |
| Hex | A0 | 12 | FE | 25 | 5D | 0 | 0 | 114 | 63 | 35 |
| Octal | 240 | 22 | 376 | 45 | 135 | 0 | 0 | 424 | 143 | 65 |
| Binary | 10100000 | 10010 | 11111110 | 100101 | 1011101 | 0 | 0 | 100010100 | 1100011 | 110101 |
Color Harmonies of #A012FE
Complementary color
Monochromatic Colors of #A012FE
Black with #A012FE
Text Example
Text Example
White with #A012FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A012FE; }
p { color: rgb(160,18,254); }
H1.HeaderClassName
{
color: #A012FE;
}
.AnyTagClassName
{
color: #A012FE;
}
</style>
background-color css
<style>
a { background-color: #A012FE; }
a { background-color: rgb(160,18,254); }
div.DivClassName
{
background-color: #A012FE;
}
.BgClassName
{
background-color: #A012FE;
}
</style>
border-color css
<style>
span { border-color: #A012FE; }
span { border-color: rgb(160,18,254); }
td.TdClassName
{
border-color: #A012FE;
}
.TagClassName
{
border-color: #A012FE;
}
</style>