Shades of Blue Violet #A316ED
Tints of Blue Violet #A316ED
RGB
CMYK
RGB Variations
Color information
#A316ED (or 0xA316ED) is known color: Blue Violet. HEX triplet: A3, 16 and ED. RGB value is (163,22,237). Sum of RGB (Red+Green+Blue) = 163+22+237=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 22 (8.98% from 255 or 5.21% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #A316ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A316ED is #5CE912. Grayscale: #575757. Windows color (decimal): -6088979 or 15537827. OLE color: 15537827.
HSL color Cylindrical-coordinate representation of color #A316ED: hue angle of 279.35º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A316ED is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 22 | 237 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.07 |
| HSL | 279.35º | 0.86% | 0.51% | - |
| HSV(B) | 279.35º | 0.91% | 0.93% | - |
| XYZ | 30.68 | 14.47 | 81.3 | - |
| YUV | 88.67 | 211.71 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 22 | 237 | 0.31 | 0.91 | 0 | 0.07 | 279.35 | 0.86 | 0.51 |
| Hex | A3 | 16 | ED | 1F | 5B | 0 | 7 | 117 | 56 | 33 |
| Octal | 243 | 26 | 355 | 37 | 133 | 0 | 7 | 427 | 126 | 63 |
| Binary | 10100011 | 10110 | 11101101 | 11111 | 1011011 | 0 | 111 | 100010111 | 1010110 | 110011 |
Color Harmonies of #A316ED
Complementary color
Monochromatic Colors of #A316ED
Black with #A316ED
Text Example
Text Example
White with #A316ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A316ED; }
p { color: rgb(163,22,237); }
H1.HeaderClassName
{
color: #A316ED;
}
.AnyTagClassName
{
color: #A316ED;
}
</style>
background-color css
<style>
a { background-color: #A316ED; }
a { background-color: rgb(163,22,237); }
div.DivClassName
{
background-color: #A316ED;
}
.BgClassName
{
background-color: #A316ED;
}
</style>
border-color css
<style>
span { border-color: #A316ED; }
span { border-color: rgb(163,22,237); }
td.TdClassName
{
border-color: #A316ED;
}
.TagClassName
{
border-color: #A316ED;
}
</style>