Shades of Blue Violet #A331EC
Tints of Blue Violet #A331EC
RGB
CMYK
RGB Variations
Color information
#A331EC (or 0xA331EC) is known color: Blue Violet. HEX triplet: A3, 31 and EC. RGB value is (163,49,236). Sum of RGB (Red+Green+Blue) = 163+49+236=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #A331EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A331EC is #5CCE13. Grayscale: #676767. Windows color (decimal): -6082068 or 15479203. OLE color: 15479203.
HSL color Cylindrical-coordinate representation of color #A331EC: hue angle of 276.58º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A331EC is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 49 | 236 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.07 |
| HSL | 276.58º | 0.83% | 0.56% | - |
| HSV(B) | 276.58º | 0.79% | 0.93% | - |
| XYZ | 31.34 | 16.04 | 80.8 | - |
| YUV | 104.4 | 202.27 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 236 | 0.31 | 0.79 | 0 | 0.07 | 276.58 | 0.83 | 0.56 |
| Hex | A3 | 31 | EC | 1F | 4F | 0 | 7 | 115 | 53 | 38 |
| Octal | 243 | 61 | 354 | 37 | 117 | 0 | 7 | 425 | 123 | 70 |
| Binary | 10100011 | 110001 | 11101100 | 11111 | 1001111 | 0 | 111 | 100010101 | 1010011 | 111000 |
Color Harmonies of #A331EC
Complementary color
Monochromatic Colors of #A331EC
Black with #A331EC
Text Example
Text Example
White with #A331EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A331EC; }
p { color: rgb(163,49,236); }
H1.HeaderClassName
{
color: #A331EC;
}
.AnyTagClassName
{
color: #A331EC;
}
</style>
background-color css
<style>
a { background-color: #A331EC; }
a { background-color: rgb(163,49,236); }
div.DivClassName
{
background-color: #A331EC;
}
.BgClassName
{
background-color: #A331EC;
}
</style>
border-color css
<style>
span { border-color: #A331EC; }
span { border-color: rgb(163,49,236); }
td.TdClassName
{
border-color: #A331EC;
}
.TagClassName
{
border-color: #A331EC;
}
</style>