Shades of Dark Violet #A50DDA
Tints of Dark Violet #A50DDA
RGB
CMYK
RGB Variations
Color information
#A50DDA (or 0xA50DDA) is known color: Dark Violet. HEX triplet: A5, 0D and DA. RGB value is (165,13,218). Sum of RGB (Red+Green+Blue) = 165+13+218=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #A50DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DDA is #5AF225. Grayscale: #515151. Windows color (decimal): -5960230 or 14290341. OLE color: 14290341.
HSL color Cylindrical-coordinate representation of color #A50DDA: hue angle of 284.49º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50DDA is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 13 | 218 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.15 |
| HSL | 284.49º | 0.89% | 0.45% | - |
| HSV(B) | 284.49º | 0.94% | 0.85% | - |
| XYZ | 28.32 | 13.35 | 67.41 | - |
| YUV | 81.82 | 204.86 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 218 | 0.24 | 0.94 | 0 | 0.15 | 284.49 | 0.89 | 0.45 |
| Hex | A5 | D | DA | 18 | 5E | 0 | F | 11C | 59 | 2D |
| Octal | 245 | 15 | 332 | 30 | 136 | 0 | 17 | 434 | 131 | 55 |
| Binary | 10100101 | 1101 | 11011010 | 11000 | 1011110 | 0 | 1111 | 100011100 | 1011001 | 101101 |
Color Harmonies of #A50DDA
Complementary color
Monochromatic Colors of #A50DDA
Black with #A50DDA
Text Example
Text Example
White with #A50DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50DDA; }
p { color: rgb(165,13,218); }
H1.HeaderClassName
{
color: #A50DDA;
}
.AnyTagClassName
{
color: #A50DDA;
}
</style>
background-color css
<style>
a { background-color: #A50DDA; }
a { background-color: rgb(165,13,218); }
div.DivClassName
{
background-color: #A50DDA;
}
.BgClassName
{
background-color: #A50DDA;
}
</style>
border-color css
<style>
span { border-color: #A50DDA; }
span { border-color: rgb(165,13,218); }
td.TdClassName
{
border-color: #A50DDA;
}
.TagClassName
{
border-color: #A50DDA;
}
</style>