Shades of Blue Violet #A31EE9
Tints of Blue Violet #A31EE9
RGB
CMYK
RGB Variations
Color information
#A31EE9 (or 0xA31EE9) is known color: Blue Violet. HEX triplet: A3, 1E and E9. RGB value is (163,30,233). Sum of RGB (Red+Green+Blue) = 163+30+233=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 233 (91.41% from 255 or 54.69% from 426); Max value from RGB is 233 - color contains mainly: blue. Hex color #A31EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31EE9 is #5CE116. Grayscale: #5C5C5C. Windows color (decimal): -6086935 or 15277731. OLE color: 15277731.
HSL color Cylindrical-coordinate representation of color #A31EE9: hue angle of 279.31º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31EE9 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 30 | 233 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.09 |
| HSL | 279.31º | 0.82% | 0.52% | - |
| HSV(B) | 279.31º | 0.87% | 0.91% | - |
| XYZ | 30.28 | 14.6 | 78.31 | - |
| YUV | 92.91 | 207.06 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 233 | 0.30 | 0.87 | 0 | 0.09 | 279.31 | 0.82 | 0.52 |
| Hex | A3 | 1E | E9 | 1E | 57 | 0 | 9 | 117 | 52 | 34 |
| Octal | 243 | 36 | 351 | 36 | 127 | 0 | 11 | 427 | 122 | 64 |
| Binary | 10100011 | 11110 | 11101001 | 11110 | 1010111 | 0 | 1001 | 100010111 | 1010010 | 110100 |
Color Harmonies of #A31EE9
Complementary color
Monochromatic Colors of #A31EE9
Black with #A31EE9
Text Example
Text Example
White with #A31EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31EE9; }
p { color: rgb(163,30,233); }
H1.HeaderClassName
{
color: #A31EE9;
}
.AnyTagClassName
{
color: #A31EE9;
}
</style>
background-color css
<style>
a { background-color: #A31EE9; }
a { background-color: rgb(163,30,233); }
div.DivClassName
{
background-color: #A31EE9;
}
.BgClassName
{
background-color: #A31EE9;
}
</style>
border-color css
<style>
span { border-color: #A31EE9; }
span { border-color: rgb(163,30,233); }
td.TdClassName
{
border-color: #A31EE9;
}
.TagClassName
{
border-color: #A31EE9;
}
</style>