Shades of Electric Purple #A410FC
Tints of Electric Purple #A410FC
RGB
CMYK
RGB Variations
Color information
#A410FC (or 0xA410FC) is known color: Electric Purple. HEX triplet: A4, 10 and FC. RGB value is (164,16,252). Sum of RGB (Red+Green+Blue) = 164+16+252=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #A410FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A410FC is #5BEF03. Grayscale: #565656. Windows color (decimal): -6024964 or 16519332. OLE color: 16519332.
HSL color Cylindrical-coordinate representation of color #A410FC: hue angle of 277.63º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A410FC is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 16 | 252 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.01 |
| HSL | 277.63º | 0.98% | 0.53% | - |
| HSV(B) | 277.63º | 0.94% | 0.99% | - |
| XYZ | 33.07 | 15.29 | 93.3 | - |
| YUV | 87.16 | 221.03 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 16 | 252 | 0.35 | 0.94 | 0 | 0.01 | 277.63 | 0.98 | 0.53 |
| Hex | A4 | 10 | FC | 23 | 5E | 0 | 1 | 116 | 62 | 35 |
| Octal | 244 | 20 | 374 | 43 | 136 | 0 | 1 | 426 | 142 | 65 |
| Binary | 10100100 | 10000 | 11111100 | 100011 | 1011110 | 0 | 1 | 100010110 | 1100010 | 110101 |
Color Harmonies of #A410FC
Complementary color
Monochromatic Colors of #A410FC
Black with #A410FC
Text Example
Text Example
White with #A410FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A410FC; }
p { color: rgb(164,16,252); }
H1.HeaderClassName
{
color: #A410FC;
}
.AnyTagClassName
{
color: #A410FC;
}
</style>
background-color css
<style>
a { background-color: #A410FC; }
a { background-color: rgb(164,16,252); }
div.DivClassName
{
background-color: #A410FC;
}
.BgClassName
{
background-color: #A410FC;
}
</style>
border-color css
<style>
span { border-color: #A410FC; }
span { border-color: rgb(164,16,252); }
td.TdClassName
{
border-color: #A410FC;
}
.TagClassName
{
border-color: #A410FC;
}
</style>