Shades of Blue Violet #A319F4
Tints of Blue Violet #A319F4
RGB
CMYK
RGB Variations
Color information
#A319F4 (or 0xA319F4) is known color: Blue Violet. HEX triplet: A3, 19 and F4. RGB value is (163,25,244). Sum of RGB (Red+Green+Blue) = 163+25+244=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 244 (95.70% from 255 or 56.48% from 432); Max value from RGB is 244 - color contains mainly: blue. Hex color #A319F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A319F4 is #5CE60B. Grayscale: #5A5A5A. Windows color (decimal): -6088204 or 15997347. OLE color: 15997347.
HSL color Cylindrical-coordinate representation of color #A319F4: hue angle of 277.81º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A319F4 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 25 | 244 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.04 |
| HSL | 277.81º | 0.91% | 0.53% | - |
| HSV(B) | 277.81º | 0.9% | 0.96% | - |
| XYZ | 31.78 | 15.01 | 86.81 | - |
| YUV | 91.23 | 214.22 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 244 | 0.33 | 0.90 | 0 | 0.04 | 277.81 | 0.91 | 0.53 |
| Hex | A3 | 19 | F4 | 21 | 5A | 0 | 4 | 116 | 5B | 35 |
| Octal | 243 | 31 | 364 | 41 | 132 | 0 | 4 | 426 | 133 | 65 |
| Binary | 10100011 | 11001 | 11110100 | 100001 | 1011010 | 0 | 100 | 100010110 | 1011011 | 110101 |
Color Harmonies of #A319F4
Complementary color
Monochromatic Colors of #A319F4
Black with #A319F4
Text Example
Text Example
White with #A319F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A319F4; }
p { color: rgb(163,25,244); }
H1.HeaderClassName
{
color: #A319F4;
}
.AnyTagClassName
{
color: #A319F4;
}
</style>
background-color css
<style>
a { background-color: #A319F4; }
a { background-color: rgb(163,25,244); }
div.DivClassName
{
background-color: #A319F4;
}
.BgClassName
{
background-color: #A319F4;
}
</style>
border-color css
<style>
span { border-color: #A319F4; }
span { border-color: rgb(163,25,244); }
td.TdClassName
{
border-color: #A319F4;
}
.TagClassName
{
border-color: #A319F4;
}
</style>