Shades of Dark Violet #A50DB6
Tints of Dark Violet #A50DB6
RGB
CMYK
RGB Variations
Color information
#A50DB6 (or 0xA50DB6) is known color: Dark Violet. HEX triplet: A5, 0D and B6. RGB value is (165,13,182). Sum of RGB (Red+Green+Blue) = 165+13+182=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #A50DB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DB6 is #5AF249. Grayscale: #4D4D4D. Windows color (decimal): -5960266 or 11931045. OLE color: 11931045.
HSL color Cylindrical-coordinate representation of color #A50DB6: hue angle of 293.96º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50DB6 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 13 | 182 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.29 |
| HSL | 293.96º | 0.87% | 0.38% | - |
| HSV(B) | 293.96º | 0.93% | 0.71% | - |
| XYZ | 24.1 | 11.66 | 45.24 | - |
| YUV | 77.71 | 186.86 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 182 | 0.09 | 0.93 | 0 | 0.29 | 293.96 | 0.87 | 0.38 |
| Hex | A5 | D | B6 | 9 | 5D | 0 | 1D | 126 | 57 | 26 |
| Octal | 245 | 15 | 266 | 11 | 135 | 0 | 35 | 446 | 127 | 46 |
| Binary | 10100101 | 1101 | 10110110 | 1001 | 1011101 | 0 | 11101 | 100100110 | 1010111 | 100110 |
Color Harmonies of #A50DB6
Complementary color
Monochromatic Colors of #A50DB6
Black with #A50DB6
Text Example
Text Example
White with #A50DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50DB6; }
p { color: rgb(165,13,182); }
H1.HeaderClassName
{
color: #A50DB6;
}
.AnyTagClassName
{
color: #A50DB6;
}
</style>
background-color css
<style>
a { background-color: #A50DB6; }
a { background-color: rgb(165,13,182); }
div.DivClassName
{
background-color: #A50DB6;
}
.BgClassName
{
background-color: #A50DB6;
}
</style>
border-color css
<style>
span { border-color: #A50DB6; }
span { border-color: rgb(165,13,182); }
td.TdClassName
{
border-color: #A50DB6;
}
.TagClassName
{
border-color: #A50DB6;
}
</style>