Shades of Dark Violet #A50DB3
Tints of Dark Violet #A50DB3
RGB
CMYK
RGB Variations
Color information
#A50DB3 (or 0xA50DB3) is known color: Dark Violet. HEX triplet: A5, 0D and B3. RGB value is (165,13,179). Sum of RGB (Red+Green+Blue) = 165+13+179=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 179 (70.31% from 255 or 50.14% from 357); Max value from RGB is 179 - color contains mainly: blue. Hex color #A50DB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DB3 is #5AF24C. Grayscale: #4C4C4C. Windows color (decimal): -5960269 or 11734437. OLE color: 11734437.
HSL color Cylindrical-coordinate representation of color #A50DB3: hue angle of 294.94º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50DB3 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 13 | 179 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.30 |
| HSL | 294.94º | 0.86% | 0.38% | - |
| HSV(B) | 294.94º | 0.93% | 0.7% | - |
| XYZ | 23.8 | 11.54 | 43.62 | - |
| YUV | 77.37 | 185.36 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 179 | 0.08 | 0.93 | 0 | 0.30 | 294.94 | 0.86 | 0.38 |
| Hex | A5 | D | B3 | 8 | 5D | 0 | 1E | 127 | 56 | 26 |
| Octal | 245 | 15 | 263 | 10 | 135 | 0 | 36 | 447 | 126 | 46 |
| Binary | 10100101 | 1101 | 10110011 | 1000 | 1011101 | 0 | 11110 | 100100111 | 1010110 | 100110 |
Color Harmonies of #A50DB3
Complementary color
Monochromatic Colors of #A50DB3
Black with #A50DB3
Text Example
Text Example
White with #A50DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50DB3; }
p { color: rgb(165,13,179); }
H1.HeaderClassName
{
color: #A50DB3;
}
.AnyTagClassName
{
color: #A50DB3;
}
</style>
background-color css
<style>
a { background-color: #A50DB3; }
a { background-color: rgb(165,13,179); }
div.DivClassName
{
background-color: #A50DB3;
}
.BgClassName
{
background-color: #A50DB3;
}
</style>
border-color css
<style>
span { border-color: #A50DB3; }
span { border-color: rgb(165,13,179); }
td.TdClassName
{
border-color: #A50DB3;
}
.TagClassName
{
border-color: #A50DB3;
}
</style>