Shades of Electric Purple #A819F7
Tints of Electric Purple #A819F7
RGB
CMYK
RGB Variations
Color information
#A819F7 (or 0xA819F7) is known color: Electric Purple. HEX triplet: A8, 19 and F7. RGB value is (168,25,247). Sum of RGB (Red+Green+Blue) = 168+25+247=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 247 (96.88% from 255 or 56.14% from 440); Max value from RGB is 247 - color contains mainly: blue. Hex color #A819F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A819F7 is #57E608. Grayscale: #5C5C5C. Windows color (decimal): -5760521 or 16193960. OLE color: 16193960.
HSL color Cylindrical-coordinate representation of color #A819F7: hue angle of 278.65º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A819F7 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 25 | 247 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.03 |
| HSL | 278.65º | 0.93% | 0.53% | - |
| HSV(B) | 278.65º | 0.9% | 0.97% | - |
| XYZ | 33.28 | 15.74 | 89.28 | - |
| YUV | 93.07 | 214.88 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 247 | 0.32 | 0.90 | 0 | 0.03 | 278.65 | 0.93 | 0.53 |
| Hex | A8 | 19 | F7 | 20 | 5A | 0 | 3 | 117 | 5D | 35 |
| Octal | 250 | 31 | 367 | 40 | 132 | 0 | 3 | 427 | 135 | 65 |
| Binary | 10101000 | 11001 | 11110111 | 100000 | 1011010 | 0 | 11 | 100010111 | 1011101 | 110101 |
Color Harmonies of #A819F7
Complementary color
Monochromatic Colors of #A819F7
Black with #A819F7
Text Example
Text Example
White with #A819F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A819F7; }
p { color: rgb(168,25,247); }
H1.HeaderClassName
{
color: #A819F7;
}
.AnyTagClassName
{
color: #A819F7;
}
</style>
background-color css
<style>
a { background-color: #A819F7; }
a { background-color: rgb(168,25,247); }
div.DivClassName
{
background-color: #A819F7;
}
.BgClassName
{
background-color: #A819F7;
}
</style>
border-color css
<style>
span { border-color: #A819F7; }
span { border-color: rgb(168,25,247); }
td.TdClassName
{
border-color: #A819F7;
}
.TagClassName
{
border-color: #A819F7;
}
</style>