Shades of Blue Violet #A64AF9
Tints of Blue Violet #A64AF9
RGB
CMYK
RGB Variations
Color information
#A64AF9 (or 0xA64AF9) is known color: Blue Violet. HEX triplet: A6, 4A and F9. RGB value is (166,74,249). Sum of RGB (Red+Green+Blue) = 166+74+249=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #A64AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64AF9 is #59B506. Grayscale: #787878. Windows color (decimal): -5879047 or 16337574. OLE color: 16337574.
HSL color Cylindrical-coordinate representation of color #A64AF9: hue angle of 271.54º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A64AF9 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 74 | 249 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.02 |
| HSL | 271.54º | 0.94% | 0.63% | - |
| HSV(B) | 271.54º | 0.7% | 0.98% | - |
| XYZ | 35.27 | 19.84 | 91.59 | - |
| YUV | 121.46 | 199.98 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 249 | 0.33 | 0.70 | 0 | 0.02 | 271.54 | 0.94 | 0.63 |
| Hex | A6 | 4A | F9 | 21 | 46 | 0 | 2 | 110 | 5E | 3F |
| Octal | 246 | 112 | 371 | 41 | 106 | 0 | 2 | 420 | 136 | 77 |
| Binary | 10100110 | 1001010 | 11111001 | 100001 | 1000110 | 0 | 10 | 100010000 | 1011110 | 111111 |
Color Harmonies of #A64AF9
Complementary color
Monochromatic Colors of #A64AF9
Black with #A64AF9
Text Example
Text Example
White with #A64AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64AF9; }
p { color: rgb(166,74,249); }
H1.HeaderClassName
{
color: #A64AF9;
}
.AnyTagClassName
{
color: #A64AF9;
}
</style>
background-color css
<style>
a { background-color: #A64AF9; }
a { background-color: rgb(166,74,249); }
div.DivClassName
{
background-color: #A64AF9;
}
.BgClassName
{
background-color: #A64AF9;
}
</style>
border-color css
<style>
span { border-color: #A64AF9; }
span { border-color: rgb(166,74,249); }
td.TdClassName
{
border-color: #A64AF9;
}
.TagClassName
{
border-color: #A64AF9;
}
</style>