Shades of Electric Purple #A413FD
Tints of Electric Purple #A413FD
RGB
CMYK
RGB Variations
Color information
#A413FD (or 0xA413FD) is known color: Electric Purple. HEX triplet: A4, 13 and FD. RGB value is (164,19,253). Sum of RGB (Red+Green+Blue) = 164+19+253=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #A413FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A413FD is #5BEC02. Grayscale: #585858. Windows color (decimal): -6024195 or 16585636. OLE color: 16585636.
HSL color Cylindrical-coordinate representation of color #A413FD: hue angle of 277.18º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A413FD is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 19 | 253 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.01 |
| HSL | 277.18º | 0.98% | 0.53% | - |
| HSV(B) | 277.18º | 0.92% | 0.99% | - |
| XYZ | 33.27 | 15.45 | 94.16 | - |
| YUV | 89.03 | 220.54 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 253 | 0.35 | 0.92 | 0 | 0.01 | 277.18 | 0.98 | 0.53 |
| Hex | A4 | 13 | FD | 23 | 5C | 0 | 1 | 115 | 62 | 35 |
| Octal | 244 | 23 | 375 | 43 | 134 | 0 | 1 | 425 | 142 | 65 |
| Binary | 10100100 | 10011 | 11111101 | 100011 | 1011100 | 0 | 1 | 100010101 | 1100010 | 110101 |
Color Harmonies of #A413FD
Complementary color
Monochromatic Colors of #A413FD
Black with #A413FD
Text Example
Text Example
White with #A413FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A413FD; }
p { color: rgb(164,19,253); }
H1.HeaderClassName
{
color: #A413FD;
}
.AnyTagClassName
{
color: #A413FD;
}
</style>
background-color css
<style>
a { background-color: #A413FD; }
a { background-color: rgb(164,19,253); }
div.DivClassName
{
background-color: #A413FD;
}
.BgClassName
{
background-color: #A413FD;
}
</style>
border-color css
<style>
span { border-color: #A413FD; }
span { border-color: rgb(164,19,253); }
td.TdClassName
{
border-color: #A413FD;
}
.TagClassName
{
border-color: #A413FD;
}
</style>