Shades of Electric Purple #A413FB
Tints of Electric Purple #A413FB
RGB
CMYK
RGB Variations
Color information
#A413FB (or 0xA413FB) is known color: Electric Purple. HEX triplet: A4, 13 and FB. RGB value is (164,19,251). Sum of RGB (Red+Green+Blue) = 164+19+251=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #A413FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A413FB is #5BEC04. Grayscale: #585858. Windows color (decimal): -6024197 or 16454564. OLE color: 16454564.
HSL color Cylindrical-coordinate representation of color #A413FB: hue angle of 277.5º degrees, saturation: 0.97, 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 #A413FB is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 19 | 251 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.02 |
| HSL | 277.5º | 0.97% | 0.53% | - |
| HSV(B) | 277.5º | 0.92% | 0.98% | - |
| XYZ | 32.96 | 15.32 | 92.49 | - |
| YUV | 88.8 | 219.54 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 251 | 0.35 | 0.92 | 0 | 0.02 | 277.5 | 0.97 | 0.53 |
| Hex | A4 | 13 | FB | 23 | 5C | 0 | 2 | 116 | 61 | 35 |
| Octal | 244 | 23 | 373 | 43 | 134 | 0 | 2 | 426 | 141 | 65 |
| Binary | 10100100 | 10011 | 11111011 | 100011 | 1011100 | 0 | 10 | 100010110 | 1100001 | 110101 |
Color Harmonies of #A413FB
Complementary color
Monochromatic Colors of #A413FB
Black with #A413FB
Text Example
Text Example
White with #A413FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A413FB; }
p { color: rgb(164,19,251); }
H1.HeaderClassName
{
color: #A413FB;
}
.AnyTagClassName
{
color: #A413FB;
}
</style>
background-color css
<style>
a { background-color: #A413FB; }
a { background-color: rgb(164,19,251); }
div.DivClassName
{
background-color: #A413FB;
}
.BgClassName
{
background-color: #A413FB;
}
</style>
border-color css
<style>
span { border-color: #A413FB; }
span { border-color: rgb(164,19,251); }
td.TdClassName
{
border-color: #A413FB;
}
.TagClassName
{
border-color: #A413FB;
}
</style>