Shades of Blue Violet #A64AFD
Tints of Blue Violet #A64AFD
RGB
CMYK
RGB Variations
Color information
#A64AFD (or 0xA64AFD) is known color: Blue Violet. HEX triplet: A6, 4A and FD. RGB value is (166,74,253). Sum of RGB (Red+Green+Blue) = 166+74+253=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #A64AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64AFD is #59B502. Grayscale: #797979. Windows color (decimal): -5879043 or 16599718. OLE color: 16599718.
HSL color Cylindrical-coordinate representation of color #A64AFD: hue angle of 270.84º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A64AFD is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 74 | 253 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.01 |
| HSL | 270.84º | 0.98% | 0.64% | - |
| HSV(B) | 270.84º | 0.71% | 0.99% | - |
| XYZ | 35.9 | 20.1 | 94.92 | - |
| YUV | 121.91 | 201.98 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 253 | 0.34 | 0.71 | 0 | 0.01 | 270.84 | 0.98 | 0.64 |
| Hex | A6 | 4A | FD | 22 | 47 | 0 | 1 | 10F | 62 | 40 |
| Octal | 246 | 112 | 375 | 42 | 107 | 0 | 1 | 417 | 142 | 100 |
| Binary | 10100110 | 1001010 | 11111101 | 100010 | 1000111 | 0 | 1 | 100001111 | 1100010 | 1000000 |
Color Harmonies of #A64AFD
Complementary color
Monochromatic Colors of #A64AFD
Black with #A64AFD
Text Example
Text Example
White with #A64AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64AFD; }
p { color: rgb(166,74,253); }
H1.HeaderClassName
{
color: #A64AFD;
}
.AnyTagClassName
{
color: #A64AFD;
}
</style>
background-color css
<style>
a { background-color: #A64AFD; }
a { background-color: rgb(166,74,253); }
div.DivClassName
{
background-color: #A64AFD;
}
.BgClassName
{
background-color: #A64AFD;
}
</style>
border-color css
<style>
span { border-color: #A64AFD; }
span { border-color: rgb(166,74,253); }
td.TdClassName
{
border-color: #A64AFD;
}
.TagClassName
{
border-color: #A64AFD;
}
</style>