Shades of Blue Violet #A318E9
Tints of Blue Violet #A318E9
RGB
CMYK
RGB Variations
Color information
#A318E9 (or 0xA318E9) is known color: Blue Violet. HEX triplet: A3, 18 and E9. RGB value is (163,24,233). Sum of RGB (Red+Green+Blue) = 163+24+233=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 233 (91.41% from 255 or 55.48% from 420); Max value from RGB is 233 - color contains mainly: blue. Hex color #A318E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A318E9 is #5CE716. Grayscale: #585858. Windows color (decimal): -6088471 or 15276195. OLE color: 15276195.
HSL color Cylindrical-coordinate representation of color #A318E9: hue angle of 279.9º 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 #A318E9 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 24 | 233 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.09 |
| HSL | 279.9º | 0.83% | 0.5% | - |
| HSV(B) | 279.9º | 0.9% | 0.91% | - |
| XYZ | 30.14 | 14.32 | 78.27 | - |
| YUV | 89.39 | 209.05 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 233 | 0.30 | 0.90 | 0 | 0.09 | 279.9 | 0.83 | 0.5 |
| Hex | A3 | 18 | E9 | 1E | 5A | 0 | 9 | 118 | 53 | 32 |
| Octal | 243 | 30 | 351 | 36 | 132 | 0 | 11 | 430 | 123 | 62 |
| Binary | 10100011 | 11000 | 11101001 | 11110 | 1011010 | 0 | 1001 | 100011000 | 1010011 | 110010 |
Color Harmonies of #A318E9
Complementary color
Monochromatic Colors of #A318E9
Black with #A318E9
Text Example
Text Example
White with #A318E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A318E9; }
p { color: rgb(163,24,233); }
H1.HeaderClassName
{
color: #A318E9;
}
.AnyTagClassName
{
color: #A318E9;
}
</style>
background-color css
<style>
a { background-color: #A318E9; }
a { background-color: rgb(163,24,233); }
div.DivClassName
{
background-color: #A318E9;
}
.BgClassName
{
background-color: #A318E9;
}
</style>
border-color css
<style>
span { border-color: #A318E9; }
span { border-color: rgb(163,24,233); }
td.TdClassName
{
border-color: #A318E9;
}
.TagClassName
{
border-color: #A318E9;
}
</style>