Shades of Dark Violet #A50BEB
Tints of Dark Violet #A50BEB
RGB
CMYK
RGB Variations
Color information
#A50BEB (or 0xA50BEB) is known color: Dark Violet. HEX triplet: A5, 0B and EB. RGB value is (165,11,235). Sum of RGB (Red+Green+Blue) = 165+11+235=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #A50BEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50BEB is #5AF414. Grayscale: #515151. Windows color (decimal): -5960725 or 15403941. OLE color: 15403941.
HSL color Cylindrical-coordinate representation of color #A50BEB: hue angle of 281.25º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50BEB is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 11 | 235 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.08 |
| HSL | 281.25º | 0.91% | 0.48% | - |
| HSV(B) | 281.25º | 0.95% | 0.92% | - |
| XYZ | 30.63 | 14.24 | 79.73 | - |
| YUV | 82.58 | 214.02 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 235 | 0.30 | 0.95 | 0 | 0.08 | 281.25 | 0.91 | 0.48 |
| Hex | A5 | B | EB | 1E | 5F | 0 | 8 | 119 | 5B | 30 |
| Octal | 245 | 13 | 353 | 36 | 137 | 0 | 10 | 431 | 133 | 60 |
| Binary | 10100101 | 1011 | 11101011 | 11110 | 1011111 | 0 | 1000 | 100011001 | 1011011 | 110000 |
Color Harmonies of #A50BEB
Complementary color
Monochromatic Colors of #A50BEB
Black with #A50BEB
Text Example
Text Example
White with #A50BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50BEB; }
p { color: rgb(165,11,235); }
H1.HeaderClassName
{
color: #A50BEB;
}
.AnyTagClassName
{
color: #A50BEB;
}
</style>
background-color css
<style>
a { background-color: #A50BEB; }
a { background-color: rgb(165,11,235); }
div.DivClassName
{
background-color: #A50BEB;
}
.BgClassName
{
background-color: #A50BEB;
}
</style>
border-color css
<style>
span { border-color: #A50BEB; }
span { border-color: rgb(165,11,235); }
td.TdClassName
{
border-color: #A50BEB;
}
.TagClassName
{
border-color: #A50BEB;
}
</style>