Shades of Electric Purple #A50EEF
Tints of Electric Purple #A50EEF
RGB
CMYK
RGB Variations
Color information
#A50EEF (or 0xA50EEF) is known color: Electric Purple. HEX triplet: A5, 0E and EF. RGB value is (165,14,239). Sum of RGB (Red+Green+Blue) = 165+14+239=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #A50EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50EEF is #5AF110. Grayscale: #545454. Windows color (decimal): -5959953 or 15666853. OLE color: 15666853.
HSL color Cylindrical-coordinate representation of color #A50EEF: hue angle of 280.27º degrees, saturation: 0.89, 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 #A50EEF is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 14 | 239 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.06 |
| HSL | 280.27º | 0.89% | 0.5% | - |
| HSV(B) | 280.27º | 0.94% | 0.94% | - |
| XYZ | 31.25 | 14.55 | 82.82 | - |
| YUV | 84.8 | 215.03 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 14 | 239 | 0.31 | 0.94 | 0 | 0.06 | 280.27 | 0.89 | 0.5 |
| Hex | A5 | E | EF | 1F | 5E | 0 | 6 | 118 | 59 | 32 |
| Octal | 245 | 16 | 357 | 37 | 136 | 0 | 6 | 430 | 131 | 62 |
| Binary | 10100101 | 1110 | 11101111 | 11111 | 1011110 | 0 | 110 | 100011000 | 1011001 | 110010 |
Color Harmonies of #A50EEF
Complementary color
Monochromatic Colors of #A50EEF
Black with #A50EEF
Text Example
Text Example
White with #A50EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50EEF; }
p { color: rgb(165,14,239); }
H1.HeaderClassName
{
color: #A50EEF;
}
.AnyTagClassName
{
color: #A50EEF;
}
</style>
background-color css
<style>
a { background-color: #A50EEF; }
a { background-color: rgb(165,14,239); }
div.DivClassName
{
background-color: #A50EEF;
}
.BgClassName
{
background-color: #A50EEF;
}
</style>
border-color css
<style>
span { border-color: #A50EEF; }
span { border-color: rgb(165,14,239); }
td.TdClassName
{
border-color: #A50EEF;
}
.TagClassName
{
border-color: #A50EEF;
}
</style>