Shades of Blue Violet #A63FEC
Tints of Blue Violet #A63FEC
RGB
CMYK
RGB Variations
Color information
#A63FEC (or 0xA63FEC) is known color: Blue Violet. HEX triplet: A6, 3F and EC. RGB value is (166,63,236). Sum of RGB (Red+Green+Blue) = 166+63+236=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #A63FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63FEC is #59C013. Grayscale: #707070. Windows color (decimal): -5881876 or 15482790. OLE color: 15482790.
HSL color Cylindrical-coordinate representation of color #A63FEC: hue angle of 275.72º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A63FEC is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 63 | 236 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.07 |
| HSL | 275.72º | 0.82% | 0.59% | - |
| HSV(B) | 275.72º | 0.73% | 0.93% | - |
| XYZ | 32.64 | 17.72 | 81.06 | - |
| YUV | 113.52 | 197.12 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 236 | 0.30 | 0.73 | 0 | 0.07 | 275.72 | 0.82 | 0.59 |
| Hex | A6 | 3F | EC | 1E | 49 | 0 | 7 | 114 | 52 | 3B |
| Octal | 246 | 77 | 354 | 36 | 111 | 0 | 7 | 424 | 122 | 73 |
| Binary | 10100110 | 111111 | 11101100 | 11110 | 1001001 | 0 | 111 | 100010100 | 1010010 | 111011 |
Color Harmonies of #A63FEC
Complementary color
Monochromatic Colors of #A63FEC
Black with #A63FEC
Text Example
Text Example
White with #A63FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63FEC; }
p { color: rgb(166,63,236); }
H1.HeaderClassName
{
color: #A63FEC;
}
.AnyTagClassName
{
color: #A63FEC;
}
</style>
background-color css
<style>
a { background-color: #A63FEC; }
a { background-color: rgb(166,63,236); }
div.DivClassName
{
background-color: #A63FEC;
}
.BgClassName
{
background-color: #A63FEC;
}
</style>
border-color css
<style>
span { border-color: #A63FEC; }
span { border-color: rgb(166,63,236); }
td.TdClassName
{
border-color: #A63FEC;
}
.TagClassName
{
border-color: #A63FEC;
}
</style>