Shades of Electric Purple #A013FE
Tints of Electric Purple #A013FE
RGB
CMYK
RGB Variations
Color information
#A013FE (or 0xA013FE) is known color: Electric Purple. HEX triplet: A0, 13 and FE. RGB value is (160,19,254). Sum of RGB (Red+Green+Blue) = 160+19+254=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #A013FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A013FE is #5FEC01. Grayscale: #575757. Windows color (decimal): -6286338 or 16651168. OLE color: 16651168.
HSL color Cylindrical-coordinate representation of color #A013FE: hue angle of 276º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A013FE is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 19 | 254 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.00 |
| HSL | 276º | 0.99% | 0.54% | - |
| HSV(B) | 276º | 0.93% | 1% | - |
| XYZ | 32.62 | 15.1 | 94.96 | - |
| YUV | 87.95 | 221.71 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 254 | 0.37 | 0.93 | 0 | 0.00 | 276 | 0.99 | 0.54 |
| Hex | A0 | 13 | FE | 25 | 5D | 0 | 0 | 114 | 63 | 36 |
| Octal | 240 | 23 | 376 | 45 | 135 | 0 | 0 | 424 | 143 | 66 |
| Binary | 10100000 | 10011 | 11111110 | 100101 | 1011101 | 0 | 0 | 100010100 | 1100011 | 110110 |
Color Harmonies of #A013FE
Complementary color
Monochromatic Colors of #A013FE
Black with #A013FE
Text Example
Text Example
White with #A013FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A013FE; }
p { color: rgb(160,19,254); }
H1.HeaderClassName
{
color: #A013FE;
}
.AnyTagClassName
{
color: #A013FE;
}
</style>
background-color css
<style>
a { background-color: #A013FE; }
a { background-color: rgb(160,19,254); }
div.DivClassName
{
background-color: #A013FE;
}
.BgClassName
{
background-color: #A013FE;
}
</style>
border-color css
<style>
span { border-color: #A013FE; }
span { border-color: rgb(160,19,254); }
td.TdClassName
{
border-color: #A013FE;
}
.TagClassName
{
border-color: #A013FE;
}
</style>