Shades of Blue Violet #A746F9
Tints of Blue Violet #A746F9
RGB
CMYK
RGB Variations
Color information
#A746F9 (or 0xA746F9) is known color: Blue Violet. HEX triplet: A7, 46 and F9. RGB value is (167,70,249). Sum of RGB (Red+Green+Blue) = 167+70+249=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 70 (27.73% from 255 or 14.40% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #A746F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A746F9 is #58B906. Grayscale: #767676. Windows color (decimal): -5814535 or 16336551. OLE color: 16336551.
HSL color Cylindrical-coordinate representation of color #A746F9: hue angle of 272.51º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A746F9 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 70 | 249 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.02 |
| HSL | 272.51º | 0.94% | 0.63% | - |
| HSV(B) | 272.51º | 0.72% | 0.98% | - |
| XYZ | 35.23 | 19.44 | 91.52 | - |
| YUV | 119.41 | 201.14 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 249 | 0.33 | 0.72 | 0 | 0.02 | 272.51 | 0.94 | 0.63 |
| Hex | A7 | 46 | F9 | 21 | 48 | 0 | 2 | 111 | 5E | 3F |
| Octal | 247 | 106 | 371 | 41 | 110 | 0 | 2 | 421 | 136 | 77 |
| Binary | 10100111 | 1000110 | 11111001 | 100001 | 1001000 | 0 | 10 | 100010001 | 1011110 | 111111 |
Color Harmonies of #A746F9
Complementary color
Monochromatic Colors of #A746F9
Black with #A746F9
Text Example
Text Example
White with #A746F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A746F9; }
p { color: rgb(167,70,249); }
H1.HeaderClassName
{
color: #A746F9;
}
.AnyTagClassName
{
color: #A746F9;
}
</style>
background-color css
<style>
a { background-color: #A746F9; }
a { background-color: rgb(167,70,249); }
div.DivClassName
{
background-color: #A746F9;
}
.BgClassName
{
background-color: #A746F9;
}
</style>
border-color css
<style>
span { border-color: #A746F9; }
span { border-color: rgb(167,70,249); }
td.TdClassName
{
border-color: #A746F9;
}
.TagClassName
{
border-color: #A746F9;
}
</style>