Shades of Electric Purple #A819F8
Tints of Electric Purple #A819F8
RGB
CMYK
RGB Variations
Color information
#A819F8 (or 0xA819F8) is known color: Electric Purple. HEX triplet: A8, 19 and F8. RGB value is (168,25,248). Sum of RGB (Red+Green+Blue) = 168+25+248=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #A819F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A819F8 is #57E607. Grayscale: #5C5C5C. Windows color (decimal): -5760520 or 16259496. OLE color: 16259496.
HSL color Cylindrical-coordinate representation of color #A819F8: hue angle of 278.48º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A819F8 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 25 | 248 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.03 |
| HSL | 278.48º | 0.94% | 0.54% | - |
| HSV(B) | 278.48º | 0.9% | 0.97% | - |
| XYZ | 33.44 | 15.8 | 90.09 | - |
| YUV | 93.18 | 215.38 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 248 | 0.32 | 0.90 | 0 | 0.03 | 278.48 | 0.94 | 0.54 |
| Hex | A8 | 19 | F8 | 20 | 5A | 0 | 3 | 116 | 5E | 36 |
| Octal | 250 | 31 | 370 | 40 | 132 | 0 | 3 | 426 | 136 | 66 |
| Binary | 10101000 | 11001 | 11111000 | 100000 | 1011010 | 0 | 11 | 100010110 | 1011110 | 110110 |
Color Harmonies of #A819F8
Complementary color
Monochromatic Colors of #A819F8
Black with #A819F8
Text Example
Text Example
White with #A819F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A819F8; }
p { color: rgb(168,25,248); }
H1.HeaderClassName
{
color: #A819F8;
}
.AnyTagClassName
{
color: #A819F8;
}
</style>
background-color css
<style>
a { background-color: #A819F8; }
a { background-color: rgb(168,25,248); }
div.DivClassName
{
background-color: #A819F8;
}
.BgClassName
{
background-color: #A819F8;
}
</style>
border-color css
<style>
span { border-color: #A819F8; }
span { border-color: rgb(168,25,248); }
td.TdClassName
{
border-color: #A819F8;
}
.TagClassName
{
border-color: #A819F8;
}
</style>