Shades of Electric Purple #A50DFE
Tints of Electric Purple #A50DFE
RGB
CMYK
RGB Variations
Color information
#A50DFE (or 0xA50DFE) is known color: Electric Purple. HEX triplet: A5, 0D and FE. RGB value is (165,13,254). Sum of RGB (Red+Green+Blue) = 165+13+254=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #A50DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50DFE is #5AF201. Grayscale: #555555. Windows color (decimal): -5960194 or 16649637. OLE color: 16649637.
HSL color Cylindrical-coordinate representation of color #A50DFE: hue angle of 277.84º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50DFE is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 13 | 254 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.00 |
| HSL | 277.84º | 0.99% | 0.52% | - |
| HSV(B) | 277.84º | 0.95% | 1% | - |
| XYZ | 33.55 | 15.44 | 94.98 | - |
| YUV | 85.92 | 222.86 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 254 | 0.35 | 0.95 | 0 | 0.00 | 277.84 | 0.99 | 0.52 |
| Hex | A5 | D | FE | 23 | 5F | 0 | 0 | 116 | 63 | 34 |
| Octal | 245 | 15 | 376 | 43 | 137 | 0 | 0 | 426 | 143 | 64 |
| Binary | 10100101 | 1101 | 11111110 | 100011 | 1011111 | 0 | 0 | 100010110 | 1100011 | 110100 |
Color Harmonies of #A50DFE
Complementary color
Monochromatic Colors of #A50DFE
Black with #A50DFE
Text Example
Text Example
White with #A50DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50DFE; }
p { color: rgb(165,13,254); }
H1.HeaderClassName
{
color: #A50DFE;
}
.AnyTagClassName
{
color: #A50DFE;
}
</style>
background-color css
<style>
a { background-color: #A50DFE; }
a { background-color: rgb(165,13,254); }
div.DivClassName
{
background-color: #A50DFE;
}
.BgClassName
{
background-color: #A50DFE;
}
</style>
border-color css
<style>
span { border-color: #A50DFE; }
span { border-color: rgb(165,13,254); }
td.TdClassName
{
border-color: #A50DFE;
}
.TagClassName
{
border-color: #A50DFE;
}
</style>