Shades of Blue Violet #A63AF6
Tints of Blue Violet #A63AF6
RGB
CMYK
RGB Variations
Color information
#A63AF6 (or 0xA63AF6) is known color: Blue Violet. HEX triplet: A6, 3A and F6. RGB value is (166,58,246). Sum of RGB (Red+Green+Blue) = 166+58+246=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 246 (96.48% from 255 or 52.34% from 470); Max value from RGB is 246 - color contains mainly: blue. Hex color #A63AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63AF6 is #59C509. Grayscale: #6F6F6F. Windows color (decimal): -5883146 or 16136870. OLE color: 16136870.
HSL color Cylindrical-coordinate representation of color #A63AF6: hue angle of 274.47º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A63AF6 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 58 | 246 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.04 |
| HSL | 274.47º | 0.91% | 0.6% | - |
| HSV(B) | 274.47º | 0.76% | 0.96% | - |
| XYZ | 33.87 | 17.79 | 88.84 | - |
| YUV | 111.72 | 203.78 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 246 | 0.33 | 0.76 | 0 | 0.04 | 274.47 | 0.91 | 0.6 |
| Hex | A6 | 3A | F6 | 21 | 4C | 0 | 4 | 112 | 5B | 3C |
| Octal | 246 | 72 | 366 | 41 | 114 | 0 | 4 | 422 | 133 | 74 |
| Binary | 10100110 | 111010 | 11110110 | 100001 | 1001100 | 0 | 100 | 100010010 | 1011011 | 111100 |
Color Harmonies of #A63AF6
Complementary color
Monochromatic Colors of #A63AF6
Black with #A63AF6
Text Example
Text Example
White with #A63AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63AF6; }
p { color: rgb(166,58,246); }
H1.HeaderClassName
{
color: #A63AF6;
}
.AnyTagClassName
{
color: #A63AF6;
}
</style>
background-color css
<style>
a { background-color: #A63AF6; }
a { background-color: rgb(166,58,246); }
div.DivClassName
{
background-color: #A63AF6;
}
.BgClassName
{
background-color: #A63AF6;
}
</style>
border-color css
<style>
span { border-color: #A63AF6; }
span { border-color: rgb(166,58,246); }
td.TdClassName
{
border-color: #A63AF6;
}
.TagClassName
{
border-color: #A63AF6;
}
</style>