Shades of Blue Violet #A31BEC
Tints of Blue Violet #A31BEC
RGB
CMYK
RGB Variations
Color information
#A31BEC (or 0xA31BEC) is known color: Blue Violet. HEX triplet: A3, 1B and EC. RGB value is (163,27,236). Sum of RGB (Red+Green+Blue) = 163+27+236=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #A31BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31BEC is #5CE413. Grayscale: #5A5A5A. Windows color (decimal): -6087700 or 15473571. OLE color: 15473571.
HSL color Cylindrical-coordinate representation of color #A31BEC: hue angle of 279.04º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31BEC is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 27 | 236 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.07 |
| HSL | 279.04º | 0.85% | 0.52% | - |
| HSV(B) | 279.04º | 0.89% | 0.93% | - |
| XYZ | 30.64 | 14.63 | 80.57 | - |
| YUV | 91.49 | 209.56 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 236 | 0.31 | 0.89 | 0 | 0.07 | 279.04 | 0.85 | 0.52 |
| Hex | A3 | 1B | EC | 1F | 59 | 0 | 7 | 117 | 55 | 34 |
| Octal | 243 | 33 | 354 | 37 | 131 | 0 | 7 | 427 | 125 | 64 |
| Binary | 10100011 | 11011 | 11101100 | 11111 | 1011001 | 0 | 111 | 100010111 | 1010101 | 110100 |
Color Harmonies of #A31BEC
Complementary color
Monochromatic Colors of #A31BEC
Black with #A31BEC
Text Example
Text Example
White with #A31BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31BEC; }
p { color: rgb(163,27,236); }
H1.HeaderClassName
{
color: #A31BEC;
}
.AnyTagClassName
{
color: #A31BEC;
}
</style>
background-color css
<style>
a { background-color: #A31BEC; }
a { background-color: rgb(163,27,236); }
div.DivClassName
{
background-color: #A31BEC;
}
.BgClassName
{
background-color: #A31BEC;
}
</style>
border-color css
<style>
span { border-color: #A31BEC; }
span { border-color: rgb(163,27,236); }
td.TdClassName
{
border-color: #A31BEC;
}
.TagClassName
{
border-color: #A31BEC;
}
</style>