Shades of Electric Purple #A719F5
Tints of Electric Purple #A719F5
RGB
CMYK
RGB Variations
Color information
#A719F5 (or 0xA719F5) is known color: Electric Purple. HEX triplet: A7, 19 and F5. RGB value is (167,25,245). Sum of RGB (Red+Green+Blue) = 167+25+245=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 245 (96.09% from 255 or 56.06% from 437); Max value from RGB is 245 - color contains mainly: blue. Hex color #A719F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A719F5 is #58E60A. Grayscale: #5B5B5B. Windows color (decimal): -5826059 or 16062887. OLE color: 16062887.
HSL color Cylindrical-coordinate representation of color #A719F5: hue angle of 278.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A719F5 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 25 | 245 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.04 |
| HSL | 278.73º | 0.92% | 0.53% | - |
| HSV(B) | 278.73º | 0.9% | 0.96% | - |
| XYZ | 32.77 | 15.5 | 87.65 | - |
| YUV | 92.54 | 214.04 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 25 | 245 | 0.32 | 0.90 | 0 | 0.04 | 278.73 | 0.92 | 0.53 |
| Hex | A7 | 19 | F5 | 20 | 5A | 0 | 4 | 117 | 5C | 35 |
| Octal | 247 | 31 | 365 | 40 | 132 | 0 | 4 | 427 | 134 | 65 |
| Binary | 10100111 | 11001 | 11110101 | 100000 | 1011010 | 0 | 100 | 100010111 | 1011100 | 110101 |
Color Harmonies of #A719F5
Complementary color
Monochromatic Colors of #A719F5
Black with #A719F5
Text Example
Text Example
White with #A719F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A719F5; }
p { color: rgb(167,25,245); }
H1.HeaderClassName
{
color: #A719F5;
}
.AnyTagClassName
{
color: #A719F5;
}
</style>
background-color css
<style>
a { background-color: #A719F5; }
a { background-color: rgb(167,25,245); }
div.DivClassName
{
background-color: #A719F5;
}
.BgClassName
{
background-color: #A719F5;
}
</style>
border-color css
<style>
span { border-color: #A719F5; }
span { border-color: rgb(167,25,245); }
td.TdClassName
{
border-color: #A719F5;
}
.TagClassName
{
border-color: #A719F5;
}
</style>