Shades of Blue Violet #A316EC
Tints of Blue Violet #A316EC
RGB
CMYK
RGB Variations
Color information
#A316EC (or 0xA316EC) is known color: Blue Violet. HEX triplet: A3, 16 and EC. RGB value is (163,22,236). Sum of RGB (Red+Green+Blue) = 163+22+236=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #A316EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A316EC is #5CE913. Grayscale: #575757. Windows color (decimal): -6088980 or 15472291. OLE color: 15472291.
HSL color Cylindrical-coordinate representation of color #A316EC: hue angle of 279.53º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A316EC is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 22 | 236 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.07 |
| HSL | 279.53º | 0.85% | 0.51% | - |
| HSV(B) | 279.53º | 0.91% | 0.93% | - |
| XYZ | 30.53 | 14.42 | 80.53 | - |
| YUV | 88.56 | 211.21 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 22 | 236 | 0.31 | 0.91 | 0 | 0.07 | 279.53 | 0.85 | 0.51 |
| Hex | A3 | 16 | EC | 1F | 5B | 0 | 7 | 118 | 55 | 33 |
| Octal | 243 | 26 | 354 | 37 | 133 | 0 | 7 | 430 | 125 | 63 |
| Binary | 10100011 | 10110 | 11101100 | 11111 | 1011011 | 0 | 111 | 100011000 | 1010101 | 110011 |
Color Harmonies of #A316EC
Complementary color
Monochromatic Colors of #A316EC
Black with #A316EC
Text Example
Text Example
White with #A316EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A316EC; }
p { color: rgb(163,22,236); }
H1.HeaderClassName
{
color: #A316EC;
}
.AnyTagClassName
{
color: #A316EC;
}
</style>
background-color css
<style>
a { background-color: #A316EC; }
a { background-color: rgb(163,22,236); }
div.DivClassName
{
background-color: #A316EC;
}
.BgClassName
{
background-color: #A316EC;
}
</style>
border-color css
<style>
span { border-color: #A316EC; }
span { border-color: rgb(163,22,236); }
td.TdClassName
{
border-color: #A316EC;
}
.TagClassName
{
border-color: #A316EC;
}
</style>