Shades of Electric Purple #A40AF7
Tints of Electric Purple #A40AF7
RGB
CMYK
RGB Variations
Color information
#A40AF7 (or 0xA40AF7) is known color: Electric Purple. HEX triplet: A4, 0A and F7. RGB value is (164,10,247). Sum of RGB (Red+Green+Blue) = 164+10+247=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 247 (96.88% from 255 or 58.67% from 421); Max value from RGB is 247 - color contains mainly: blue. Hex color #A40AF7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40AF7 is #5BF508. Grayscale: #525252. Windows color (decimal): -6026505 or 16190116. OLE color: 16190116.
HSL color Cylindrical-coordinate representation of color #A40AF7: hue angle of 278.99º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40AF7 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 10 | 247 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.03 |
| HSL | 278.99º | 0.94% | 0.5% | - |
| HSV(B) | 278.99º | 0.96% | 0.97% | - |
| XYZ | 32.21 | 14.83 | 89.16 | - |
| YUV | 83.06 | 220.52 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 247 | 0.34 | 0.96 | 0 | 0.03 | 278.99 | 0.94 | 0.5 |
| Hex | A4 | A | F7 | 22 | 60 | 0 | 3 | 117 | 5E | 32 |
| Octal | 244 | 12 | 367 | 42 | 140 | 0 | 3 | 427 | 136 | 62 |
| Binary | 10100100 | 1010 | 11110111 | 100010 | 1100000 | 0 | 11 | 100010111 | 1011110 | 110010 |
Color Harmonies of #A40AF7
Complementary color
Monochromatic Colors of #A40AF7
Black with #A40AF7
Text Example
Text Example
White with #A40AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40AF7; }
p { color: rgb(164,10,247); }
H1.HeaderClassName
{
color: #A40AF7;
}
.AnyTagClassName
{
color: #A40AF7;
}
</style>
background-color css
<style>
a { background-color: #A40AF7; }
a { background-color: rgb(164,10,247); }
div.DivClassName
{
background-color: #A40AF7;
}
.BgClassName
{
background-color: #A40AF7;
}
</style>
border-color css
<style>
span { border-color: #A40AF7; }
span { border-color: rgb(164,10,247); }
td.TdClassName
{
border-color: #A40AF7;
}
.TagClassName
{
border-color: #A40AF7;
}
</style>