Shades of Dark Violet #A50BD6
Tints of Dark Violet #A50BD6
RGB
CMYK
RGB Variations
Color information
#A50BD6 (or 0xA50BD6) is known color: Dark Violet. HEX triplet: A5, 0B and D6. RGB value is (165,11,214). Sum of RGB (Red+Green+Blue) = 165+11+214=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #A50BD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50BD6 is #5AF429. Grayscale: #4F4F4F. Windows color (decimal): -5960746 or 14027685. OLE color: 14027685.
HSL color Cylindrical-coordinate representation of color #A50BD6: hue angle of 285.52º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50BD6 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 11 | 214 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.16 |
| HSL | 285.52º | 0.9% | 0.44% | - |
| HSV(B) | 285.52º | 0.95% | 0.84% | - |
| XYZ | 27.77 | 13.09 | 64.68 | - |
| YUV | 80.19 | 203.52 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 214 | 0.23 | 0.95 | 0 | 0.16 | 285.52 | 0.9 | 0.44 |
| Hex | A5 | B | D6 | 17 | 5F | 0 | 10 | 11E | 5A | 2C |
| Octal | 245 | 13 | 326 | 27 | 137 | 0 | 20 | 436 | 132 | 54 |
| Binary | 10100101 | 1011 | 11010110 | 10111 | 1011111 | 0 | 10000 | 100011110 | 1011010 | 101100 |
Color Harmonies of #A50BD6
Complementary color
Monochromatic Colors of #A50BD6
Black with #A50BD6
Text Example
Text Example
White with #A50BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50BD6; }
p { color: rgb(165,11,214); }
H1.HeaderClassName
{
color: #A50BD6;
}
.AnyTagClassName
{
color: #A50BD6;
}
</style>
background-color css
<style>
a { background-color: #A50BD6; }
a { background-color: rgb(165,11,214); }
div.DivClassName
{
background-color: #A50BD6;
}
.BgClassName
{
background-color: #A50BD6;
}
</style>
border-color css
<style>
span { border-color: #A50BD6; }
span { border-color: rgb(165,11,214); }
td.TdClassName
{
border-color: #A50BD6;
}
.TagClassName
{
border-color: #A50BD6;
}
</style>