Shades of Electric Purple #A400F9
Tints of Electric Purple #A400F9
RGB
CMYK
RGB Variations
Color information
#A400F9 (or 0xA400F9) is known color: Electric Purple. HEX triplet: A4, 00 and F9. RGB value is (164,0,249). Sum of RGB (Red+Green+Blue) = 164+0+249=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 249 (97.66% from 255 or 60.29% from 413); Max value from RGB is 249 - color contains mainly: blue. Hex color #A400F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A400F9 is #5BFF06. Grayscale: #4C4C4C. Windows color (decimal): -6029063 or 16318628. OLE color: 16318628.
HSL color Cylindrical-coordinate representation of color #A400F9: hue angle of 279.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400F9 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 0 | 249 | - |
| CMYK | 0.34 | 1 | 0 | 0.02 |
| HSL | 279.52º | 1% | 0.49% | - |
| HSV(B) | 279.52º | 1% | 0.98% | - |
| XYZ | 32.41 | 14.73 | 90.76 | - |
| YUV | 77.42 | 224.83 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 249 | 0.34 | 1 | 0 | 0.02 | 279.52 | 1 | 0.49 |
| Hex | A4 | 0 | F9 | 22 | 64 | 0 | 2 | 118 | 64 | 31 |
| Octal | 244 | 0 | 371 | 42 | 144 | 0 | 2 | 430 | 144 | 61 |
| Binary | 10100100 | 0 | 11111001 | 100010 | 1100100 | 0 | 10 | 100011000 | 1100100 | 110001 |
Color Harmonies of #A400F9
Complementary color
Monochromatic Colors of #A400F9
Black with #A400F9
Text Example
Text Example
White with #A400F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400F9; }
p { color: rgb(164,0,249); }
H1.HeaderClassName
{
color: #A400F9;
}
.AnyTagClassName
{
color: #A400F9;
}
</style>
background-color css
<style>
a { background-color: #A400F9; }
a { background-color: rgb(164,0,249); }
div.DivClassName
{
background-color: #A400F9;
}
.BgClassName
{
background-color: #A400F9;
}
</style>
border-color css
<style>
span { border-color: #A400F9; }
span { border-color: rgb(164,0,249); }
td.TdClassName
{
border-color: #A400F9;
}
.TagClassName
{
border-color: #A400F9;
}
</style>