Shades of Blue Violet #A64BF7
Tints of Blue Violet #A64BF7
RGB
CMYK
RGB Variations
Color information
#A64BF7 (or 0xA64BF7) is known color: Blue Violet. HEX triplet: A6, 4B and F7. RGB value is (166,75,247). Sum of RGB (Red+Green+Blue) = 166+75+247=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #A64BF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64BF7 is #59B408. Grayscale: #797979. Windows color (decimal): -5878793 or 16206758. OLE color: 16206758.
HSL color Cylindrical-coordinate representation of color #A64BF7: hue angle of 271.74º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A64BF7 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 75 | 247 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.03 |
| HSL | 271.74º | 0.91% | 0.63% | - |
| HSV(B) | 271.74º | 0.7% | 0.97% | - |
| XYZ | 35.03 | 19.85 | 89.98 | - |
| YUV | 121.82 | 198.65 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 247 | 0.33 | 0.70 | 0 | 0.03 | 271.74 | 0.91 | 0.63 |
| Hex | A6 | 4B | F7 | 21 | 46 | 0 | 3 | 110 | 5B | 3F |
| Octal | 246 | 113 | 367 | 41 | 106 | 0 | 3 | 420 | 133 | 77 |
| Binary | 10100110 | 1001011 | 11110111 | 100001 | 1000110 | 0 | 11 | 100010000 | 1011011 | 111111 |
Color Harmonies of #A64BF7
Complementary color
Monochromatic Colors of #A64BF7
Black with #A64BF7
Text Example
Text Example
White with #A64BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BF7; }
p { color: rgb(166,75,247); }
H1.HeaderClassName
{
color: #A64BF7;
}
.AnyTagClassName
{
color: #A64BF7;
}
</style>
background-color css
<style>
a { background-color: #A64BF7; }
a { background-color: rgb(166,75,247); }
div.DivClassName
{
background-color: #A64BF7;
}
.BgClassName
{
background-color: #A64BF7;
}
</style>
border-color css
<style>
span { border-color: #A64BF7; }
span { border-color: rgb(166,75,247); }
td.TdClassName
{
border-color: #A64BF7;
}
.TagClassName
{
border-color: #A64BF7;
}
</style>