Shades of Blue Violet #A746F5
Tints of Blue Violet #A746F5
RGB
CMYK
RGB Variations
Color information
#A746F5 (or 0xA746F5) is known color: Blue Violet. HEX triplet: A7, 46 and F5. RGB value is (167,70,245). Sum of RGB (Red+Green+Blue) = 167+70+245=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #A746F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A746F5 is #58B90A. Grayscale: #767676. Windows color (decimal): -5814539 or 16074407. OLE color: 16074407.
HSL color Cylindrical-coordinate representation of color #A746F5: hue angle of 273.26º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A746F5 is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 70 | 245 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.04 |
| HSL | 273.26º | 0.9% | 0.62% | - |
| HSV(B) | 273.26º | 0.71% | 0.96% | - |
| XYZ | 34.61 | 19.19 | 88.27 | - |
| YUV | 118.95 | 199.14 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 245 | 0.32 | 0.71 | 0 | 0.04 | 273.26 | 0.9 | 0.62 |
| Hex | A7 | 46 | F5 | 20 | 47 | 0 | 4 | 111 | 5A | 3E |
| Octal | 247 | 106 | 365 | 40 | 107 | 0 | 4 | 421 | 132 | 76 |
| Binary | 10100111 | 1000110 | 11110101 | 100000 | 1000111 | 0 | 100 | 100010001 | 1011010 | 111110 |
Color Harmonies of #A746F5
Complementary color
Monochromatic Colors of #A746F5
Black with #A746F5
Text Example
Text Example
White with #A746F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A746F5; }
p { color: rgb(167,70,245); }
H1.HeaderClassName
{
color: #A746F5;
}
.AnyTagClassName
{
color: #A746F5;
}
</style>
background-color css
<style>
a { background-color: #A746F5; }
a { background-color: rgb(167,70,245); }
div.DivClassName
{
background-color: #A746F5;
}
.BgClassName
{
background-color: #A746F5;
}
</style>
border-color css
<style>
span { border-color: #A746F5; }
span { border-color: rgb(167,70,245); }
td.TdClassName
{
border-color: #A746F5;
}
.TagClassName
{
border-color: #A746F5;
}
</style>