Shades of Dark Violet #A50DBD
Tints of Dark Violet #A50DBD
RGB
CMYK
RGB Variations
Color information
#A50DBD (or 0xA50DBD) is known color: Dark Violet. HEX triplet: A5, 0D and BD. RGB value is (165,13,189). Sum of RGB (Red+Green+Blue) = 165+13+189=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #A50DBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DBD is #5AF242. Grayscale: #4D4D4D. Windows color (decimal): -5960259 or 12389797. OLE color: 12389797.
HSL color Cylindrical-coordinate representation of color #A50DBD: hue angle of 291.82º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50DBD is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 13 | 189 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.26 |
| HSL | 291.82º | 0.87% | 0.4% | - |
| HSV(B) | 291.82º | 0.93% | 0.74% | - |
| XYZ | 24.85 | 11.96 | 49.14 | - |
| YUV | 78.51 | 190.36 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 189 | 0.13 | 0.93 | 0 | 0.26 | 291.82 | 0.87 | 0.4 |
| Hex | A5 | D | BD | D | 5D | 0 | 1A | 124 | 57 | 28 |
| Octal | 245 | 15 | 275 | 15 | 135 | 0 | 32 | 444 | 127 | 50 |
| Binary | 10100101 | 1101 | 10111101 | 1101 | 1011101 | 0 | 11010 | 100100100 | 1010111 | 101000 |
Color Harmonies of #A50DBD
Complementary color
Monochromatic Colors of #A50DBD
Black with #A50DBD
Text Example
Text Example
White with #A50DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50DBD; }
p { color: rgb(165,13,189); }
H1.HeaderClassName
{
color: #A50DBD;
}
.AnyTagClassName
{
color: #A50DBD;
}
</style>
background-color css
<style>
a { background-color: #A50DBD; }
a { background-color: rgb(165,13,189); }
div.DivClassName
{
background-color: #A50DBD;
}
.BgClassName
{
background-color: #A50DBD;
}
</style>
border-color css
<style>
span { border-color: #A50DBD; }
span { border-color: rgb(165,13,189); }
td.TdClassName
{
border-color: #A50DBD;
}
.TagClassName
{
border-color: #A50DBD;
}
</style>