Shades of Electric Purple #A719FE
Tints of Electric Purple #A719FE
RGB
CMYK
RGB Variations
Color information
#A719FE (or 0xA719FE) is known color: Electric Purple. HEX triplet: A7, 19 and FE. RGB value is (167,25,254). Sum of RGB (Red+Green+Blue) = 167+25+254=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #A719FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A719FE is #58E601. Grayscale: #5C5C5C. Windows color (decimal): -5826050 or 16652711. OLE color: 16652711.
HSL color Cylindrical-coordinate representation of color #A719FE: hue angle of 277.21º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A719FE is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 25 | 254 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.00 |
| HSL | 277.21º | 0.99% | 0.55% | - |
| HSV(B) | 277.21º | 0.9% | 1% | - |
| XYZ | 34.17 | 16.07 | 95.07 | - |
| YUV | 93.56 | 218.54 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 25 | 254 | 0.34 | 0.90 | 0 | 0.00 | 277.21 | 0.99 | 0.55 |
| Hex | A7 | 19 | FE | 22 | 5A | 0 | 0 | 115 | 63 | 37 |
| Octal | 247 | 31 | 376 | 42 | 132 | 0 | 0 | 425 | 143 | 67 |
| Binary | 10100111 | 11001 | 11111110 | 100010 | 1011010 | 0 | 0 | 100010101 | 1100011 | 110111 |
Color Harmonies of #A719FE
Complementary color
Monochromatic Colors of #A719FE
Black with #A719FE
Text Example
Text Example
White with #A719FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A719FE; }
p { color: rgb(167,25,254); }
H1.HeaderClassName
{
color: #A719FE;
}
.AnyTagClassName
{
color: #A719FE;
}
</style>
background-color css
<style>
a { background-color: #A719FE; }
a { background-color: rgb(167,25,254); }
div.DivClassName
{
background-color: #A719FE;
}
.BgClassName
{
background-color: #A719FE;
}
</style>
border-color css
<style>
span { border-color: #A719FE; }
span { border-color: rgb(167,25,254); }
td.TdClassName
{
border-color: #A719FE;
}
.TagClassName
{
border-color: #A719FE;
}
</style>