Shades of Blue Violet #A319F8
Tints of Blue Violet #A319F8
RGB
CMYK
RGB Variations
Color information
#A319F8 (or 0xA319F8) is known color: Blue Violet. HEX triplet: A3, 19 and F8. RGB value is (163,25,248). Sum of RGB (Red+Green+Blue) = 163+25+248=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 248 (97.27% from 255 or 56.88% from 436); Max value from RGB is 248 - color contains mainly: blue. Hex color #A319F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A319F8 is #5CE607. Grayscale: #5A5A5A. Windows color (decimal): -6088200 or 16259491. OLE color: 16259491.
HSL color Cylindrical-coordinate representation of color #A319F8: hue angle of 277.13º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A319F8 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 25 | 248 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.03 |
| HSL | 277.13º | 0.94% | 0.54% | - |
| HSV(B) | 277.13º | 0.9% | 0.97% | - |
| XYZ | 32.4 | 15.26 | 90.04 | - |
| YUV | 91.68 | 216.22 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 248 | 0.34 | 0.90 | 0 | 0.03 | 277.13 | 0.94 | 0.54 |
| Hex | A3 | 19 | F8 | 22 | 5A | 0 | 3 | 115 | 5E | 36 |
| Octal | 243 | 31 | 370 | 42 | 132 | 0 | 3 | 425 | 136 | 66 |
| Binary | 10100011 | 11001 | 11111000 | 100010 | 1011010 | 0 | 11 | 100010101 | 1011110 | 110110 |
Color Harmonies of #A319F8
Complementary color
Monochromatic Colors of #A319F8
Black with #A319F8
Text Example
Text Example
White with #A319F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A319F8; }
p { color: rgb(163,25,248); }
H1.HeaderClassName
{
color: #A319F8;
}
.AnyTagClassName
{
color: #A319F8;
}
</style>
background-color css
<style>
a { background-color: #A319F8; }
a { background-color: rgb(163,25,248); }
div.DivClassName
{
background-color: #A319F8;
}
.BgClassName
{
background-color: #A319F8;
}
</style>
border-color css
<style>
span { border-color: #A319F8; }
span { border-color: rgb(163,25,248); }
td.TdClassName
{
border-color: #A319F8;
}
.TagClassName
{
border-color: #A319F8;
}
</style>