Shades of Electric Purple #A715F0
Tints of Electric Purple #A715F0
RGB
CMYK
RGB Variations
Color information
#A715F0 (or 0xA715F0) is known color: Electric Purple. HEX triplet: A7, 15 and F0. RGB value is (167,21,240). Sum of RGB (Red+Green+Blue) = 167+21+240=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 240 (94.14% from 255 or 56.07% from 428); Max value from RGB is 240 - color contains mainly: blue. Hex color #A715F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A715F0 is #58EA0F. Grayscale: #585858. Windows color (decimal): -5827088 or 15734183. OLE color: 15734183.
HSL color Cylindrical-coordinate representation of color #A715F0: hue angle of 280º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A715F0 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 21 | 240 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.06 |
| HSL | 280º | 0.88% | 0.51% | - |
| HSV(B) | 280º | 0.91% | 0.94% | - |
| XYZ | 31.93 | 15.04 | 83.66 | - |
| YUV | 89.62 | 212.87 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 21 | 240 | 0.30 | 0.91 | 0 | 0.06 | 280 | 0.88 | 0.51 |
| Hex | A7 | 15 | F0 | 1E | 5B | 0 | 6 | 118 | 58 | 33 |
| Octal | 247 | 25 | 360 | 36 | 133 | 0 | 6 | 430 | 130 | 63 |
| Binary | 10100111 | 10101 | 11110000 | 11110 | 1011011 | 0 | 110 | 100011000 | 1011000 | 110011 |
Color Harmonies of #A715F0
Complementary color
Monochromatic Colors of #A715F0
Black with #A715F0
Text Example
Text Example
White with #A715F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A715F0; }
p { color: rgb(167,21,240); }
H1.HeaderClassName
{
color: #A715F0;
}
.AnyTagClassName
{
color: #A715F0;
}
</style>
background-color css
<style>
a { background-color: #A715F0; }
a { background-color: rgb(167,21,240); }
div.DivClassName
{
background-color: #A715F0;
}
.BgClassName
{
background-color: #A715F0;
}
</style>
border-color css
<style>
span { border-color: #A715F0; }
span { border-color: rgb(167,21,240); }
td.TdClassName
{
border-color: #A715F0;
}
.TagClassName
{
border-color: #A715F0;
}
</style>