Shades of Electric Purple #A819F6
Tints of Electric Purple #A819F6
RGB
CMYK
RGB Variations
Color information
#A819F6 (or 0xA819F6) is known color: Electric Purple. HEX triplet: A8, 19 and F6. RGB value is (168,25,246). Sum of RGB (Red+Green+Blue) = 168+25+246=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 25 (10.16% from 255 or 5.69% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #A819F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A819F6 is #57E609. Grayscale: #5C5C5C. Windows color (decimal): -5760522 or 16128424. OLE color: 16128424.
HSL color Cylindrical-coordinate representation of color #A819F6: hue angle of 278.82º 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 #A819F6 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 25 | 246 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.04 |
| HSL | 278.82º | 0.92% | 0.53% | - |
| HSV(B) | 278.82º | 0.9% | 0.96% | - |
| XYZ | 33.13 | 15.67 | 88.47 | - |
| YUV | 92.95 | 214.38 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 246 | 0.32 | 0.90 | 0 | 0.04 | 278.82 | 0.92 | 0.53 |
| Hex | A8 | 19 | F6 | 20 | 5A | 0 | 4 | 117 | 5C | 35 |
| Octal | 250 | 31 | 366 | 40 | 132 | 0 | 4 | 427 | 134 | 65 |
| Binary | 10101000 | 11001 | 11110110 | 100000 | 1011010 | 0 | 100 | 100010111 | 1011100 | 110101 |
Color Harmonies of #A819F6
Complementary color
Monochromatic Colors of #A819F6
Black with #A819F6
Text Example
Text Example
White with #A819F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A819F6; }
p { color: rgb(168,25,246); }
H1.HeaderClassName
{
color: #A819F6;
}
.AnyTagClassName
{
color: #A819F6;
}
</style>
background-color css
<style>
a { background-color: #A819F6; }
a { background-color: rgb(168,25,246); }
div.DivClassName
{
background-color: #A819F6;
}
.BgClassName
{
background-color: #A819F6;
}
</style>
border-color css
<style>
span { border-color: #A819F6; }
span { border-color: rgb(168,25,246); }
td.TdClassName
{
border-color: #A819F6;
}
.TagClassName
{
border-color: #A819F6;
}
</style>