Shades of Electric Purple #A515FF
Tints of Electric Purple #A515FF
RGB
CMYK
RGB Variations
Color information
#A515FF (or 0xA515FF) is known color: Electric Purple. HEX triplet: A5, 15 and FF. RGB value is (165,21,255). Sum of RGB (Red+Green+Blue) = 165+21+255=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #A515FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A515FF is #5AEA00. Grayscale: #595959. Windows color (decimal): -5958145 or 16717221. OLE color: 16717221.
HSL color Cylindrical-coordinate representation of color #A515FF: hue angle of 276.92º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A515FF is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 21 | 255 | - |
| CMYK | 0.35 | 0.92 | 0 | 0 |
| HSL | 276.92º | 1% | 0.54% | - |
| HSV(B) | 276.92º | 0.92% | 1% | - |
| XYZ | 33.84 | 15.76 | 95.87 | - |
| YUV | 90.73 | 220.71 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 21 | 255 | 0.35 | 0.92 | 0 | 0 | 276.92 | 1 | 0.54 |
| Hex | A5 | 15 | FF | 23 | 5C | 0 | 0 | 115 | 64 | 36 |
| Octal | 245 | 25 | 377 | 43 | 134 | 0 | 0 | 425 | 144 | 66 |
| Binary | 10100101 | 10101 | 11111111 | 100011 | 1011100 | 0 | 0 | 100010101 | 1100100 | 110110 |
Color Harmonies of #A515FF
Complementary color
Monochromatic Colors of #A515FF
Black with #A515FF
Text Example
Text Example
White with #A515FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A515FF; }
p { color: rgb(165,21,255); }
H1.HeaderClassName
{
color: #A515FF;
}
.AnyTagClassName
{
color: #A515FF;
}
</style>
background-color css
<style>
a { background-color: #A515FF; }
a { background-color: rgb(165,21,255); }
div.DivClassName
{
background-color: #A515FF;
}
.BgClassName
{
background-color: #A515FF;
}
</style>
border-color css
<style>
span { border-color: #A515FF; }
span { border-color: rgb(165,21,255); }
td.TdClassName
{
border-color: #A515FF;
}
.TagClassName
{
border-color: #A515FF;
}
</style>