Shades of Dark Violet #A50DEA
Tints of Dark Violet #A50DEA
RGB
CMYK
RGB Variations
Color information
#A50DEA (or 0xA50DEA) is known color: Dark Violet. HEX triplet: A5, 0D and EA. RGB value is (165,13,234). Sum of RGB (Red+Green+Blue) = 165+13+234=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #A50DEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50DEA is #5AF215. Grayscale: #525252. Windows color (decimal): -5960214 or 15338917. OLE color: 15338917.
HSL color Cylindrical-coordinate representation of color #A50DEA: hue angle of 281.27º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50DEA is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 13 | 234 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.08 |
| HSL | 281.27º | 0.89% | 0.48% | - |
| HSV(B) | 281.27º | 0.94% | 0.92% | - |
| XYZ | 30.51 | 14.23 | 78.98 | - |
| YUV | 83.64 | 212.86 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 234 | 0.29 | 0.94 | 0 | 0.08 | 281.27 | 0.89 | 0.48 |
| Hex | A5 | D | EA | 1D | 5E | 0 | 8 | 119 | 59 | 30 |
| Octal | 245 | 15 | 352 | 35 | 136 | 0 | 10 | 431 | 131 | 60 |
| Binary | 10100101 | 1101 | 11101010 | 11101 | 1011110 | 0 | 1000 | 100011001 | 1011001 | 110000 |
Color Harmonies of #A50DEA
Complementary color
Monochromatic Colors of #A50DEA
Black with #A50DEA
Text Example
Text Example
White with #A50DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50DEA; }
p { color: rgb(165,13,234); }
H1.HeaderClassName
{
color: #A50DEA;
}
.AnyTagClassName
{
color: #A50DEA;
}
</style>
background-color css
<style>
a { background-color: #A50DEA; }
a { background-color: rgb(165,13,234); }
div.DivClassName
{
background-color: #A50DEA;
}
.BgClassName
{
background-color: #A50DEA;
}
</style>
border-color css
<style>
span { border-color: #A50DEA; }
span { border-color: rgb(165,13,234); }
td.TdClassName
{
border-color: #A50DEA;
}
.TagClassName
{
border-color: #A50DEA;
}
</style>