Shades of Electric Purple #A919F8
Tints of Electric Purple #A919F8
RGB
CMYK
RGB Variations
Color information
#A919F8 (or 0xA919F8) is known color: Electric Purple. HEX triplet: A9, 19 and F8. RGB value is (169,25,248). Sum of RGB (Red+Green+Blue) = 169+25+248=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 248 (97.27% from 255 or 56.11% from 442); Max value from RGB is 248 - color contains mainly: blue. Hex color #A919F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A919F8 is #56E607. Grayscale: #5C5C5C. Windows color (decimal): -5694984 or 16259497. OLE color: 16259497.
HSL color Cylindrical-coordinate representation of color #A919F8: hue angle of 278.74º 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 #A919F8 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 25 | 248 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.03 |
| HSL | 278.74º | 0.94% | 0.54% | - |
| HSV(B) | 278.74º | 0.9% | 0.97% | - |
| XYZ | 33.65 | 15.91 | 90.1 | - |
| YUV | 93.48 | 215.21 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 25 | 248 | 0.32 | 0.90 | 0 | 0.03 | 278.74 | 0.94 | 0.54 |
| Hex | A9 | 19 | F8 | 20 | 5A | 0 | 3 | 117 | 5E | 36 |
| Octal | 251 | 31 | 370 | 40 | 132 | 0 | 3 | 427 | 136 | 66 |
| Binary | 10101001 | 11001 | 11111000 | 100000 | 1011010 | 0 | 11 | 100010111 | 1011110 | 110110 |
Color Harmonies of #A919F8
Complementary color
Monochromatic Colors of #A919F8
Black with #A919F8
Text Example
Text Example
White with #A919F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A919F8; }
p { color: rgb(169,25,248); }
H1.HeaderClassName
{
color: #A919F8;
}
.AnyTagClassName
{
color: #A919F8;
}
</style>
background-color css
<style>
a { background-color: #A919F8; }
a { background-color: rgb(169,25,248); }
div.DivClassName
{
background-color: #A919F8;
}
.BgClassName
{
background-color: #A919F8;
}
</style>
border-color css
<style>
span { border-color: #A919F8; }
span { border-color: rgb(169,25,248); }
td.TdClassName
{
border-color: #A919F8;
}
.TagClassName
{
border-color: #A919F8;
}
</style>