Shades of Blue Violet #A63CEB
Tints of Blue Violet #A63CEB
RGB
CMYK
RGB Variations
Color information
#A63CEB (or 0xA63CEB) is known color: Blue Violet. HEX triplet: A6, 3C and EB. RGB value is (166,60,235). Sum of RGB (Red+Green+Blue) = 166+60+235=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #A63CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63CEB is #59C314. Grayscale: #6F6F6F. Windows color (decimal): -5882645 or 15416486. OLE color: 15416486.
HSL color Cylindrical-coordinate representation of color #A63CEB: hue angle of 276.34º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A63CEB is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 60 | 235 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.08 |
| HSL | 276.34º | 0.81% | 0.58% | - |
| HSV(B) | 276.34º | 0.74% | 0.92% | - |
| XYZ | 32.34 | 17.34 | 80.24 | - |
| YUV | 111.64 | 197.62 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 235 | 0.29 | 0.74 | 0 | 0.08 | 276.34 | 0.81 | 0.58 |
| Hex | A6 | 3C | EB | 1D | 4A | 0 | 8 | 114 | 51 | 3A |
| Octal | 246 | 74 | 353 | 35 | 112 | 0 | 10 | 424 | 121 | 72 |
| Binary | 10100110 | 111100 | 11101011 | 11101 | 1001010 | 0 | 1000 | 100010100 | 1010001 | 111010 |
Color Harmonies of #A63CEB
Complementary color
Monochromatic Colors of #A63CEB
Black with #A63CEB
Text Example
Text Example
White with #A63CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63CEB; }
p { color: rgb(166,60,235); }
H1.HeaderClassName
{
color: #A63CEB;
}
.AnyTagClassName
{
color: #A63CEB;
}
</style>
background-color css
<style>
a { background-color: #A63CEB; }
a { background-color: rgb(166,60,235); }
div.DivClassName
{
background-color: #A63CEB;
}
.BgClassName
{
background-color: #A63CEB;
}
</style>
border-color css
<style>
span { border-color: #A63CEB; }
span { border-color: rgb(166,60,235); }
td.TdClassName
{
border-color: #A63CEB;
}
.TagClassName
{
border-color: #A63CEB;
}
</style>