Shades of Dark Violet #A50DD3
Tints of Dark Violet #A50DD3
RGB
CMYK
RGB Variations
Color information
#A50DD3 (or 0xA50DD3) is known color: Dark Violet. HEX triplet: A5, 0D and D3. RGB value is (165,13,211). Sum of RGB (Red+Green+Blue) = 165+13+211=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 211 (82.81% from 255 or 54.24% from 389); Max value from RGB is 211 - color contains mainly: blue. Hex color #A50DD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DD3 is #5AF22C. Grayscale: #505050. Windows color (decimal): -5960237 or 13831589. OLE color: 13831589.
HSL color Cylindrical-coordinate representation of color #A50DD3: hue angle of 286.06º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50DD3 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 13 | 211 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.17 |
| HSL | 286.06º | 0.88% | 0.44% | - |
| HSV(B) | 286.06º | 0.94% | 0.83% | - |
| XYZ | 27.42 | 12.99 | 62.69 | - |
| YUV | 81.02 | 201.36 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 211 | 0.22 | 0.94 | 0 | 0.17 | 286.06 | 0.88 | 0.44 |
| Hex | A5 | D | D3 | 16 | 5E | 0 | 11 | 11E | 58 | 2C |
| Octal | 245 | 15 | 323 | 26 | 136 | 0 | 21 | 436 | 130 | 54 |
| Binary | 10100101 | 1101 | 11010011 | 10110 | 1011110 | 0 | 10001 | 100011110 | 1011000 | 101100 |
Color Harmonies of #A50DD3
Complementary color
Monochromatic Colors of #A50DD3
Black with #A50DD3
Text Example
Text Example
White with #A50DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50DD3; }
p { color: rgb(165,13,211); }
H1.HeaderClassName
{
color: #A50DD3;
}
.AnyTagClassName
{
color: #A50DD3;
}
</style>
background-color css
<style>
a { background-color: #A50DD3; }
a { background-color: rgb(165,13,211); }
div.DivClassName
{
background-color: #A50DD3;
}
.BgClassName
{
background-color: #A50DD3;
}
</style>
border-color css
<style>
span { border-color: #A50DD3; }
span { border-color: rgb(165,13,211); }
td.TdClassName
{
border-color: #A50DD3;
}
.TagClassName
{
border-color: #A50DD3;
}
</style>