Shades of Electric Purple #A319FD
Tints of Electric Purple #A319FD
RGB
CMYK
RGB Variations
Color information
#A319FD (or 0xA319FD) is known color: Electric Purple. HEX triplet: A3, 19 and FD. RGB value is (163,25,253). Sum of RGB (Red+Green+Blue) = 163+25+253=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #A319FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A319FD is #5CE602. Grayscale: #5B5B5B. Windows color (decimal): -6088195 or 16587171. OLE color: 16587171.
HSL color Cylindrical-coordinate representation of color #A319FD: hue angle of 276.32º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A319FD is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 25 | 253 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.01 |
| HSL | 276.32º | 0.98% | 0.55% | - |
| HSV(B) | 276.32º | 0.9% | 0.99% | - |
| XYZ | 33.18 | 15.57 | 94.19 | - |
| YUV | 92.25 | 218.72 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 253 | 0.36 | 0.90 | 0 | 0.01 | 276.32 | 0.98 | 0.55 |
| Hex | A3 | 19 | FD | 24 | 5A | 0 | 1 | 114 | 62 | 37 |
| Octal | 243 | 31 | 375 | 44 | 132 | 0 | 1 | 424 | 142 | 67 |
| Binary | 10100011 | 11001 | 11111101 | 100100 | 1011010 | 0 | 1 | 100010100 | 1100010 | 110111 |
Color Harmonies of #A319FD
Complementary color
Monochromatic Colors of #A319FD
Black with #A319FD
Text Example
Text Example
White with #A319FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A319FD; }
p { color: rgb(163,25,253); }
H1.HeaderClassName
{
color: #A319FD;
}
.AnyTagClassName
{
color: #A319FD;
}
</style>
background-color css
<style>
a { background-color: #A319FD; }
a { background-color: rgb(163,25,253); }
div.DivClassName
{
background-color: #A319FD;
}
.BgClassName
{
background-color: #A319FD;
}
</style>
border-color css
<style>
span { border-color: #A319FD; }
span { border-color: rgb(163,25,253); }
td.TdClassName
{
border-color: #A319FD;
}
.TagClassName
{
border-color: #A319FD;
}
</style>