Shades of Electric Purple #A519FF
Tints of Electric Purple #A519FF
RGB
CMYK
RGB Variations
Color information
#A519FF (or 0xA519FF) is known color: Electric Purple. HEX triplet: A5, 19 and FF. RGB value is (165,25,255). Sum of RGB (Red+Green+Blue) = 165+25+255=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 25 (10.16% from 255 or 5.62% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #A519FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A519FF is #5AE600. Grayscale: #5C5C5C. Windows color (decimal): -5957121 or 16718245. OLE color: 16718245.
HSL color Cylindrical-coordinate representation of color #A519FF: hue angle of 276.52º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A519FF is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 25 | 255 | - |
| CMYK | 0.35 | 0.90 | 0 | 0 |
| HSL | 276.52º | 1% | 0.55% | - |
| HSV(B) | 276.52º | 0.9% | 1% | - |
| XYZ | 33.91 | 15.91 | 95.89 | - |
| YUV | 93.08 | 219.38 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 255 | 0.35 | 0.90 | 0 | 0 | 276.52 | 1 | 0.55 |
| Hex | A5 | 19 | FF | 23 | 5A | 0 | 0 | 115 | 64 | 37 |
| Octal | 245 | 31 | 377 | 43 | 132 | 0 | 0 | 425 | 144 | 67 |
| Binary | 10100101 | 11001 | 11111111 | 100011 | 1011010 | 0 | 0 | 100010101 | 1100100 | 110111 |
Color Harmonies of #A519FF
Complementary color
Monochromatic Colors of #A519FF
Black with #A519FF
Text Example
Text Example
White with #A519FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A519FF; }
p { color: rgb(165,25,255); }
H1.HeaderClassName
{
color: #A519FF;
}
.AnyTagClassName
{
color: #A519FF;
}
</style>
background-color css
<style>
a { background-color: #A519FF; }
a { background-color: rgb(165,25,255); }
div.DivClassName
{
background-color: #A519FF;
}
.BgClassName
{
background-color: #A519FF;
}
</style>
border-color css
<style>
span { border-color: #A519FF; }
span { border-color: rgb(165,25,255); }
td.TdClassName
{
border-color: #A519FF;
}
.TagClassName
{
border-color: #A519FF;
}
</style>