Shades of Dark Violet #A50DBE
Tints of Dark Violet #A50DBE
RGB
CMYK
RGB Variations
Color information
#A50DBE (or 0xA50DBE) is known color: Dark Violet. HEX triplet: A5, 0D and BE. RGB value is (165,13,190). Sum of RGB (Red+Green+Blue) = 165+13+190=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #A50DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DBE is #5AF241. Grayscale: #4E4E4E. Windows color (decimal): -5960258 or 12455333. OLE color: 12455333.
HSL color Cylindrical-coordinate representation of color #A50DBE: hue angle of 291.53º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50DBE is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 13 | 190 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.25 |
| HSL | 291.53º | 0.87% | 0.4% | - |
| HSV(B) | 291.53º | 0.93% | 0.75% | - |
| XYZ | 24.96 | 12 | 49.72 | - |
| YUV | 78.63 | 190.86 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 190 | 0.13 | 0.93 | 0 | 0.25 | 291.53 | 0.87 | 0.4 |
| Hex | A5 | D | BE | D | 5D | 0 | 19 | 124 | 57 | 28 |
| Octal | 245 | 15 | 276 | 15 | 135 | 0 | 31 | 444 | 127 | 50 |
| Binary | 10100101 | 1101 | 10111110 | 1101 | 1011101 | 0 | 11001 | 100100100 | 1010111 | 101000 |
Color Harmonies of #A50DBE
Complementary color
Monochromatic Colors of #A50DBE
Black with #A50DBE
Text Example
Text Example
White with #A50DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50DBE; }
p { color: rgb(165,13,190); }
H1.HeaderClassName
{
color: #A50DBE;
}
.AnyTagClassName
{
color: #A50DBE;
}
</style>
background-color css
<style>
a { background-color: #A50DBE; }
a { background-color: rgb(165,13,190); }
div.DivClassName
{
background-color: #A50DBE;
}
.BgClassName
{
background-color: #A50DBE;
}
</style>
border-color css
<style>
span { border-color: #A50DBE; }
span { border-color: rgb(165,13,190); }
td.TdClassName
{
border-color: #A50DBE;
}
.TagClassName
{
border-color: #A50DBE;
}
</style>