Shades of Electric Purple #A710F0
Tints of Electric Purple #A710F0
RGB
CMYK
RGB Variations
Color information
#A710F0 (or 0xA710F0) is known color: Electric Purple. HEX triplet: A7, 10 and F0. RGB value is (167,16,240). Sum of RGB (Red+Green+Blue) = 167+16+240=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #A710F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A710F0 is #58EF0F. Grayscale: #555555. Windows color (decimal): -5828368 or 15732903. OLE color: 15732903.
HSL color Cylindrical-coordinate representation of color #A710F0: hue angle of 280.45º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A710F0 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 16 | 240 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.06 |
| HSL | 280.45º | 0.88% | 0.5% | - |
| HSV(B) | 280.45º | 0.93% | 0.94% | - |
| XYZ | 31.85 | 14.88 | 83.63 | - |
| YUV | 86.69 | 214.53 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 240 | 0.30 | 0.93 | 0 | 0.06 | 280.45 | 0.88 | 0.5 |
| Hex | A7 | 10 | F0 | 1E | 5D | 0 | 6 | 118 | 58 | 32 |
| Octal | 247 | 20 | 360 | 36 | 135 | 0 | 6 | 430 | 130 | 62 |
| Binary | 10100111 | 10000 | 11110000 | 11110 | 1011101 | 0 | 110 | 100011000 | 1011000 | 110010 |
Color Harmonies of #A710F0
Complementary color
Monochromatic Colors of #A710F0
Black with #A710F0
Text Example
Text Example
White with #A710F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A710F0; }
p { color: rgb(167,16,240); }
H1.HeaderClassName
{
color: #A710F0;
}
.AnyTagClassName
{
color: #A710F0;
}
</style>
background-color css
<style>
a { background-color: #A710F0; }
a { background-color: rgb(167,16,240); }
div.DivClassName
{
background-color: #A710F0;
}
.BgClassName
{
background-color: #A710F0;
}
</style>
border-color css
<style>
span { border-color: #A710F0; }
span { border-color: rgb(167,16,240); }
td.TdClassName
{
border-color: #A710F0;
}
.TagClassName
{
border-color: #A710F0;
}
</style>