Shades of Electric Purple #A513FF
Tints of Electric Purple #A513FF
RGB
CMYK
RGB Variations
Color information
#A513FF (or 0xA513FF) is known color: Electric Purple. HEX triplet: A5, 13 and FF. RGB value is (165,19,255). Sum of RGB (Red+Green+Blue) = 165+19+255=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #A513FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A513FF is #5AEC00. Grayscale: #585858. Windows color (decimal): -5958657 or 16716709. OLE color: 16716709.
HSL color Cylindrical-coordinate representation of color #A513FF: hue angle of 277.12º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A513FF is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 19 | 255 | - |
| CMYK | 0.35 | 0.93 | 0 | 0 |
| HSL | 277.12º | 1% | 0.54% | - |
| HSV(B) | 277.12º | 0.93% | 1% | - |
| XYZ | 33.8 | 15.69 | 95.85 | - |
| YUV | 89.56 | 221.37 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 19 | 255 | 0.35 | 0.93 | 0 | 0 | 277.12 | 1 | 0.54 |
| Hex | A5 | 13 | FF | 23 | 5D | 0 | 0 | 115 | 64 | 36 |
| Octal | 245 | 23 | 377 | 43 | 135 | 0 | 0 | 425 | 144 | 66 |
| Binary | 10100101 | 10011 | 11111111 | 100011 | 1011101 | 0 | 0 | 100010101 | 1100100 | 110110 |
Color Harmonies of #A513FF
Complementary color
Monochromatic Colors of #A513FF
Black with #A513FF
Text Example
Text Example
White with #A513FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A513FF; }
p { color: rgb(165,19,255); }
H1.HeaderClassName
{
color: #A513FF;
}
.AnyTagClassName
{
color: #A513FF;
}
</style>
background-color css
<style>
a { background-color: #A513FF; }
a { background-color: rgb(165,19,255); }
div.DivClassName
{
background-color: #A513FF;
}
.BgClassName
{
background-color: #A513FF;
}
</style>
border-color css
<style>
span { border-color: #A513FF; }
span { border-color: rgb(165,19,255); }
td.TdClassName
{
border-color: #A513FF;
}
.TagClassName
{
border-color: #A513FF;
}
</style>