Shades of Blue Violet #A746FF
Tints of Blue Violet #A746FF
RGB
CMYK
RGB Variations
Color information
#A746FF (or 0xA746FF) is known color: Blue Violet. HEX triplet: A7, 46 and FF. RGB value is (167,70,255). Sum of RGB (Red+Green+Blue) = 167+70+255=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 70 (27.73% from 255 or 14.23% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #A746FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A746FF is #58B900. Grayscale: #777777. Windows color (decimal): -5814529 or 16729767. OLE color: 16729767.
HSL color Cylindrical-coordinate representation of color #A746FF: hue angle of 271.46º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A746FF is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 70 | 255 | - |
| CMYK | 0.35 | 0.73 | 0 | 0 |
| HSL | 271.46º | 1% | 0.64% | - |
| HSV(B) | 271.46º | 0.73% | 1% | - |
| XYZ | 36.18 | 19.82 | 96.53 | - |
| YUV | 120.09 | 204.14 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 255 | 0.35 | 0.73 | 0 | 0 | 271.46 | 1 | 0.64 |
| Hex | A7 | 46 | FF | 23 | 49 | 0 | 0 | 10F | 64 | 40 |
| Octal | 247 | 106 | 377 | 43 | 111 | 0 | 0 | 417 | 144 | 100 |
| Binary | 10100111 | 1000110 | 11111111 | 100011 | 1001001 | 0 | 0 | 100001111 | 1100100 | 1000000 |
Color Harmonies of #A746FF
Complementary color
Monochromatic Colors of #A746FF
Black with #A746FF
Text Example
Text Example
White with #A746FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A746FF; }
p { color: rgb(167,70,255); }
H1.HeaderClassName
{
color: #A746FF;
}
.AnyTagClassName
{
color: #A746FF;
}
</style>
background-color css
<style>
a { background-color: #A746FF; }
a { background-color: rgb(167,70,255); }
div.DivClassName
{
background-color: #A746FF;
}
.BgClassName
{
background-color: #A746FF;
}
</style>
border-color css
<style>
span { border-color: #A746FF; }
span { border-color: rgb(167,70,255); }
td.TdClassName
{
border-color: #A746FF;
}
.TagClassName
{
border-color: #A746FF;
}
</style>