Shades of Electric Purple #A015FC
Tints of Electric Purple #A015FC
RGB
CMYK
RGB Variations
Color information
#A015FC (or 0xA015FC) is known color: Electric Purple. HEX triplet: A0, 15 and FC. RGB value is (160,21,252). Sum of RGB (Red+Green+Blue) = 160+21+252=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #A015FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A015FC is #5FEA03. Grayscale: #585858. Windows color (decimal): -6285828 or 16520608. OLE color: 16520608.
HSL color Cylindrical-coordinate representation of color #A015FC: hue angle of 276.1º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A015FC is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 21 | 252 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.01 |
| HSL | 276.1º | 0.97% | 0.54% | - |
| HSV(B) | 276.1º | 0.92% | 0.99% | - |
| XYZ | 32.34 | 15.04 | 93.29 | - |
| YUV | 88.9 | 220.05 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 252 | 0.37 | 0.92 | 0 | 0.01 | 276.1 | 0.97 | 0.54 |
| Hex | A0 | 15 | FC | 25 | 5C | 0 | 1 | 114 | 61 | 36 |
| Octal | 240 | 25 | 374 | 45 | 134 | 0 | 1 | 424 | 141 | 66 |
| Binary | 10100000 | 10101 | 11111100 | 100101 | 1011100 | 0 | 1 | 100010100 | 1100001 | 110110 |
Color Harmonies of #A015FC
Complementary color
Monochromatic Colors of #A015FC
Black with #A015FC
Text Example
Text Example
White with #A015FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A015FC; }
p { color: rgb(160,21,252); }
H1.HeaderClassName
{
color: #A015FC;
}
.AnyTagClassName
{
color: #A015FC;
}
</style>
background-color css
<style>
a { background-color: #A015FC; }
a { background-color: rgb(160,21,252); }
div.DivClassName
{
background-color: #A015FC;
}
.BgClassName
{
background-color: #A015FC;
}
</style>
border-color css
<style>
span { border-color: #A015FC; }
span { border-color: rgb(160,21,252); }
td.TdClassName
{
border-color: #A015FC;
}
.TagClassName
{
border-color: #A015FC;
}
</style>