Shades of Electric Purple #A709F0
Tints of Electric Purple #A709F0
RGB
CMYK
RGB Variations
Color information
#A709F0 (or 0xA709F0) is known color: Electric Purple. HEX triplet: A7, 09 and F0. RGB value is (167,9,240). Sum of RGB (Red+Green+Blue) = 167+9+240=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 240 (94.14% from 255 or 57.69% from 416); Max value from RGB is 240 - color contains mainly: blue. Hex color #A709F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A709F0 is #58F60F. Grayscale: #515151. Windows color (decimal): -5830160 or 15731111. OLE color: 15731111.
HSL color Cylindrical-coordinate representation of color #A709F0: hue angle of 281.04º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A709F0 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 9 | 240 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.06 |
| HSL | 281.04º | 0.93% | 0.49% | - |
| HSV(B) | 281.04º | 0.96% | 0.94% | - |
| XYZ | 31.76 | 14.7 | 83.6 | - |
| YUV | 82.58 | 216.85 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 9 | 240 | 0.30 | 0.96 | 0 | 0.06 | 281.04 | 0.93 | 0.49 |
| Hex | A7 | 9 | F0 | 1E | 60 | 0 | 6 | 119 | 5D | 31 |
| Octal | 247 | 11 | 360 | 36 | 140 | 0 | 6 | 431 | 135 | 61 |
| Binary | 10100111 | 1001 | 11110000 | 11110 | 1100000 | 0 | 110 | 100011001 | 1011101 | 110001 |
Color Harmonies of #A709F0
Complementary color
Monochromatic Colors of #A709F0
Black with #A709F0
Text Example
Text Example
White with #A709F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A709F0; }
p { color: rgb(167,9,240); }
H1.HeaderClassName
{
color: #A709F0;
}
.AnyTagClassName
{
color: #A709F0;
}
</style>
background-color css
<style>
a { background-color: #A709F0; }
a { background-color: rgb(167,9,240); }
div.DivClassName
{
background-color: #A709F0;
}
.BgClassName
{
background-color: #A709F0;
}
</style>
border-color css
<style>
span { border-color: #A709F0; }
span { border-color: rgb(167,9,240); }
td.TdClassName
{
border-color: #A709F0;
}
.TagClassName
{
border-color: #A709F0;
}
</style>