Shades of Electric Purple #A50DFB
Tints of Electric Purple #A50DFB
RGB
CMYK
RGB Variations
Color information
#A50DFB (or 0xA50DFB) is known color: Electric Purple. HEX triplet: A5, 0D and FB. RGB value is (165,13,251). Sum of RGB (Red+Green+Blue) = 165+13+251=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #A50DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50DFB is #5AF204. Grayscale: #545454. Windows color (decimal): -5960197 or 16453029. OLE color: 16453029.
HSL color Cylindrical-coordinate representation of color #A50DFB: hue angle of 278.32º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50DFB is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 13 | 251 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.02 |
| HSL | 278.32º | 0.97% | 0.52% | - |
| HSV(B) | 278.32º | 0.95% | 0.98% | - |
| XYZ | 33.07 | 15.25 | 92.47 | - |
| YUV | 85.58 | 221.36 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 251 | 0.34 | 0.95 | 0 | 0.02 | 278.32 | 0.97 | 0.52 |
| Hex | A5 | D | FB | 22 | 5F | 0 | 2 | 116 | 61 | 34 |
| Octal | 245 | 15 | 373 | 42 | 137 | 0 | 2 | 426 | 141 | 64 |
| Binary | 10100101 | 1101 | 11111011 | 100010 | 1011111 | 0 | 10 | 100010110 | 1100001 | 110100 |
Color Harmonies of #A50DFB
Complementary color
Monochromatic Colors of #A50DFB
Black with #A50DFB
Text Example
Text Example
White with #A50DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50DFB; }
p { color: rgb(165,13,251); }
H1.HeaderClassName
{
color: #A50DFB;
}
.AnyTagClassName
{
color: #A50DFB;
}
</style>
background-color css
<style>
a { background-color: #A50DFB; }
a { background-color: rgb(165,13,251); }
div.DivClassName
{
background-color: #A50DFB;
}
.BgClassName
{
background-color: #A50DFB;
}
</style>
border-color css
<style>
span { border-color: #A50DFB; }
span { border-color: rgb(165,13,251); }
td.TdClassName
{
border-color: #A50DFB;
}
.TagClassName
{
border-color: #A50DFB;
}
</style>