Shades of Dark Violet #A50DDF
Tints of Dark Violet #A50DDF
RGB
CMYK
RGB Variations
Color information
#A50DDF (or 0xA50DDF) is known color: Dark Violet. HEX triplet: A5, 0D and DF. RGB value is (165,13,223). Sum of RGB (Red+Green+Blue) = 165+13+223=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #A50DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DDF is #5AF220. Grayscale: #515151. Windows color (decimal): -5960225 or 14618021. OLE color: 14618021.
HSL color Cylindrical-coordinate representation of color #A50DDF: hue angle of 283.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50DDF is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 13 | 223 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.13 |
| HSL | 283.43º | 0.89% | 0.46% | - |
| HSV(B) | 283.43º | 0.94% | 0.87% | - |
| XYZ | 28.98 | 13.61 | 70.91 | - |
| YUV | 82.39 | 207.36 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 223 | 0.26 | 0.94 | 0 | 0.13 | 283.43 | 0.89 | 0.46 |
| Hex | A5 | D | DF | 1A | 5E | 0 | D | 11B | 59 | 2E |
| Octal | 245 | 15 | 337 | 32 | 136 | 0 | 15 | 433 | 131 | 56 |
| Binary | 10100101 | 1101 | 11011111 | 11010 | 1011110 | 0 | 1101 | 100011011 | 1011001 | 101110 |
Color Harmonies of #A50DDF
Complementary color
Monochromatic Colors of #A50DDF
Black with #A50DDF
Text Example
Text Example
White with #A50DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50DDF; }
p { color: rgb(165,13,223); }
H1.HeaderClassName
{
color: #A50DDF;
}
.AnyTagClassName
{
color: #A50DDF;
}
</style>
background-color css
<style>
a { background-color: #A50DDF; }
a { background-color: rgb(165,13,223); }
div.DivClassName
{
background-color: #A50DDF;
}
.BgClassName
{
background-color: #A50DDF;
}
</style>
border-color css
<style>
span { border-color: #A50DDF; }
span { border-color: rgb(165,13,223); }
td.TdClassName
{
border-color: #A50DDF;
}
.TagClassName
{
border-color: #A50DDF;
}
</style>