Shades of Electric Purple #A50DF0
Tints of Electric Purple #A50DF0
RGB
CMYK
RGB Variations
Color information
#A50DF0 (or 0xA50DF0) is known color: Electric Purple. HEX triplet: A5, 0D and F0. RGB value is (165,13,240). Sum of RGB (Red+Green+Blue) = 165+13+240=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #A50DF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50DF0 is #5AF20F. Grayscale: #535353. Windows color (decimal): -5960208 or 15732133. OLE color: 15732133.
HSL color Cylindrical-coordinate representation of color #A50DF0: hue angle of 280.18º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50DF0 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 13 | 240 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.06 |
| HSL | 280.18º | 0.9% | 0.5% | - |
| HSV(B) | 280.18º | 0.95% | 0.94% | - |
| XYZ | 31.39 | 14.58 | 83.6 | - |
| YUV | 84.33 | 215.86 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 240 | 0.31 | 0.95 | 0 | 0.06 | 280.18 | 0.9 | 0.5 |
| Hex | A5 | D | F0 | 1F | 5F | 0 | 6 | 118 | 5A | 32 |
| Octal | 245 | 15 | 360 | 37 | 137 | 0 | 6 | 430 | 132 | 62 |
| Binary | 10100101 | 1101 | 11110000 | 11111 | 1011111 | 0 | 110 | 100011000 | 1011010 | 110010 |
Color Harmonies of #A50DF0
Complementary color
Monochromatic Colors of #A50DF0
Black with #A50DF0
Text Example
Text Example
White with #A50DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50DF0; }
p { color: rgb(165,13,240); }
H1.HeaderClassName
{
color: #A50DF0;
}
.AnyTagClassName
{
color: #A50DF0;
}
</style>
background-color css
<style>
a { background-color: #A50DF0; }
a { background-color: rgb(165,13,240); }
div.DivClassName
{
background-color: #A50DF0;
}
.BgClassName
{
background-color: #A50DF0;
}
</style>
border-color css
<style>
span { border-color: #A50DF0; }
span { border-color: rgb(165,13,240); }
td.TdClassName
{
border-color: #A50DF0;
}
.TagClassName
{
border-color: #A50DF0;
}
</style>