Shades of Dark Violet #A50EEB
Tints of Dark Violet #A50EEB
RGB
CMYK
RGB Variations
Color information
#A50EEB (or 0xA50EEB) is known color: Dark Violet. HEX triplet: A5, 0E and EB. RGB value is (165,14,235). Sum of RGB (Red+Green+Blue) = 165+14+235=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #A50EEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50EEB is #5AF114. Grayscale: #535353. Windows color (decimal): -5959957 or 15404709. OLE color: 15404709.
HSL color Cylindrical-coordinate representation of color #A50EEB: hue angle of 281º degrees, saturation: 0.89, 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 #A50EEB is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 14 | 235 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.08 |
| HSL | 281º | 0.89% | 0.49% | - |
| HSV(B) | 281º | 0.94% | 0.92% | - |
| XYZ | 30.67 | 14.31 | 79.74 | - |
| YUV | 84.34 | 213.03 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 14 | 235 | 0.30 | 0.94 | 0 | 0.08 | 281 | 0.89 | 0.49 |
| Hex | A5 | E | EB | 1E | 5E | 0 | 8 | 119 | 59 | 31 |
| Octal | 245 | 16 | 353 | 36 | 136 | 0 | 10 | 431 | 131 | 61 |
| Binary | 10100101 | 1110 | 11101011 | 11110 | 1011110 | 0 | 1000 | 100011001 | 1011001 | 110001 |
Color Harmonies of #A50EEB
Complementary color
Monochromatic Colors of #A50EEB
Black with #A50EEB
Text Example
Text Example
White with #A50EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50EEB; }
p { color: rgb(165,14,235); }
H1.HeaderClassName
{
color: #A50EEB;
}
.AnyTagClassName
{
color: #A50EEB;
}
</style>
background-color css
<style>
a { background-color: #A50EEB; }
a { background-color: rgb(165,14,235); }
div.DivClassName
{
background-color: #A50EEB;
}
.BgClassName
{
background-color: #A50EEB;
}
</style>
border-color css
<style>
span { border-color: #A50EEB; }
span { border-color: rgb(165,14,235); }
td.TdClassName
{
border-color: #A50EEB;
}
.TagClassName
{
border-color: #A50EEB;
}
</style>