Shades of Electric Purple #A411FE
Tints of Electric Purple #A411FE
RGB
CMYK
RGB Variations
Color information
#A411FE (or 0xA411FE) is known color: Electric Purple. HEX triplet: A4, 11 and FE. RGB value is (164,17,254). Sum of RGB (Red+Green+Blue) = 164+17+254=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #A411FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A411FE is #5BEE01. Grayscale: #575757. Windows color (decimal): -6024706 or 16650660. OLE color: 16650660.
HSL color Cylindrical-coordinate representation of color #A411FE: hue angle of 277.22º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A411FE is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 17 | 254 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.00 |
| HSL | 277.22º | 0.99% | 0.53% | - |
| HSV(B) | 277.22º | 0.93% | 1% | - |
| XYZ | 33.4 | 15.45 | 94.99 | - |
| YUV | 87.97 | 221.7 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 254 | 0.35 | 0.93 | 0 | 0.00 | 277.22 | 0.99 | 0.53 |
| Hex | A4 | 11 | FE | 23 | 5D | 0 | 0 | 115 | 63 | 35 |
| Octal | 244 | 21 | 376 | 43 | 135 | 0 | 0 | 425 | 143 | 65 |
| Binary | 10100100 | 10001 | 11111110 | 100011 | 1011101 | 0 | 0 | 100010101 | 1100011 | 110101 |
Color Harmonies of #A411FE
Complementary color
Monochromatic Colors of #A411FE
Black with #A411FE
Text Example
Text Example
White with #A411FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A411FE; }
p { color: rgb(164,17,254); }
H1.HeaderClassName
{
color: #A411FE;
}
.AnyTagClassName
{
color: #A411FE;
}
</style>
background-color css
<style>
a { background-color: #A411FE; }
a { background-color: rgb(164,17,254); }
div.DivClassName
{
background-color: #A411FE;
}
.BgClassName
{
background-color: #A411FE;
}
</style>
border-color css
<style>
span { border-color: #A411FE; }
span { border-color: rgb(164,17,254); }
td.TdClassName
{
border-color: #A411FE;
}
.TagClassName
{
border-color: #A411FE;
}
</style>