Shades of Electric Purple #A011FC
Tints of Electric Purple #A011FC
RGB
CMYK
RGB Variations
Color information
#A011FC (or 0xA011FC) is known color: Electric Purple. HEX triplet: A0, 11 and FC. RGB value is (160,17,252). Sum of RGB (Red+Green+Blue) = 160+17+252=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #A011FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A011FC is #5FEE03. Grayscale: #555555. Windows color (decimal): -6286852 or 16519584. OLE color: 16519584.
HSL color Cylindrical-coordinate representation of color #A011FC: hue angle of 276.51º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A011FC is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 17 | 252 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.01 |
| HSL | 276.51º | 0.98% | 0.53% | - |
| HSV(B) | 276.51º | 0.93% | 0.99% | - |
| XYZ | 32.27 | 14.9 | 93.27 | - |
| YUV | 86.55 | 221.38 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 17 | 252 | 0.37 | 0.93 | 0 | 0.01 | 276.51 | 0.98 | 0.53 |
| Hex | A0 | 11 | FC | 25 | 5D | 0 | 1 | 115 | 62 | 35 |
| Octal | 240 | 21 | 374 | 45 | 135 | 0 | 1 | 425 | 142 | 65 |
| Binary | 10100000 | 10001 | 11111100 | 100101 | 1011101 | 0 | 1 | 100010101 | 1100010 | 110101 |
Color Harmonies of #A011FC
Complementary color
Monochromatic Colors of #A011FC
Black with #A011FC
Text Example
Text Example
White with #A011FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A011FC; }
p { color: rgb(160,17,252); }
H1.HeaderClassName
{
color: #A011FC;
}
.AnyTagClassName
{
color: #A011FC;
}
</style>
background-color css
<style>
a { background-color: #A011FC; }
a { background-color: rgb(160,17,252); }
div.DivClassName
{
background-color: #A011FC;
}
.BgClassName
{
background-color: #A011FC;
}
</style>
border-color css
<style>
span { border-color: #A011FC; }
span { border-color: rgb(160,17,252); }
td.TdClassName
{
border-color: #A011FC;
}
.TagClassName
{
border-color: #A011FC;
}
</style>