Shades of Dark Violet #A50BBE
Tints of Dark Violet #A50BBE
RGB
CMYK
RGB Variations
Color information
#A50BBE (or 0xA50BBE) is known color: Dark Violet. HEX triplet: A5, 0B and BE. RGB value is (165,11,190). Sum of RGB (Red+Green+Blue) = 165+11+190=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #A50BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50BBE is #5AF441. Grayscale: #4C4C4C. Windows color (decimal): -5960770 or 12454821. OLE color: 12454821.
HSL color Cylindrical-coordinate representation of color #A50BBE: hue angle of 291.62º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50BBE is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 11 | 190 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.25 |
| HSL | 291.62º | 0.89% | 0.39% | - |
| HSV(B) | 291.62º | 0.94% | 0.75% | - |
| XYZ | 24.93 | 11.96 | 49.71 | - |
| YUV | 77.45 | 191.52 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 190 | 0.13 | 0.94 | 0 | 0.25 | 291.62 | 0.89 | 0.39 |
| Hex | A5 | B | BE | D | 5E | 0 | 19 | 124 | 59 | 27 |
| Octal | 245 | 13 | 276 | 15 | 136 | 0 | 31 | 444 | 131 | 47 |
| Binary | 10100101 | 1011 | 10111110 | 1101 | 1011110 | 0 | 11001 | 100100100 | 1011001 | 100111 |
Color Harmonies of #A50BBE
Complementary color
Monochromatic Colors of #A50BBE
Black with #A50BBE
Text Example
Text Example
White with #A50BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50BBE; }
p { color: rgb(165,11,190); }
H1.HeaderClassName
{
color: #A50BBE;
}
.AnyTagClassName
{
color: #A50BBE;
}
</style>
background-color css
<style>
a { background-color: #A50BBE; }
a { background-color: rgb(165,11,190); }
div.DivClassName
{
background-color: #A50BBE;
}
.BgClassName
{
background-color: #A50BBE;
}
</style>
border-color css
<style>
span { border-color: #A50BBE; }
span { border-color: rgb(165,11,190); }
td.TdClassName
{
border-color: #A50BBE;
}
.TagClassName
{
border-color: #A50BBE;
}
</style>