Shades of Blue Violet #A63BFC
Tints of Blue Violet #A63BFC
RGB
CMYK
RGB Variations
Color information
#A63BFC (or 0xA63BFC) is known color: Blue Violet. HEX triplet: A6, 3B and FC. RGB value is (166,59,252). Sum of RGB (Red+Green+Blue) = 166+59+252=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 59 (23.44% from 255 or 12.37% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #A63BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63BFC is #59C403. Grayscale: #707070. Windows color (decimal): -5882884 or 16530342. OLE color: 16530342.
HSL color Cylindrical-coordinate representation of color #A63BFC: hue angle of 273.26º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A63BFC is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 59 | 252 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.01 |
| HSL | 273.26º | 0.97% | 0.61% | - |
| HSV(B) | 273.26º | 0.77% | 0.99% | - |
| XYZ | 34.86 | 18.26 | 93.78 | - |
| YUV | 113 | 206.45 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 252 | 0.34 | 0.77 | 0 | 0.01 | 273.26 | 0.97 | 0.61 |
| Hex | A6 | 3B | FC | 22 | 4D | 0 | 1 | 111 | 61 | 3D |
| Octal | 246 | 73 | 374 | 42 | 115 | 0 | 1 | 421 | 141 | 75 |
| Binary | 10100110 | 111011 | 11111100 | 100010 | 1001101 | 0 | 1 | 100010001 | 1100001 | 111101 |
Color Harmonies of #A63BFC
Complementary color
Monochromatic Colors of #A63BFC
Black with #A63BFC
Text Example
Text Example
White with #A63BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63BFC; }
p { color: rgb(166,59,252); }
H1.HeaderClassName
{
color: #A63BFC;
}
.AnyTagClassName
{
color: #A63BFC;
}
</style>
background-color css
<style>
a { background-color: #A63BFC; }
a { background-color: rgb(166,59,252); }
div.DivClassName
{
background-color: #A63BFC;
}
.BgClassName
{
background-color: #A63BFC;
}
</style>
border-color css
<style>
span { border-color: #A63BFC; }
span { border-color: rgb(166,59,252); }
td.TdClassName
{
border-color: #A63BFC;
}
.TagClassName
{
border-color: #A63BFC;
}
</style>