Shades of Dark Violet #A50DEB
Tints of Dark Violet #A50DEB
RGB
CMYK
RGB Variations
Color information
#A50DEB (or 0xA50DEB) is known color: Dark Violet. HEX triplet: A5, 0D and EB. RGB value is (165,13,235). Sum of RGB (Red+Green+Blue) = 165+13+235=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #A50DEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50DEB is #5AF214. Grayscale: #535353. Windows color (decimal): -5960213 or 15404453. OLE color: 15404453.
HSL color Cylindrical-coordinate representation of color #A50DEB: hue angle of 281.08º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50DEB is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 13 | 235 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.08 |
| HSL | 281.08º | 0.9% | 0.49% | - |
| HSV(B) | 281.08º | 0.94% | 0.92% | - |
| XYZ | 30.66 | 14.29 | 79.74 | - |
| YUV | 83.76 | 213.36 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 235 | 0.30 | 0.94 | 0 | 0.08 | 281.08 | 0.9 | 0.49 |
| Hex | A5 | D | EB | 1E | 5E | 0 | 8 | 119 | 5A | 31 |
| Octal | 245 | 15 | 353 | 36 | 136 | 0 | 10 | 431 | 132 | 61 |
| Binary | 10100101 | 1101 | 11101011 | 11110 | 1011110 | 0 | 1000 | 100011001 | 1011010 | 110001 |
Color Harmonies of #A50DEB
Complementary color
Monochromatic Colors of #A50DEB
Black with #A50DEB
Text Example
Text Example
White with #A50DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50DEB; }
p { color: rgb(165,13,235); }
H1.HeaderClassName
{
color: #A50DEB;
}
.AnyTagClassName
{
color: #A50DEB;
}
</style>
background-color css
<style>
a { background-color: #A50DEB; }
a { background-color: rgb(165,13,235); }
div.DivClassName
{
background-color: #A50DEB;
}
.BgClassName
{
background-color: #A50DEB;
}
</style>
border-color css
<style>
span { border-color: #A50DEB; }
span { border-color: rgb(165,13,235); }
td.TdClassName
{
border-color: #A50DEB;
}
.TagClassName
{
border-color: #A50DEB;
}
</style>