Shades of Blue Violet #A64BFC
Tints of Blue Violet #A64BFC
RGB
CMYK
RGB Variations
Color information
#A64BFC (or 0xA64BFC) is known color: Blue Violet. HEX triplet: A6, 4B and FC. RGB value is (166,75,252). Sum of RGB (Red+Green+Blue) = 166+75+252=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 75 (29.69% from 255 or 15.21% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #A64BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64BFC is #59B403. Grayscale: #797979. Windows color (decimal): -5878788 or 16534438. OLE color: 16534438.
HSL color Cylindrical-coordinate representation of color #A64BFC: hue angle of 270.85º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A64BFC is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 75 | 252 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.01 |
| HSL | 270.85º | 0.97% | 0.64% | - |
| HSV(B) | 270.85º | 0.7% | 0.99% | - |
| XYZ | 35.81 | 20.17 | 94.1 | - |
| YUV | 122.39 | 201.15 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 252 | 0.34 | 0.70 | 0 | 0.01 | 270.85 | 0.97 | 0.64 |
| Hex | A6 | 4B | FC | 22 | 46 | 0 | 1 | 10F | 61 | 40 |
| Octal | 246 | 113 | 374 | 42 | 106 | 0 | 1 | 417 | 141 | 100 |
| Binary | 10100110 | 1001011 | 11111100 | 100010 | 1000110 | 0 | 1 | 100001111 | 1100001 | 1000000 |
Color Harmonies of #A64BFC
Complementary color
Monochromatic Colors of #A64BFC
Black with #A64BFC
Text Example
Text Example
White with #A64BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BFC; }
p { color: rgb(166,75,252); }
H1.HeaderClassName
{
color: #A64BFC;
}
.AnyTagClassName
{
color: #A64BFC;
}
</style>
background-color css
<style>
a { background-color: #A64BFC; }
a { background-color: rgb(166,75,252); }
div.DivClassName
{
background-color: #A64BFC;
}
.BgClassName
{
background-color: #A64BFC;
}
</style>
border-color css
<style>
span { border-color: #A64BFC; }
span { border-color: rgb(166,75,252); }
td.TdClassName
{
border-color: #A64BFC;
}
.TagClassName
{
border-color: #A64BFC;
}
</style>