Shades of Blue Violet #A31CE9
Tints of Blue Violet #A31CE9
RGB
CMYK
RGB Variations
Color information
#A31CE9 (or 0xA31CE9) is known color: Blue Violet. HEX triplet: A3, 1C and E9. RGB value is (163,28,233). Sum of RGB (Red+Green+Blue) = 163+28+233=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 233 (91.41% from 255 or 54.95% from 424); Max value from RGB is 233 - color contains mainly: blue. Hex color #A31CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31CE9 is #5CE316. Grayscale: #5B5B5B. Windows color (decimal): -6087447 or 15277219. OLE color: 15277219.
HSL color Cylindrical-coordinate representation of color #A31CE9: hue angle of 279.51º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31CE9 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 28 | 233 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.09 |
| HSL | 279.51º | 0.82% | 0.51% | - |
| HSV(B) | 279.51º | 0.88% | 0.91% | - |
| XYZ | 30.23 | 14.5 | 78.3 | - |
| YUV | 91.74 | 207.73 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 233 | 0.30 | 0.88 | 0 | 0.09 | 279.51 | 0.82 | 0.51 |
| Hex | A3 | 1C | E9 | 1E | 58 | 0 | 9 | 118 | 52 | 33 |
| Octal | 243 | 34 | 351 | 36 | 130 | 0 | 11 | 430 | 122 | 63 |
| Binary | 10100011 | 11100 | 11101001 | 11110 | 1011000 | 0 | 1001 | 100011000 | 1010010 | 110011 |
Color Harmonies of #A31CE9
Complementary color
Monochromatic Colors of #A31CE9
Black with #A31CE9
Text Example
Text Example
White with #A31CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31CE9; }
p { color: rgb(163,28,233); }
H1.HeaderClassName
{
color: #A31CE9;
}
.AnyTagClassName
{
color: #A31CE9;
}
</style>
background-color css
<style>
a { background-color: #A31CE9; }
a { background-color: rgb(163,28,233); }
div.DivClassName
{
background-color: #A31CE9;
}
.BgClassName
{
background-color: #A31CE9;
}
</style>
border-color css
<style>
span { border-color: #A31CE9; }
span { border-color: rgb(163,28,233); }
td.TdClassName
{
border-color: #A31CE9;
}
.TagClassName
{
border-color: #A31CE9;
}
</style>