Shades of Electric Purple #A407F0
Tints of Electric Purple #A407F0
RGB
CMYK
RGB Variations
Color information
#A407F0 (or 0xA407F0) is known color: Electric Purple. HEX triplet: A4, 07 and F0. RGB value is (164,7,240). Sum of RGB (Red+Green+Blue) = 164+7+240=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 240 (94.14% from 255 or 58.39% from 411); Max value from RGB is 240 - color contains mainly: blue. Hex color #A407F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A407F0 is #5BF80F. Grayscale: #4F4F4F. Windows color (decimal): -6027280 or 15730596. OLE color: 15730596.
HSL color Cylindrical-coordinate representation of color #A407F0: hue angle of 280.43º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A407F0 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 7 | 240 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.06 |
| HSL | 280.43º | 0.94% | 0.48% | - |
| HSV(B) | 280.43º | 0.97% | 0.94% | - |
| XYZ | 31.11 | 14.34 | 83.57 | - |
| YUV | 80.51 | 218.01 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 240 | 0.32 | 0.97 | 0 | 0.06 | 280.43 | 0.94 | 0.48 |
| Hex | A4 | 7 | F0 | 20 | 61 | 0 | 6 | 118 | 5E | 30 |
| Octal | 244 | 7 | 360 | 40 | 141 | 0 | 6 | 430 | 136 | 60 |
| Binary | 10100100 | 111 | 11110000 | 100000 | 1100001 | 0 | 110 | 100011000 | 1011110 | 110000 |
Color Harmonies of #A407F0
Complementary color
Monochromatic Colors of #A407F0
Black with #A407F0
Text Example
Text Example
White with #A407F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407F0; }
p { color: rgb(164,7,240); }
H1.HeaderClassName
{
color: #A407F0;
}
.AnyTagClassName
{
color: #A407F0;
}
</style>
background-color css
<style>
a { background-color: #A407F0; }
a { background-color: rgb(164,7,240); }
div.DivClassName
{
background-color: #A407F0;
}
.BgClassName
{
background-color: #A407F0;
}
</style>
border-color css
<style>
span { border-color: #A407F0; }
span { border-color: rgb(164,7,240); }
td.TdClassName
{
border-color: #A407F0;
}
.TagClassName
{
border-color: #A407F0;
}
</style>