Shades of Dark Violet #A50FEB
Tints of Dark Violet #A50FEB
RGB
CMYK
RGB Variations
Color information
#A50FEB (or 0xA50FEB) is known color: Dark Violet. HEX triplet: A5, 0F and EB. RGB value is (165,15,235). Sum of RGB (Red+Green+Blue) = 165+15+235=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #A50FEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50FEB is #5AF014. Grayscale: #545454. Windows color (decimal): -5959701 or 15404965. OLE color: 15404965.
HSL color Cylindrical-coordinate representation of color #A50FEB: hue angle of 280.91º degrees, saturation: 0.88, 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 #A50FEB is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 15 | 235 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.08 |
| HSL | 280.91º | 0.88% | 0.49% | - |
| HSV(B) | 280.91º | 0.94% | 0.92% | - |
| XYZ | 30.68 | 14.34 | 79.75 | - |
| YUV | 84.93 | 212.7 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 15 | 235 | 0.30 | 0.94 | 0 | 0.08 | 280.91 | 0.88 | 0.49 |
| Hex | A5 | F | EB | 1E | 5E | 0 | 8 | 119 | 58 | 31 |
| Octal | 245 | 17 | 353 | 36 | 136 | 0 | 10 | 431 | 130 | 61 |
| Binary | 10100101 | 1111 | 11101011 | 11110 | 1011110 | 0 | 1000 | 100011001 | 1011000 | 110001 |
Color Harmonies of #A50FEB
Complementary color
Monochromatic Colors of #A50FEB
Black with #A50FEB
Text Example
Text Example
White with #A50FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50FEB; }
p { color: rgb(165,15,235); }
H1.HeaderClassName
{
color: #A50FEB;
}
.AnyTagClassName
{
color: #A50FEB;
}
</style>
background-color css
<style>
a { background-color: #A50FEB; }
a { background-color: rgb(165,15,235); }
div.DivClassName
{
background-color: #A50FEB;
}
.BgClassName
{
background-color: #A50FEB;
}
</style>
border-color css
<style>
span { border-color: #A50FEB; }
span { border-color: rgb(165,15,235); }
td.TdClassName
{
border-color: #A50FEB;
}
.TagClassName
{
border-color: #A50FEB;
}
</style>