Shades of Electric Purple #A413FA
Tints of Electric Purple #A413FA
RGB
CMYK
RGB Variations
Color information
#A413FA (or 0xA413FA) is known color: Electric Purple. HEX triplet: A4, 13 and FA. RGB value is (164,19,250). Sum of RGB (Red+Green+Blue) = 164+19+250=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #A413FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A413FA is #5BEC05. Grayscale: #575757. Windows color (decimal): -6024198 or 16389028. OLE color: 16389028.
HSL color Cylindrical-coordinate representation of color #A413FA: hue angle of 277.66º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A413FA is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 19 | 250 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.02 |
| HSL | 277.66º | 0.96% | 0.53% | - |
| HSV(B) | 277.66º | 0.92% | 0.98% | - |
| XYZ | 32.8 | 15.26 | 91.66 | - |
| YUV | 88.69 | 219.04 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 250 | 0.34 | 0.92 | 0 | 0.02 | 277.66 | 0.96 | 0.53 |
| Hex | A4 | 13 | FA | 22 | 5C | 0 | 2 | 116 | 60 | 35 |
| Octal | 244 | 23 | 372 | 42 | 134 | 0 | 2 | 426 | 140 | 65 |
| Binary | 10100100 | 10011 | 11111010 | 100010 | 1011100 | 0 | 10 | 100010110 | 1100000 | 110101 |
Color Harmonies of #A413FA
Complementary color
Monochromatic Colors of #A413FA
Black with #A413FA
Text Example
Text Example
White with #A413FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A413FA; }
p { color: rgb(164,19,250); }
H1.HeaderClassName
{
color: #A413FA;
}
.AnyTagClassName
{
color: #A413FA;
}
</style>
background-color css
<style>
a { background-color: #A413FA; }
a { background-color: rgb(164,19,250); }
div.DivClassName
{
background-color: #A413FA;
}
.BgClassName
{
background-color: #A413FA;
}
</style>
border-color css
<style>
span { border-color: #A413FA; }
span { border-color: rgb(164,19,250); }
td.TdClassName
{
border-color: #A413FA;
}
.TagClassName
{
border-color: #A413FA;
}
</style>