Shades of Blue Violet #A63BF4
Tints of Blue Violet #A63BF4
RGB
CMYK
RGB Variations
Color information
#A63BF4 (or 0xA63BF4) is known color: Blue Violet. HEX triplet: A6, 3B and F4. RGB value is (166,59,244). Sum of RGB (Red+Green+Blue) = 166+59+244=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 244 (95.70% from 255 or 52.03% from 469); Max value from RGB is 244 - color contains mainly: blue. Hex color #A63BF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63BF4 is #59C40B. Grayscale: #6F6F6F. Windows color (decimal): -5882892 or 16006054. OLE color: 16006054.
HSL color Cylindrical-coordinate representation of color #A63BF4: hue angle of 274.7º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A63BF4 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 59 | 244 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.04 |
| HSL | 274.7º | 0.89% | 0.59% | - |
| HSV(B) | 274.7º | 0.76% | 0.96% | - |
| XYZ | 33.62 | 17.77 | 87.25 | - |
| YUV | 112.08 | 202.45 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 244 | 0.32 | 0.76 | 0 | 0.04 | 274.7 | 0.89 | 0.59 |
| Hex | A6 | 3B | F4 | 20 | 4C | 0 | 4 | 113 | 59 | 3B |
| Octal | 246 | 73 | 364 | 40 | 114 | 0 | 4 | 423 | 131 | 73 |
| Binary | 10100110 | 111011 | 11110100 | 100000 | 1001100 | 0 | 100 | 100010011 | 1011001 | 111011 |
Color Harmonies of #A63BF4
Complementary color
Monochromatic Colors of #A63BF4
Black with #A63BF4
Text Example
Text Example
White with #A63BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63BF4; }
p { color: rgb(166,59,244); }
H1.HeaderClassName
{
color: #A63BF4;
}
.AnyTagClassName
{
color: #A63BF4;
}
</style>
background-color css
<style>
a { background-color: #A63BF4; }
a { background-color: rgb(166,59,244); }
div.DivClassName
{
background-color: #A63BF4;
}
.BgClassName
{
background-color: #A63BF4;
}
</style>
border-color css
<style>
span { border-color: #A63BF4; }
span { border-color: rgb(166,59,244); }
td.TdClassName
{
border-color: #A63BF4;
}
.TagClassName
{
border-color: #A63BF4;
}
</style>