Shades of Electric Purple #A714F0
Tints of Electric Purple #A714F0
RGB
CMYK
RGB Variations
Color information
#A714F0 (or 0xA714F0) is known color: Electric Purple. HEX triplet: A7, 14 and F0. RGB value is (167,20,240). Sum of RGB (Red+Green+Blue) = 167+20+240=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 240 (94.14% from 255 or 56.21% from 427); Max value from RGB is 240 - color contains mainly: blue. Hex color #A714F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A714F0 is #58EB0F. Grayscale: #585858. Windows color (decimal): -5827344 or 15733927. OLE color: 15733927.
HSL color Cylindrical-coordinate representation of color #A714F0: hue angle of 280.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A714F0 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 20 | 240 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.06 |
| HSL | 280.09º | 0.88% | 0.51% | - |
| HSV(B) | 280.09º | 0.92% | 0.94% | - |
| XYZ | 31.91 | 15.01 | 83.65 | - |
| YUV | 89.03 | 213.2 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 240 | 0.30 | 0.92 | 0 | 0.06 | 280.09 | 0.88 | 0.51 |
| Hex | A7 | 14 | F0 | 1E | 5C | 0 | 6 | 118 | 58 | 33 |
| Octal | 247 | 24 | 360 | 36 | 134 | 0 | 6 | 430 | 130 | 63 |
| Binary | 10100111 | 10100 | 11110000 | 11110 | 1011100 | 0 | 110 | 100011000 | 1011000 | 110011 |
Color Harmonies of #A714F0
Complementary color
Monochromatic Colors of #A714F0
Black with #A714F0
Text Example
Text Example
White with #A714F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A714F0; }
p { color: rgb(167,20,240); }
H1.HeaderClassName
{
color: #A714F0;
}
.AnyTagClassName
{
color: #A714F0;
}
</style>
background-color css
<style>
a { background-color: #A714F0; }
a { background-color: rgb(167,20,240); }
div.DivClassName
{
background-color: #A714F0;
}
.BgClassName
{
background-color: #A714F0;
}
</style>
border-color css
<style>
span { border-color: #A714F0; }
span { border-color: rgb(167,20,240); }
td.TdClassName
{
border-color: #A714F0;
}
.TagClassName
{
border-color: #A714F0;
}
</style>