Shades of Blue Violet #A63BF3
Tints of Blue Violet #A63BF3
RGB
CMYK
RGB Variations
Color information
#A63BF3 (or 0xA63BF3) is known color: Blue Violet. HEX triplet: A6, 3B and F3. RGB value is (166,59,243). Sum of RGB (Red+Green+Blue) = 166+59+243=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 243 (95.31% from 255 or 51.92% from 468); Max value from RGB is 243 - color contains mainly: blue. Hex color #A63BF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63BF3 is #59C40C. Grayscale: #6F6F6F. Windows color (decimal): -5882893 or 15940518. OLE color: 15940518.
HSL color Cylindrical-coordinate representation of color #A63BF3: hue angle of 274.89º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A63BF3 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 59 | 243 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.05 |
| HSL | 274.89º | 0.88% | 0.59% | - |
| HSV(B) | 274.89º | 0.76% | 0.95% | - |
| XYZ | 33.47 | 17.71 | 86.45 | - |
| YUV | 111.97 | 201.95 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 243 | 0.32 | 0.76 | 0 | 0.05 | 274.89 | 0.88 | 0.59 |
| Hex | A6 | 3B | F3 | 20 | 4C | 0 | 5 | 113 | 58 | 3B |
| Octal | 246 | 73 | 363 | 40 | 114 | 0 | 5 | 423 | 130 | 73 |
| Binary | 10100110 | 111011 | 11110011 | 100000 | 1001100 | 0 | 101 | 100010011 | 1011000 | 111011 |
Color Harmonies of #A63BF3
Complementary color
Monochromatic Colors of #A63BF3
Black with #A63BF3
Text Example
Text Example
White with #A63BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63BF3; }
p { color: rgb(166,59,243); }
H1.HeaderClassName
{
color: #A63BF3;
}
.AnyTagClassName
{
color: #A63BF3;
}
</style>
background-color css
<style>
a { background-color: #A63BF3; }
a { background-color: rgb(166,59,243); }
div.DivClassName
{
background-color: #A63BF3;
}
.BgClassName
{
background-color: #A63BF3;
}
</style>
border-color css
<style>
span { border-color: #A63BF3; }
span { border-color: rgb(166,59,243); }
td.TdClassName
{
border-color: #A63BF3;
}
.TagClassName
{
border-color: #A63BF3;
}
</style>