Shades of Electric Purple #A50FEF
Tints of Electric Purple #A50FEF
RGB
CMYK
RGB Variations
Color information
#A50FEF (or 0xA50FEF) is known color: Electric Purple. HEX triplet: A5, 0F and EF. RGB value is (165,15,239). Sum of RGB (Red+Green+Blue) = 165+15+239=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #A50FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50FEF is #5AF010. Grayscale: #545454. Windows color (decimal): -5959697 or 15667109. OLE color: 15667109.
HSL color Cylindrical-coordinate representation of color #A50FEF: hue angle of 280.18º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50FEF is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 15 | 239 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.06 |
| HSL | 280.18º | 0.88% | 0.5% | - |
| HSV(B) | 280.18º | 0.94% | 0.94% | - |
| XYZ | 31.27 | 14.57 | 82.83 | - |
| YUV | 85.39 | 214.7 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 15 | 239 | 0.31 | 0.94 | 0 | 0.06 | 280.18 | 0.88 | 0.5 |
| Hex | A5 | F | EF | 1F | 5E | 0 | 6 | 118 | 58 | 32 |
| Octal | 245 | 17 | 357 | 37 | 136 | 0 | 6 | 430 | 130 | 62 |
| Binary | 10100101 | 1111 | 11101111 | 11111 | 1011110 | 0 | 110 | 100011000 | 1011000 | 110010 |
Color Harmonies of #A50FEF
Complementary color
Monochromatic Colors of #A50FEF
Black with #A50FEF
Text Example
Text Example
White with #A50FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50FEF; }
p { color: rgb(165,15,239); }
H1.HeaderClassName
{
color: #A50FEF;
}
.AnyTagClassName
{
color: #A50FEF;
}
</style>
background-color css
<style>
a { background-color: #A50FEF; }
a { background-color: rgb(165,15,239); }
div.DivClassName
{
background-color: #A50FEF;
}
.BgClassName
{
background-color: #A50FEF;
}
</style>
border-color css
<style>
span { border-color: #A50FEF; }
span { border-color: rgb(165,15,239); }
td.TdClassName
{
border-color: #A50FEF;
}
.TagClassName
{
border-color: #A50FEF;
}
</style>