Shades of Electric Purple #A519FC
Tints of Electric Purple #A519FC
RGB
CMYK
RGB Variations
Color information
#A519FC (or 0xA519FC) is known color: Electric Purple. HEX triplet: A5, 19 and FC. RGB value is (165,25,252). Sum of RGB (Red+Green+Blue) = 165+25+252=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #A519FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A519FC is #5AE603. Grayscale: #5B5B5B. Windows color (decimal): -5957124 or 16521637. OLE color: 16521637.
HSL color Cylindrical-coordinate representation of color #A519FC: hue angle of 277º 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 #A519FC is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 25 | 252 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.01 |
| HSL | 277º | 0.97% | 0.54% | - |
| HSV(B) | 277º | 0.9% | 0.99% | - |
| XYZ | 33.44 | 15.72 | 93.37 | - |
| YUV | 92.74 | 217.88 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 252 | 0.35 | 0.90 | 0 | 0.01 | 277 | 0.97 | 0.54 |
| Hex | A5 | 19 | FC | 23 | 5A | 0 | 1 | 115 | 61 | 36 |
| Octal | 245 | 31 | 374 | 43 | 132 | 0 | 1 | 425 | 141 | 66 |
| Binary | 10100101 | 11001 | 11111100 | 100011 | 1011010 | 0 | 1 | 100010101 | 1100001 | 110110 |
Color Harmonies of #A519FC
Complementary color
Monochromatic Colors of #A519FC
Black with #A519FC
Text Example
Text Example
White with #A519FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A519FC; }
p { color: rgb(165,25,252); }
H1.HeaderClassName
{
color: #A519FC;
}
.AnyTagClassName
{
color: #A519FC;
}
</style>
background-color css
<style>
a { background-color: #A519FC; }
a { background-color: rgb(165,25,252); }
div.DivClassName
{
background-color: #A519FC;
}
.BgClassName
{
background-color: #A519FC;
}
</style>
border-color css
<style>
span { border-color: #A519FC; }
span { border-color: rgb(165,25,252); }
td.TdClassName
{
border-color: #A519FC;
}
.TagClassName
{
border-color: #A519FC;
}
</style>