Shades of Blue Violet #A31CEB
Tints of Blue Violet #A31CEB
RGB
CMYK
RGB Variations
Color information
#A31CEB (or 0xA31CEB) is known color: Blue Violet. HEX triplet: A3, 1C and EB. RGB value is (163,28,235). Sum of RGB (Red+Green+Blue) = 163+28+235=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #A31CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31CEB is #5CE314. Grayscale: #5B5B5B. Windows color (decimal): -6087445 or 15408291. OLE color: 15408291.
HSL color Cylindrical-coordinate representation of color #A31CEB: hue angle of 279.13º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31CEB is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 28 | 235 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.08 |
| HSL | 279.13º | 0.84% | 0.52% | - |
| HSV(B) | 279.13º | 0.88% | 0.92% | - |
| XYZ | 30.51 | 14.62 | 79.81 | - |
| YUV | 91.96 | 208.73 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 235 | 0.31 | 0.88 | 0 | 0.08 | 279.13 | 0.84 | 0.52 |
| Hex | A3 | 1C | EB | 1F | 58 | 0 | 8 | 117 | 54 | 34 |
| Octal | 243 | 34 | 353 | 37 | 130 | 0 | 10 | 427 | 124 | 64 |
| Binary | 10100011 | 11100 | 11101011 | 11111 | 1011000 | 0 | 1000 | 100010111 | 1010100 | 110100 |
Color Harmonies of #A31CEB
Complementary color
Monochromatic Colors of #A31CEB
Black with #A31CEB
Text Example
Text Example
White with #A31CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31CEB; }
p { color: rgb(163,28,235); }
H1.HeaderClassName
{
color: #A31CEB;
}
.AnyTagClassName
{
color: #A31CEB;
}
</style>
background-color css
<style>
a { background-color: #A31CEB; }
a { background-color: rgb(163,28,235); }
div.DivClassName
{
background-color: #A31CEB;
}
.BgClassName
{
background-color: #A31CEB;
}
</style>
border-color css
<style>
span { border-color: #A31CEB; }
span { border-color: rgb(163,28,235); }
td.TdClassName
{
border-color: #A31CEB;
}
.TagClassName
{
border-color: #A31CEB;
}
</style>