Shades of Blue Violet #A63DF6
Tints of Blue Violet #A63DF6
RGB
CMYK
RGB Variations
Color information
#A63DF6 (or 0xA63DF6) is known color: Blue Violet. HEX triplet: A6, 3D and F6. RGB value is (166,61,246). Sum of RGB (Red+Green+Blue) = 166+61+246=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 246 (96.48% from 255 or 52.01% from 473); Max value from RGB is 246 - color contains mainly: blue. Hex color #A63DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63DF6 is #59C209. Grayscale: #707070. Windows color (decimal): -5882378 or 16137638. OLE color: 16137638.
HSL color Cylindrical-coordinate representation of color #A63DF6: hue angle of 274.05º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A63DF6 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 61 | 246 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.04 |
| HSL | 274.05º | 0.91% | 0.6% | - |
| HSV(B) | 274.05º | 0.75% | 0.96% | - |
| XYZ | 34.03 | 18.1 | 88.89 | - |
| YUV | 113.49 | 202.79 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 246 | 0.33 | 0.75 | 0 | 0.04 | 274.05 | 0.91 | 0.6 |
| Hex | A6 | 3D | F6 | 21 | 4B | 0 | 4 | 112 | 5B | 3C |
| Octal | 246 | 75 | 366 | 41 | 113 | 0 | 4 | 422 | 133 | 74 |
| Binary | 10100110 | 111101 | 11110110 | 100001 | 1001011 | 0 | 100 | 100010010 | 1011011 | 111100 |
Color Harmonies of #A63DF6
Complementary color
Monochromatic Colors of #A63DF6
Black with #A63DF6
Text Example
Text Example
White with #A63DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63DF6; }
p { color: rgb(166,61,246); }
H1.HeaderClassName
{
color: #A63DF6;
}
.AnyTagClassName
{
color: #A63DF6;
}
</style>
background-color css
<style>
a { background-color: #A63DF6; }
a { background-color: rgb(166,61,246); }
div.DivClassName
{
background-color: #A63DF6;
}
.BgClassName
{
background-color: #A63DF6;
}
</style>
border-color css
<style>
span { border-color: #A63DF6; }
span { border-color: rgb(166,61,246); }
td.TdClassName
{
border-color: #A63DF6;
}
.TagClassName
{
border-color: #A63DF6;
}
</style>