Shades of Blue Violet #A64BFD
Tints of Blue Violet #A64BFD
RGB
CMYK
RGB Variations
Color information
#A64BFD (or 0xA64BFD) is known color: Blue Violet. HEX triplet: A6, 4B and FD. RGB value is (166,75,253). Sum of RGB (Red+Green+Blue) = 166+75+253=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #A64BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64BFD is #59B402. Grayscale: #797979. Windows color (decimal): -5878787 or 16599974. OLE color: 16599974.
HSL color Cylindrical-coordinate representation of color #A64BFD: hue angle of 270.67º degrees, saturation: 0.98, 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 #A64BFD is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 75 | 253 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.01 |
| HSL | 270.67º | 0.98% | 0.64% | - |
| HSV(B) | 270.67º | 0.7% | 0.99% | - |
| XYZ | 35.97 | 20.23 | 94.94 | - |
| YUV | 122.5 | 201.65 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 253 | 0.34 | 0.70 | 0 | 0.01 | 270.67 | 0.98 | 0.64 |
| Hex | A6 | 4B | FD | 22 | 46 | 0 | 1 | 10F | 62 | 40 |
| Octal | 246 | 113 | 375 | 42 | 106 | 0 | 1 | 417 | 142 | 100 |
| Binary | 10100110 | 1001011 | 11111101 | 100010 | 1000110 | 0 | 1 | 100001111 | 1100010 | 1000000 |
Color Harmonies of #A64BFD
Complementary color
Monochromatic Colors of #A64BFD
Black with #A64BFD
Text Example
Text Example
White with #A64BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BFD; }
p { color: rgb(166,75,253); }
H1.HeaderClassName
{
color: #A64BFD;
}
.AnyTagClassName
{
color: #A64BFD;
}
</style>
background-color css
<style>
a { background-color: #A64BFD; }
a { background-color: rgb(166,75,253); }
div.DivClassName
{
background-color: #A64BFD;
}
.BgClassName
{
background-color: #A64BFD;
}
</style>
border-color css
<style>
span { border-color: #A64BFD; }
span { border-color: rgb(166,75,253); }
td.TdClassName
{
border-color: #A64BFD;
}
.TagClassName
{
border-color: #A64BFD;
}
</style>