Shades of Blue Violet #A317E9
Tints of Blue Violet #A317E9
RGB
CMYK
RGB Variations
Color information
#A317E9 (or 0xA317E9) is known color: Blue Violet. HEX triplet: A3, 17 and E9. RGB value is (163,23,233). Sum of RGB (Red+Green+Blue) = 163+23+233=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 233 (91.41% from 255 or 55.61% from 419); Max value from RGB is 233 - color contains mainly: blue. Hex color #A317E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A317E9 is #5CE816. Grayscale: #585858. Windows color (decimal): -6088727 or 15275939. OLE color: 15275939.
HSL color Cylindrical-coordinate representation of color #A317E9: hue angle of 280º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A317E9 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 23 | 233 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.09 |
| HSL | 280º | 0.83% | 0.5% | - |
| HSV(B) | 280º | 0.9% | 0.91% | - |
| XYZ | 30.12 | 14.28 | 78.26 | - |
| YUV | 88.8 | 209.38 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 23 | 233 | 0.30 | 0.90 | 0 | 0.09 | 280 | 0.83 | 0.5 |
| Hex | A3 | 17 | E9 | 1E | 5A | 0 | 9 | 118 | 53 | 32 |
| Octal | 243 | 27 | 351 | 36 | 132 | 0 | 11 | 430 | 123 | 62 |
| Binary | 10100011 | 10111 | 11101001 | 11110 | 1011010 | 0 | 1001 | 100011000 | 1010011 | 110010 |
Color Harmonies of #A317E9
Complementary color
Monochromatic Colors of #A317E9
Black with #A317E9
Text Example
Text Example
White with #A317E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A317E9; }
p { color: rgb(163,23,233); }
H1.HeaderClassName
{
color: #A317E9;
}
.AnyTagClassName
{
color: #A317E9;
}
</style>
background-color css
<style>
a { background-color: #A317E9; }
a { background-color: rgb(163,23,233); }
div.DivClassName
{
background-color: #A317E9;
}
.BgClassName
{
background-color: #A317E9;
}
</style>
border-color css
<style>
span { border-color: #A317E9; }
span { border-color: rgb(163,23,233); }
td.TdClassName
{
border-color: #A317E9;
}
.TagClassName
{
border-color: #A317E9;
}
</style>