Shades of Dark Violet #A50DDD
Tints of Dark Violet #A50DDD
RGB
CMYK
RGB Variations
Color information
#A50DDD (or 0xA50DDD) is known color: Dark Violet. HEX triplet: A5, 0D and DD. RGB value is (165,13,221). Sum of RGB (Red+Green+Blue) = 165+13+221=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #A50DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DDD is #5AF222. Grayscale: #515151. Windows color (decimal): -5960227 or 14486949. OLE color: 14486949.
HSL color Cylindrical-coordinate representation of color #A50DDD: hue angle of 283.85º 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 #A50DDD is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 13 | 221 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.13 |
| HSL | 283.85º | 0.89% | 0.46% | - |
| HSV(B) | 283.85º | 0.94% | 0.87% | - |
| XYZ | 28.71 | 13.51 | 69.5 | - |
| YUV | 82.16 | 206.36 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 221 | 0.25 | 0.94 | 0 | 0.13 | 283.85 | 0.89 | 0.46 |
| Hex | A5 | D | DD | 19 | 5E | 0 | D | 11C | 59 | 2E |
| Octal | 245 | 15 | 335 | 31 | 136 | 0 | 15 | 434 | 131 | 56 |
| Binary | 10100101 | 1101 | 11011101 | 11001 | 1011110 | 0 | 1101 | 100011100 | 1011001 | 101110 |
Color Harmonies of #A50DDD
Complementary color
Monochromatic Colors of #A50DDD
Black with #A50DDD
Text Example
Text Example
White with #A50DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50DDD; }
p { color: rgb(165,13,221); }
H1.HeaderClassName
{
color: #A50DDD;
}
.AnyTagClassName
{
color: #A50DDD;
}
</style>
background-color css
<style>
a { background-color: #A50DDD; }
a { background-color: rgb(165,13,221); }
div.DivClassName
{
background-color: #A50DDD;
}
.BgClassName
{
background-color: #A50DDD;
}
</style>
border-color css
<style>
span { border-color: #A50DDD; }
span { border-color: rgb(165,13,221); }
td.TdClassName
{
border-color: #A50DDD;
}
.TagClassName
{
border-color: #A50DDD;
}
</style>