Shades of Blue Violet #A318EC
Tints of Blue Violet #A318EC
RGB
CMYK
RGB Variations
Color information
#A318EC (or 0xA318EC) is known color: Blue Violet. HEX triplet: A3, 18 and EC. RGB value is (163,24,236). Sum of RGB (Red+Green+Blue) = 163+24+236=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #A318EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A318EC is #5CE713. Grayscale: #595959. Windows color (decimal): -6088468 or 15472803. OLE color: 15472803.
HSL color Cylindrical-coordinate representation of color #A318EC: hue angle of 279.34º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A318EC is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 24 | 236 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.07 |
| HSL | 279.34º | 0.85% | 0.51% | - |
| HSV(B) | 279.34º | 0.9% | 0.93% | - |
| XYZ | 30.57 | 14.5 | 80.54 | - |
| YUV | 89.73 | 210.55 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 236 | 0.31 | 0.90 | 0 | 0.07 | 279.34 | 0.85 | 0.51 |
| Hex | A3 | 18 | EC | 1F | 5A | 0 | 7 | 117 | 55 | 33 |
| Octal | 243 | 30 | 354 | 37 | 132 | 0 | 7 | 427 | 125 | 63 |
| Binary | 10100011 | 11000 | 11101100 | 11111 | 1011010 | 0 | 111 | 100010111 | 1010101 | 110011 |
Color Harmonies of #A318EC
Complementary color
Monochromatic Colors of #A318EC
Black with #A318EC
Text Example
Text Example
White with #A318EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A318EC; }
p { color: rgb(163,24,236); }
H1.HeaderClassName
{
color: #A318EC;
}
.AnyTagClassName
{
color: #A318EC;
}
</style>
background-color css
<style>
a { background-color: #A318EC; }
a { background-color: rgb(163,24,236); }
div.DivClassName
{
background-color: #A318EC;
}
.BgClassName
{
background-color: #A318EC;
}
</style>
border-color css
<style>
span { border-color: #A318EC; }
span { border-color: rgb(163,24,236); }
td.TdClassName
{
border-color: #A318EC;
}
.TagClassName
{
border-color: #A318EC;
}
</style>