Shades of Electric Purple #A319FC
Tints of Electric Purple #A319FC
RGB
CMYK
RGB Variations
Color information
#A319FC (or 0xA319FC) is known color: Electric Purple. HEX triplet: A3, 19 and FC. RGB value is (163,25,252). Sum of RGB (Red+Green+Blue) = 163+25+252=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #A319FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A319FC is #5CE603. Grayscale: #5B5B5B. Windows color (decimal): -6088196 or 16521635. OLE color: 16521635.
HSL color Cylindrical-coordinate representation of color #A319FC: hue angle of 276.48º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A319FC is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 25 | 252 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.01 |
| HSL | 276.48º | 0.97% | 0.54% | - |
| HSV(B) | 276.48º | 0.9% | 0.99% | - |
| XYZ | 33.02 | 15.51 | 93.35 | - |
| YUV | 92.14 | 218.22 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 252 | 0.35 | 0.90 | 0 | 0.01 | 276.48 | 0.97 | 0.54 |
| Hex | A3 | 19 | FC | 23 | 5A | 0 | 1 | 114 | 61 | 36 |
| Octal | 243 | 31 | 374 | 43 | 132 | 0 | 1 | 424 | 141 | 66 |
| Binary | 10100011 | 11001 | 11111100 | 100011 | 1011010 | 0 | 1 | 100010100 | 1100001 | 110110 |
Color Harmonies of #A319FC
Complementary color
Monochromatic Colors of #A319FC
Black with #A319FC
Text Example
Text Example
White with #A319FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A319FC; }
p { color: rgb(163,25,252); }
H1.HeaderClassName
{
color: #A319FC;
}
.AnyTagClassName
{
color: #A319FC;
}
</style>
background-color css
<style>
a { background-color: #A319FC; }
a { background-color: rgb(163,25,252); }
div.DivClassName
{
background-color: #A319FC;
}
.BgClassName
{
background-color: #A319FC;
}
</style>
border-color css
<style>
span { border-color: #A319FC; }
span { border-color: rgb(163,25,252); }
td.TdClassName
{
border-color: #A319FC;
}
.TagClassName
{
border-color: #A319FC;
}
</style>