Shades of Electric Purple #A50EFD
Tints of Electric Purple #A50EFD
RGB
CMYK
RGB Variations
Color information
#A50EFD (or 0xA50EFD) is known color: Electric Purple. HEX triplet: A5, 0E and FD. RGB value is (165,14,253). Sum of RGB (Red+Green+Blue) = 165+14+253=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #A50EFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50EFD is #5AF102. Grayscale: #555555. Windows color (decimal): -5959939 or 16584357. OLE color: 16584357.
HSL color Cylindrical-coordinate representation of color #A50EFD: hue angle of 277.91º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50EFD is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 14 | 253 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.01 |
| HSL | 277.91º | 0.98% | 0.52% | - |
| HSV(B) | 277.91º | 0.94% | 0.99% | - |
| XYZ | 33.4 | 15.41 | 94.14 | - |
| YUV | 86.4 | 222.03 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 14 | 253 | 0.35 | 0.94 | 0 | 0.01 | 277.91 | 0.98 | 0.52 |
| Hex | A5 | E | FD | 23 | 5E | 0 | 1 | 116 | 62 | 34 |
| Octal | 245 | 16 | 375 | 43 | 136 | 0 | 1 | 426 | 142 | 64 |
| Binary | 10100101 | 1110 | 11111101 | 100011 | 1011110 | 0 | 1 | 100010110 | 1100010 | 110100 |
Color Harmonies of #A50EFD
Complementary color
Monochromatic Colors of #A50EFD
Black with #A50EFD
Text Example
Text Example
White with #A50EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50EFD; }
p { color: rgb(165,14,253); }
H1.HeaderClassName
{
color: #A50EFD;
}
.AnyTagClassName
{
color: #A50EFD;
}
</style>
background-color css
<style>
a { background-color: #A50EFD; }
a { background-color: rgb(165,14,253); }
div.DivClassName
{
background-color: #A50EFD;
}
.BgClassName
{
background-color: #A50EFD;
}
</style>
border-color css
<style>
span { border-color: #A50EFD; }
span { border-color: rgb(165,14,253); }
td.TdClassName
{
border-color: #A50EFD;
}
.TagClassName
{
border-color: #A50EFD;
}
</style>