Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
albertovarela
Partner - Specialist
Partner - Specialist

Pre-defined color values

I was going through the Examples of visualization color settings section on help.qlik.com and came across this example that uses pre-defined color values (not functions or variables) for the background color expression.  I tried them out and they do  work so I was curious to learn if anyone knows where to get a list of what's available.

2022-02-17_20-37-33.png

Labels (1)
1 Solution

Accepted Solutions
albertovarela
Partner - Specialist
Partner - Specialist
Author

I dug a bit deeper and discovered that those are standard HTML / CSS Color Names... You can find an extensive list https://htmlcolorcodes.com/color-names/

View solution in original post

3 Replies
chris_djih
Creator III
Creator III

you could just create your own set of individual colors by defining variables:
Let yourColor1 = RGB(123,54,200);

To make it global put the list of color variables in a textfile (file ending .qvs) and inlcude this in every app.

If you found help, mark the correct answer and give some likes to ALL contributors, that tried to help.
albertovarela
Partner - Specialist
Partner - Specialist
Author

Thanks for the reply @chris_djih . I am aware of those techniques. I was just surprised to see those values on  the documentation and wondering what else is in there.

albertovarela
Partner - Specialist
Partner - Specialist
Author

I dug a bit deeper and discovered that those are standard HTML / CSS Color Names... You can find an extensive list https://htmlcolorcodes.com/color-names/