Shades of Blue Violet #A046EC
Tints of Blue Violet #A046EC
RGB
CMYK
RGB Variations
Color information
#A046EC (or 0xA046EC) is known color: Blue Violet. HEX triplet: A0, 46 and EC. RGB value is (160,70,236). Sum of RGB (Red+Green+Blue) = 160+70+236=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #A046EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A046EC is #5FB913. Grayscale: #737373. Windows color (decimal): -6273300 or 15484576. OLE color: 15484576.
HSL color Cylindrical-coordinate representation of color #A046EC: hue angle of 272.53º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A046EC is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 70 | 236 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.07 |
| HSL | 272.53º | 0.81% | 0.6% | - |
| HSV(B) | 272.53º | 0.7% | 0.93% | - |
| XYZ | 31.83 | 17.91 | 81.14 | - |
| YUV | 115.83 | 195.82 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 236 | 0.32 | 0.70 | 0 | 0.07 | 272.53 | 0.81 | 0.6 |
| Hex | A0 | 46 | EC | 20 | 46 | 0 | 7 | 111 | 51 | 3C |
| Octal | 240 | 106 | 354 | 40 | 106 | 0 | 7 | 421 | 121 | 74 |
| Binary | 10100000 | 1000110 | 11101100 | 100000 | 1000110 | 0 | 111 | 100010001 | 1010001 | 111100 |
Color Harmonies of #A046EC
Complementary color
Monochromatic Colors of #A046EC
Black with #A046EC
Text Example
Text Example
White with #A046EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A046EC; }
p { color: rgb(160,70,236); }
H1.HeaderClassName
{
color: #A046EC;
}
.AnyTagClassName
{
color: #A046EC;
}
</style>
background-color css
<style>
a { background-color: #A046EC; }
a { background-color: rgb(160,70,236); }
div.DivClassName
{
background-color: #A046EC;
}
.BgClassName
{
background-color: #A046EC;
}
</style>
border-color css
<style>
span { border-color: #A046EC; }
span { border-color: rgb(160,70,236); }
td.TdClassName
{
border-color: #A046EC;
}
.TagClassName
{
border-color: #A046EC;
}
</style>