Shades of Dark Violet #A50DD6
Tints of Dark Violet #A50DD6
RGB
CMYK
RGB Variations
Color information
#A50DD6 (or 0xA50DD6) is known color: Dark Violet. HEX triplet: A5, 0D and D6. RGB value is (165,13,214). Sum of RGB (Red+Green+Blue) = 165+13+214=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 214 (83.98% from 255 or 54.59% from 392); Max value from RGB is 214 - color contains mainly: blue. Hex color #A50DD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DD6 is #5AF229. Grayscale: #505050. Windows color (decimal): -5960234 or 14028197. OLE color: 14028197.
HSL color Cylindrical-coordinate representation of color #A50DD6: hue angle of 285.37º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50DD6 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 13 | 214 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.16 |
| HSL | 285.37º | 0.89% | 0.45% | - |
| HSV(B) | 285.37º | 0.94% | 0.84% | - |
| XYZ | 27.8 | 13.14 | 64.69 | - |
| YUV | 81.36 | 202.86 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 214 | 0.23 | 0.94 | 0 | 0.16 | 285.37 | 0.89 | 0.45 |
| Hex | A5 | D | D6 | 17 | 5E | 0 | 10 | 11D | 59 | 2D |
| Octal | 245 | 15 | 326 | 27 | 136 | 0 | 20 | 435 | 131 | 55 |
| Binary | 10100101 | 1101 | 11010110 | 10111 | 1011110 | 0 | 10000 | 100011101 | 1011001 | 101101 |
Color Harmonies of #A50DD6
Complementary color
Monochromatic Colors of #A50DD6
Black with #A50DD6
Text Example
Text Example
White with #A50DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50DD6; }
p { color: rgb(165,13,214); }
H1.HeaderClassName
{
color: #A50DD6;
}
.AnyTagClassName
{
color: #A50DD6;
}
</style>
background-color css
<style>
a { background-color: #A50DD6; }
a { background-color: rgb(165,13,214); }
div.DivClassName
{
background-color: #A50DD6;
}
.BgClassName
{
background-color: #A50DD6;
}
</style>
border-color css
<style>
span { border-color: #A50DD6; }
span { border-color: rgb(165,13,214); }
td.TdClassName
{
border-color: #A50DD6;
}
.TagClassName
{
border-color: #A50DD6;
}
</style>