Shades of Electric Purple #A016FE
Tints of Electric Purple #A016FE
RGB
CMYK
RGB Variations
Color information
#A016FE (or 0xA016FE) is known color: Electric Purple. HEX triplet: A0, 16 and FE. RGB value is (160,22,254). Sum of RGB (Red+Green+Blue) = 160+22+254=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 22 (8.98% from 255 or 5.05% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #A016FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A016FE is #5FE901. Grayscale: #585858. Windows color (decimal): -6285570 or 16651936. OLE color: 16651936.
HSL color Cylindrical-coordinate representation of color #A016FE: hue angle of 275.69º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A016FE is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 22 | 254 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.00 |
| HSL | 275.69º | 0.99% | 0.54% | - |
| HSV(B) | 275.69º | 0.91% | 1% | - |
| XYZ | 32.67 | 15.2 | 94.98 | - |
| YUV | 89.71 | 220.72 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 254 | 0.37 | 0.91 | 0 | 0.00 | 275.69 | 0.99 | 0.54 |
| Hex | A0 | 16 | FE | 25 | 5B | 0 | 0 | 114 | 63 | 36 |
| Octal | 240 | 26 | 376 | 45 | 133 | 0 | 0 | 424 | 143 | 66 |
| Binary | 10100000 | 10110 | 11111110 | 100101 | 1011011 | 0 | 0 | 100010100 | 1100011 | 110110 |
Color Harmonies of #A016FE
Complementary color
Monochromatic Colors of #A016FE
Black with #A016FE
Text Example
Text Example
White with #A016FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A016FE; }
p { color: rgb(160,22,254); }
H1.HeaderClassName
{
color: #A016FE;
}
.AnyTagClassName
{
color: #A016FE;
}
</style>
background-color css
<style>
a { background-color: #A016FE; }
a { background-color: rgb(160,22,254); }
div.DivClassName
{
background-color: #A016FE;
}
.BgClassName
{
background-color: #A016FE;
}
</style>
border-color css
<style>
span { border-color: #A016FE; }
span { border-color: rgb(160,22,254); }
td.TdClassName
{
border-color: #A016FE;
}
.TagClassName
{
border-color: #A016FE;
}
</style>