Shades of Electric Purple #A013FC
Tints of Electric Purple #A013FC
RGB
CMYK
RGB Variations
Color information
#A013FC (or 0xA013FC) is known color: Electric Purple. HEX triplet: A0, 13 and FC. RGB value is (160,19,252). Sum of RGB (Red+Green+Blue) = 160+19+252=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #A013FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A013FC is #5FEC03. Grayscale: #565656. Windows color (decimal): -6286340 or 16520096. OLE color: 16520096.
HSL color Cylindrical-coordinate representation of color #A013FC: hue angle of 276.31º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A013FC is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 19 | 252 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.01 |
| HSL | 276.31º | 0.97% | 0.53% | - |
| HSV(B) | 276.31º | 0.92% | 0.99% | - |
| XYZ | 32.3 | 14.97 | 93.28 | - |
| YUV | 87.72 | 220.71 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 252 | 0.37 | 0.92 | 0 | 0.01 | 276.31 | 0.97 | 0.53 |
| Hex | A0 | 13 | FC | 25 | 5C | 0 | 1 | 114 | 61 | 35 |
| Octal | 240 | 23 | 374 | 45 | 134 | 0 | 1 | 424 | 141 | 65 |
| Binary | 10100000 | 10011 | 11111100 | 100101 | 1011100 | 0 | 1 | 100010100 | 1100001 | 110101 |
Color Harmonies of #A013FC
Complementary color
Monochromatic Colors of #A013FC
Black with #A013FC
Text Example
Text Example
White with #A013FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A013FC; }
p { color: rgb(160,19,252); }
H1.HeaderClassName
{
color: #A013FC;
}
.AnyTagClassName
{
color: #A013FC;
}
</style>
background-color css
<style>
a { background-color: #A013FC; }
a { background-color: rgb(160,19,252); }
div.DivClassName
{
background-color: #A013FC;
}
.BgClassName
{
background-color: #A013FC;
}
</style>
border-color css
<style>
span { border-color: #A013FC; }
span { border-color: rgb(160,19,252); }
td.TdClassName
{
border-color: #A013FC;
}
.TagClassName
{
border-color: #A013FC;
}
</style>