Shades of Blue Violet #A64DFF
Tints of Blue Violet #A64DFF
RGB
CMYK
RGB Variations
Color information
#A64DFF (or 0xA64DFF) is known color: Blue Violet. HEX triplet: A6, 4D and FF. RGB value is (166,77,255). Sum of RGB (Red+Green+Blue) = 166+77+255=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #A64DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64DFF is #59B200. Grayscale: #7B7B7B. Windows color (decimal): -5878273 or 16731558. OLE color: 16731558.
HSL color Cylindrical-coordinate representation of color #A64DFF: hue angle of 270º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A64DFF is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 77 | 255 | - |
| CMYK | 0.35 | 0.70 | 0 | 0 |
| HSL | 270º | 1% | 0.65% | - |
| HSV(B) | 270º | 0.7% | 1% | - |
| XYZ | 36.43 | 20.63 | 96.67 | - |
| YUV | 123.9 | 201.99 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 255 | 0.35 | 0.70 | 0 | 0 | 270 | 1 | 0.65 |
| Hex | A6 | 4D | FF | 23 | 46 | 0 | 0 | 10E | 64 | 41 |
| Octal | 246 | 115 | 377 | 43 | 106 | 0 | 0 | 416 | 144 | 101 |
| Binary | 10100110 | 1001101 | 11111111 | 100011 | 1000110 | 0 | 0 | 100001110 | 1100100 | 1000001 |
Color Harmonies of #A64DFF
Complementary color
Monochromatic Colors of #A64DFF
Black with #A64DFF
Text Example
Text Example
White with #A64DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64DFF; }
p { color: rgb(166,77,255); }
H1.HeaderClassName
{
color: #A64DFF;
}
.AnyTagClassName
{
color: #A64DFF;
}
</style>
background-color css
<style>
a { background-color: #A64DFF; }
a { background-color: rgb(166,77,255); }
div.DivClassName
{
background-color: #A64DFF;
}
.BgClassName
{
background-color: #A64DFF;
}
</style>
border-color css
<style>
span { border-color: #A64DFF; }
span { border-color: rgb(166,77,255); }
td.TdClassName
{
border-color: #A64DFF;
}
.TagClassName
{
border-color: #A64DFF;
}
</style>