Shades of Blue Violet #A63AF0
Tints of Blue Violet #A63AF0
RGB
CMYK
RGB Variations
Color information
#A63AF0 (or 0xA63AF0) is known color: Blue Violet. HEX triplet: A6, 3A and F0. RGB value is (166,58,240). Sum of RGB (Red+Green+Blue) = 166+58+240=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #A63AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63AF0 is #59C50F. Grayscale: #6E6E6E. Windows color (decimal): -5883152 or 15743654. OLE color: 15743654.
HSL color Cylindrical-coordinate representation of color #A63AF0: hue angle of 275.6º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A63AF0 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 58 | 240 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.06 |
| HSL | 275.6º | 0.86% | 0.58% | - |
| HSV(B) | 275.6º | 0.76% | 0.94% | - |
| XYZ | 32.97 | 17.42 | 84.06 | - |
| YUV | 111.04 | 200.78 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 240 | 0.31 | 0.76 | 0 | 0.06 | 275.6 | 0.86 | 0.58 |
| Hex | A6 | 3A | F0 | 1F | 4C | 0 | 6 | 114 | 56 | 3A |
| Octal | 246 | 72 | 360 | 37 | 114 | 0 | 6 | 424 | 126 | 72 |
| Binary | 10100110 | 111010 | 11110000 | 11111 | 1001100 | 0 | 110 | 100010100 | 1010110 | 111010 |
Color Harmonies of #A63AF0
Complementary color
Monochromatic Colors of #A63AF0
Black with #A63AF0
Text Example
Text Example
White with #A63AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63AF0; }
p { color: rgb(166,58,240); }
H1.HeaderClassName
{
color: #A63AF0;
}
.AnyTagClassName
{
color: #A63AF0;
}
</style>
background-color css
<style>
a { background-color: #A63AF0; }
a { background-color: rgb(166,58,240); }
div.DivClassName
{
background-color: #A63AF0;
}
.BgClassName
{
background-color: #A63AF0;
}
</style>
border-color css
<style>
span { border-color: #A63AF0; }
span { border-color: rgb(166,58,240); }
td.TdClassName
{
border-color: #A63AF0;
}
.TagClassName
{
border-color: #A63AF0;
}
</style>