Shades of Electric Purple #A413F0
Tints of Electric Purple #A413F0
RGB
CMYK
RGB Variations
Color information
#A413F0 (or 0xA413F0) is known color: Electric Purple. HEX triplet: A4, 13 and F0. RGB value is (164,19,240). Sum of RGB (Red+Green+Blue) = 164+19+240=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #A413F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A413F0 is #5BEC0F. Grayscale: #565656. Windows color (decimal): -6024208 or 15733668. OLE color: 15733668.
HSL color Cylindrical-coordinate representation of color #A413F0: hue angle of 279.37º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A413F0 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 19 | 240 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.06 |
| HSL | 279.37º | 0.88% | 0.51% | - |
| HSV(B) | 279.37º | 0.92% | 0.94% | - |
| XYZ | 31.27 | 14.65 | 83.62 | - |
| YUV | 87.55 | 214.04 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 240 | 0.32 | 0.92 | 0 | 0.06 | 279.37 | 0.88 | 0.51 |
| Hex | A4 | 13 | F0 | 20 | 5C | 0 | 6 | 117 | 58 | 33 |
| Octal | 244 | 23 | 360 | 40 | 134 | 0 | 6 | 427 | 130 | 63 |
| Binary | 10100100 | 10011 | 11110000 | 100000 | 1011100 | 0 | 110 | 100010111 | 1011000 | 110011 |
Color Harmonies of #A413F0
Complementary color
Monochromatic Colors of #A413F0
Black with #A413F0
Text Example
Text Example
White with #A413F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A413F0; }
p { color: rgb(164,19,240); }
H1.HeaderClassName
{
color: #A413F0;
}
.AnyTagClassName
{
color: #A413F0;
}
</style>
background-color css
<style>
a { background-color: #A413F0; }
a { background-color: rgb(164,19,240); }
div.DivClassName
{
background-color: #A413F0;
}
.BgClassName
{
background-color: #A413F0;
}
</style>
border-color css
<style>
span { border-color: #A413F0; }
span { border-color: rgb(164,19,240); }
td.TdClassName
{
border-color: #A413F0;
}
.TagClassName
{
border-color: #A413F0;
}
</style>