Shades of Electric Purple #A811FC
Tints of Electric Purple #A811FC
RGB
CMYK
RGB Variations
Color information
#A811FC (or 0xA811FC) is known color: Electric Purple. HEX triplet: A8, 11 and FC. RGB value is (168,17,252). Sum of RGB (Red+Green+Blue) = 168+17+252=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #A811FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A811FC is #57EE03. Grayscale: #585858. Windows color (decimal): -5762564 or 16519592. OLE color: 16519592.
HSL color Cylindrical-coordinate representation of color #A811FC: hue angle of 278.55º 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 #A811FC is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 17 | 252 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.01 |
| HSL | 278.55º | 0.98% | 0.53% | - |
| HSV(B) | 278.55º | 0.93% | 0.99% | - |
| XYZ | 33.92 | 15.75 | 93.35 | - |
| YUV | 88.94 | 220.03 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 252 | 0.33 | 0.93 | 0 | 0.01 | 278.55 | 0.98 | 0.53 |
| Hex | A8 | 11 | FC | 21 | 5D | 0 | 1 | 117 | 62 | 35 |
| Octal | 250 | 21 | 374 | 41 | 135 | 0 | 1 | 427 | 142 | 65 |
| Binary | 10101000 | 10001 | 11111100 | 100001 | 1011101 | 0 | 1 | 100010111 | 1100010 | 110101 |
Color Harmonies of #A811FC
Complementary color
Monochromatic Colors of #A811FC
Black with #A811FC
Text Example
Text Example
White with #A811FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811FC; }
p { color: rgb(168,17,252); }
H1.HeaderClassName
{
color: #A811FC;
}
.AnyTagClassName
{
color: #A811FC;
}
</style>
background-color css
<style>
a { background-color: #A811FC; }
a { background-color: rgb(168,17,252); }
div.DivClassName
{
background-color: #A811FC;
}
.BgClassName
{
background-color: #A811FC;
}
</style>
border-color css
<style>
span { border-color: #A811FC; }
span { border-color: rgb(168,17,252); }
td.TdClassName
{
border-color: #A811FC;
}
.TagClassName
{
border-color: #A811FC;
}
</style>