Shades of Electric Purple #A406F0
Tints of Electric Purple #A406F0
RGB
CMYK
RGB Variations
Color information
#A406F0 (or 0xA406F0) is known color: Electric Purple. HEX triplet: A4, 06 and F0. RGB value is (164,6,240). Sum of RGB (Red+Green+Blue) = 164+6+240=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 6 (2.73% from 255 or 1.46% from 410); Blue value is 240 (94.14% from 255 or 58.54% from 410); Max value from RGB is 240 - color contains mainly: blue. Hex color #A406F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A406F0 is #5BF90F. Grayscale: #4F4F4F. Windows color (decimal): -6027536 or 15730340. OLE color: 15730340.
HSL color Cylindrical-coordinate representation of color #A406F0: hue angle of 280.51º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A406F0 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 6 | 240 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.06 |
| HSL | 280.51º | 0.95% | 0.48% | - |
| HSV(B) | 280.51º | 0.98% | 0.94% | - |
| XYZ | 31.1 | 14.31 | 83.56 | - |
| YUV | 79.92 | 218.35 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 240 | 0.32 | 0.98 | 0 | 0.06 | 280.51 | 0.95 | 0.48 |
| Hex | A4 | 6 | F0 | 20 | 62 | 0 | 6 | 119 | 5F | 30 |
| Octal | 244 | 6 | 360 | 40 | 142 | 0 | 6 | 431 | 137 | 60 |
| Binary | 10100100 | 110 | 11110000 | 100000 | 1100010 | 0 | 110 | 100011001 | 1011111 | 110000 |
Color Harmonies of #A406F0
Complementary color
Monochromatic Colors of #A406F0
Black with #A406F0
Text Example
Text Example
White with #A406F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A406F0; }
p { color: rgb(164,6,240); }
H1.HeaderClassName
{
color: #A406F0;
}
.AnyTagClassName
{
color: #A406F0;
}
</style>
background-color css
<style>
a { background-color: #A406F0; }
a { background-color: rgb(164,6,240); }
div.DivClassName
{
background-color: #A406F0;
}
.BgClassName
{
background-color: #A406F0;
}
</style>
border-color css
<style>
span { border-color: #A406F0; }
span { border-color: rgb(164,6,240); }
td.TdClassName
{
border-color: #A406F0;
}
.TagClassName
{
border-color: #A406F0;
}
</style>