Shades of Blue Violet #A319E7
Tints of Blue Violet #A319E7
RGB
CMYK
RGB Variations
Color information
#A319E7 (or 0xA319E7) is known color: Blue Violet. HEX triplet: A3, 19 and E7. RGB value is (163,25,231). Sum of RGB (Red+Green+Blue) = 163+25+231=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 231 (90.62% from 255 or 55.13% from 419); Max value from RGB is 231 - color contains mainly: blue. Hex color #A319E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A319E7 is #5CE618. Grayscale: #595959. Windows color (decimal): -6088217 or 15145379. OLE color: 15145379.
HSL color Cylindrical-coordinate representation of color #A319E7: hue angle of 280.19º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A319E7 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 25 | 231 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.09 |
| HSL | 280.19º | 0.81% | 0.5% | - |
| HSV(B) | 280.19º | 0.89% | 0.91% | - |
| XYZ | 29.88 | 14.25 | 76.78 | - |
| YUV | 89.75 | 207.72 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 231 | 0.29 | 0.89 | 0 | 0.09 | 280.19 | 0.81 | 0.5 |
| Hex | A3 | 19 | E7 | 1D | 59 | 0 | 9 | 118 | 51 | 32 |
| Octal | 243 | 31 | 347 | 35 | 131 | 0 | 11 | 430 | 121 | 62 |
| Binary | 10100011 | 11001 | 11100111 | 11101 | 1011001 | 0 | 1001 | 100011000 | 1010001 | 110010 |
Color Harmonies of #A319E7
Complementary color
Monochromatic Colors of #A319E7
Black with #A319E7
Text Example
Text Example
White with #A319E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A319E7; }
p { color: rgb(163,25,231); }
H1.HeaderClassName
{
color: #A319E7;
}
.AnyTagClassName
{
color: #A319E7;
}
</style>
background-color css
<style>
a { background-color: #A319E7; }
a { background-color: rgb(163,25,231); }
div.DivClassName
{
background-color: #A319E7;
}
.BgClassName
{
background-color: #A319E7;
}
</style>
border-color css
<style>
span { border-color: #A319E7; }
span { border-color: rgb(163,25,231); }
td.TdClassName
{
border-color: #A319E7;
}
.TagClassName
{
border-color: #A319E7;
}
</style>