Shades of Blue Violet #A64BFE
Tints of Blue Violet #A64BFE
RGB
CMYK
RGB Variations
Color information
#A64BFE (or 0xA64BFE) is known color: Blue Violet. HEX triplet: A6, 4B and FE. RGB value is (166,75,254). Sum of RGB (Red+Green+Blue) = 166+75+254=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #A64BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64BFE is #59B401. Grayscale: #797979. Windows color (decimal): -5878786 or 16665510. OLE color: 16665510.
HSL color Cylindrical-coordinate representation of color #A64BFE: hue angle of 270.5º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A64BFE is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 75 | 254 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.00 |
| HSL | 270.5º | 0.99% | 0.65% | - |
| HSV(B) | 270.5º | 0.7% | 1% | - |
| XYZ | 36.13 | 20.29 | 95.78 | - |
| YUV | 122.62 | 202.15 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 254 | 0.35 | 0.70 | 0 | 0.00 | 270.5 | 0.99 | 0.65 |
| Hex | A6 | 4B | FE | 23 | 46 | 0 | 0 | 10F | 63 | 41 |
| Octal | 246 | 113 | 376 | 43 | 106 | 0 | 0 | 417 | 143 | 101 |
| Binary | 10100110 | 1001011 | 11111110 | 100011 | 1000110 | 0 | 0 | 100001111 | 1100011 | 1000001 |
Color Harmonies of #A64BFE
Complementary color
Monochromatic Colors of #A64BFE
Black with #A64BFE
Text Example
Text Example
White with #A64BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BFE; }
p { color: rgb(166,75,254); }
H1.HeaderClassName
{
color: #A64BFE;
}
.AnyTagClassName
{
color: #A64BFE;
}
</style>
background-color css
<style>
a { background-color: #A64BFE; }
a { background-color: rgb(166,75,254); }
div.DivClassName
{
background-color: #A64BFE;
}
.BgClassName
{
background-color: #A64BFE;
}
</style>
border-color css
<style>
span { border-color: #A64BFE; }
span { border-color: rgb(166,75,254); }
td.TdClassName
{
border-color: #A64BFE;
}
.TagClassName
{
border-color: #A64BFE;
}
</style>