Shades of Dark Violet #A50BE6
Tints of Dark Violet #A50BE6
RGB
CMYK
RGB Variations
Color information
#A50BE6 (or 0xA50BE6) is known color: Dark Violet. HEX triplet: A5, 0B and E6. RGB value is (165,11,230). Sum of RGB (Red+Green+Blue) = 165+11+230=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 230 (90.23% from 255 or 56.65% from 406); Max value from RGB is 230 - color contains mainly: blue. Hex color #A50BE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50BE6 is #5AF419. Grayscale: #515151. Windows color (decimal): -5960730 or 15076261. OLE color: 15076261.
HSL color Cylindrical-coordinate representation of color #A50BE6: hue angle of 282.19º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50BE6 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 11 | 230 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.10 |
| HSL | 282.19º | 0.91% | 0.47% | - |
| HSV(B) | 282.19º | 0.95% | 0.9% | - |
| XYZ | 29.92 | 13.95 | 75.98 | - |
| YUV | 82.01 | 211.52 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 230 | 0.28 | 0.95 | 0 | 0.10 | 282.19 | 0.91 | 0.47 |
| Hex | A5 | B | E6 | 1C | 5F | 0 | A | 11A | 5B | 2F |
| Octal | 245 | 13 | 346 | 34 | 137 | 0 | 12 | 432 | 133 | 57 |
| Binary | 10100101 | 1011 | 11100110 | 11100 | 1011111 | 0 | 1010 | 100011010 | 1011011 | 101111 |
Color Harmonies of #A50BE6
Complementary color
Monochromatic Colors of #A50BE6
Black with #A50BE6
Text Example
Text Example
White with #A50BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50BE6; }
p { color: rgb(165,11,230); }
H1.HeaderClassName
{
color: #A50BE6;
}
.AnyTagClassName
{
color: #A50BE6;
}
</style>
background-color css
<style>
a { background-color: #A50BE6; }
a { background-color: rgb(165,11,230); }
div.DivClassName
{
background-color: #A50BE6;
}
.BgClassName
{
background-color: #A50BE6;
}
</style>
border-color css
<style>
span { border-color: #A50BE6; }
span { border-color: rgb(165,11,230); }
td.TdClassName
{
border-color: #A50BE6;
}
.TagClassName
{
border-color: #A50BE6;
}
</style>