Shades of Electric Purple #A612FE
Tints of Electric Purple #A612FE
RGB
CMYK
RGB Variations
Color information
#A612FE (or 0xA612FE) is known color: Electric Purple. HEX triplet: A6, 12 and FE. RGB value is (166,18,254). Sum of RGB (Red+Green+Blue) = 166+18+254=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #A612FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A612FE is #59ED01. Grayscale: #585858. Windows color (decimal): -5893378 or 16650918. OLE color: 16650918.
HSL color Cylindrical-coordinate representation of color #A612FE: hue angle of 277.63º 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 #A612FE is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 18 | 254 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.00 |
| HSL | 277.63º | 0.99% | 0.53% | - |
| HSV(B) | 277.63º | 0.93% | 1% | - |
| XYZ | 33.83 | 15.7 | 95.01 | - |
| YUV | 89.16 | 221.03 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 18 | 254 | 0.35 | 0.93 | 0 | 0.00 | 277.63 | 0.99 | 0.53 |
| Hex | A6 | 12 | FE | 23 | 5D | 0 | 0 | 116 | 63 | 35 |
| Octal | 246 | 22 | 376 | 43 | 135 | 0 | 0 | 426 | 143 | 65 |
| Binary | 10100110 | 10010 | 11111110 | 100011 | 1011101 | 0 | 0 | 100010110 | 1100011 | 110101 |
Color Harmonies of #A612FE
Complementary color
Monochromatic Colors of #A612FE
Black with #A612FE
Text Example
Text Example
White with #A612FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A612FE; }
p { color: rgb(166,18,254); }
H1.HeaderClassName
{
color: #A612FE;
}
.AnyTagClassName
{
color: #A612FE;
}
</style>
background-color css
<style>
a { background-color: #A612FE; }
a { background-color: rgb(166,18,254); }
div.DivClassName
{
background-color: #A612FE;
}
.BgClassName
{
background-color: #A612FE;
}
</style>
border-color css
<style>
span { border-color: #A612FE; }
span { border-color: rgb(166,18,254); }
td.TdClassName
{
border-color: #A612FE;
}
.TagClassName
{
border-color: #A612FE;
}
</style>