Shades of Blue Violet #A64AFB
Tints of Blue Violet #A64AFB
RGB
CMYK
RGB Variations
Color information
#A64AFB (or 0xA64AFB) is known color: Blue Violet. HEX triplet: A6, 4A and FB. RGB value is (166,74,251). Sum of RGB (Red+Green+Blue) = 166+74+251=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #A64AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64AFB is #59B504. Grayscale: #797979. Windows color (decimal): -5879045 or 16468646. OLE color: 16468646.
HSL color Cylindrical-coordinate representation of color #A64AFB: hue angle of 271.19º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A64AFB is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 74 | 251 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.02 |
| HSL | 271.19º | 0.96% | 0.64% | - |
| HSV(B) | 271.19º | 0.71% | 0.98% | - |
| XYZ | 35.59 | 19.97 | 93.25 | - |
| YUV | 121.69 | 200.98 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 251 | 0.34 | 0.71 | 0 | 0.02 | 271.19 | 0.96 | 0.64 |
| Hex | A6 | 4A | FB | 22 | 47 | 0 | 2 | 10F | 60 | 40 |
| Octal | 246 | 112 | 373 | 42 | 107 | 0 | 2 | 417 | 140 | 100 |
| Binary | 10100110 | 1001010 | 11111011 | 100010 | 1000111 | 0 | 10 | 100001111 | 1100000 | 1000000 |
Color Harmonies of #A64AFB
Complementary color
Monochromatic Colors of #A64AFB
Black with #A64AFB
Text Example
Text Example
White with #A64AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64AFB; }
p { color: rgb(166,74,251); }
H1.HeaderClassName
{
color: #A64AFB;
}
.AnyTagClassName
{
color: #A64AFB;
}
</style>
background-color css
<style>
a { background-color: #A64AFB; }
a { background-color: rgb(166,74,251); }
div.DivClassName
{
background-color: #A64AFB;
}
.BgClassName
{
background-color: #A64AFB;
}
</style>
border-color css
<style>
span { border-color: #A64AFB; }
span { border-color: rgb(166,74,251); }
td.TdClassName
{
border-color: #A64AFB;
}
.TagClassName
{
border-color: #A64AFB;
}
</style>