Shades of Dark Violet #A50DEC
Tints of Dark Violet #A50DEC
RGB
CMYK
RGB Variations
Color information
#A50DEC (or 0xA50DEC) is known color: Dark Violet. HEX triplet: A5, 0D and EC. RGB value is (165,13,236). Sum of RGB (Red+Green+Blue) = 165+13+236=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #A50DEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50DEC is #5AF213. Grayscale: #535353. Windows color (decimal): -5960212 or 15469989. OLE color: 15469989.
HSL color Cylindrical-coordinate representation of color #A50DEC: hue angle of 280.9º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50DEC is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 13 | 236 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.07 |
| HSL | 280.9º | 0.9% | 0.49% | - |
| HSV(B) | 280.9º | 0.94% | 0.93% | - |
| XYZ | 30.8 | 14.34 | 80.5 | - |
| YUV | 83.87 | 213.86 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 236 | 0.30 | 0.94 | 0 | 0.07 | 280.9 | 0.9 | 0.49 |
| Hex | A5 | D | EC | 1E | 5E | 0 | 7 | 119 | 5A | 31 |
| Octal | 245 | 15 | 354 | 36 | 136 | 0 | 7 | 431 | 132 | 61 |
| Binary | 10100101 | 1101 | 11101100 | 11110 | 1011110 | 0 | 111 | 100011001 | 1011010 | 110001 |
Color Harmonies of #A50DEC
Complementary color
Monochromatic Colors of #A50DEC
Black with #A50DEC
Text Example
Text Example
White with #A50DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50DEC; }
p { color: rgb(165,13,236); }
H1.HeaderClassName
{
color: #A50DEC;
}
.AnyTagClassName
{
color: #A50DEC;
}
</style>
background-color css
<style>
a { background-color: #A50DEC; }
a { background-color: rgb(165,13,236); }
div.DivClassName
{
background-color: #A50DEC;
}
.BgClassName
{
background-color: #A50DEC;
}
</style>
border-color css
<style>
span { border-color: #A50DEC; }
span { border-color: rgb(165,13,236); }
td.TdClassName
{
border-color: #A50DEC;
}
.TagClassName
{
border-color: #A50DEC;
}
</style>