Shades of Electric Purple #A404F2
Tints of Electric Purple #A404F2
RGB
CMYK
RGB Variations
Color information
#A404F2 (or 0xA404F2) is known color: Electric Purple. HEX triplet: A4, 04 and F2. RGB value is (164,4,242). Sum of RGB (Red+Green+Blue) = 164+4+242=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 4 (1.95% from 255 or 0.98% from 410); Blue value is 242 (94.92% from 255 or 59.02% from 410); Max value from RGB is 242 - color contains mainly: blue. Hex color #A404F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A404F2 is #5BFB0D. Grayscale: #4E4E4E. Windows color (decimal): -6028046 or 15860900. OLE color: 15860900.
HSL color Cylindrical-coordinate representation of color #A404F2: hue angle of 280.34º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A404F2 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 4 | 242 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.05 |
| HSL | 280.34º | 0.97% | 0.48% | - |
| HSV(B) | 280.34º | 0.98% | 0.95% | - |
| XYZ | 31.38 | 14.39 | 85.13 | - |
| YUV | 78.97 | 220.01 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 242 | 0.32 | 0.98 | 0 | 0.05 | 280.34 | 0.97 | 0.48 |
| Hex | A4 | 4 | F2 | 20 | 62 | 0 | 5 | 118 | 61 | 30 |
| Octal | 244 | 4 | 362 | 40 | 142 | 0 | 5 | 430 | 141 | 60 |
| Binary | 10100100 | 100 | 11110010 | 100000 | 1100010 | 0 | 101 | 100011000 | 1100001 | 110000 |
Color Harmonies of #A404F2
Complementary color
Monochromatic Colors of #A404F2
Black with #A404F2
Text Example
Text Example
White with #A404F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A404F2; }
p { color: rgb(164,4,242); }
H1.HeaderClassName
{
color: #A404F2;
}
.AnyTagClassName
{
color: #A404F2;
}
</style>
background-color css
<style>
a { background-color: #A404F2; }
a { background-color: rgb(164,4,242); }
div.DivClassName
{
background-color: #A404F2;
}
.BgClassName
{
background-color: #A404F2;
}
</style>
border-color css
<style>
span { border-color: #A404F2; }
span { border-color: rgb(164,4,242); }
td.TdClassName
{
border-color: #A404F2;
}
.TagClassName
{
border-color: #A404F2;
}
</style>