Shades of Electric Purple #A50DFF
Tints of Electric Purple #A50DFF
RGB
CMYK
RGB Variations
Color information
#A50DFF (or 0xA50DFF) is known color: Electric Purple. HEX triplet: A5, 0D and FF. RGB value is (165,13,255). Sum of RGB (Red+Green+Blue) = 165+13+255=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 13 (5.47% from 255 or 3.00% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #A50DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50DFF is #5AF200. Grayscale: #555555. Windows color (decimal): -5960193 or 16715173. OLE color: 16715173.
HSL color Cylindrical-coordinate representation of color #A50DFF: hue angle of 277.69º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50DFF is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 13 | 255 | - |
| CMYK | 0.35 | 0.95 | 0 | 0 |
| HSL | 277.69º | 1% | 0.53% | - |
| HSV(B) | 277.69º | 0.95% | 1% | - |
| XYZ | 33.71 | 15.51 | 95.82 | - |
| YUV | 86.04 | 223.36 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 255 | 0.35 | 0.95 | 0 | 0 | 277.69 | 1 | 0.53 |
| Hex | A5 | D | FF | 23 | 5F | 0 | 0 | 116 | 64 | 35 |
| Octal | 245 | 15 | 377 | 43 | 137 | 0 | 0 | 426 | 144 | 65 |
| Binary | 10100101 | 1101 | 11111111 | 100011 | 1011111 | 0 | 0 | 100010110 | 1100100 | 110101 |
Color Harmonies of #A50DFF
Complementary color
Monochromatic Colors of #A50DFF
Black with #A50DFF
Text Example
Text Example
White with #A50DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50DFF; }
p { color: rgb(165,13,255); }
H1.HeaderClassName
{
color: #A50DFF;
}
.AnyTagClassName
{
color: #A50DFF;
}
</style>
background-color css
<style>
a { background-color: #A50DFF; }
a { background-color: rgb(165,13,255); }
div.DivClassName
{
background-color: #A50DFF;
}
.BgClassName
{
background-color: #A50DFF;
}
</style>
border-color css
<style>
span { border-color: #A50DFF; }
span { border-color: rgb(165,13,255); }
td.TdClassName
{
border-color: #A50DFF;
}
.TagClassName
{
border-color: #A50DFF;
}
</style>