Shades of Violet Blue #A3719F
Tints of Violet Blue #A3719F
RGB
CMYK
RGB Variations
Color information
#A3719F (or 0xA3719F) is known color: Violet Blue. HEX triplet: A3, 71 and 9F. RGB value is (163,113,159). Sum of RGB (Red+Green+Blue) = 163+113+159=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 163 - color contains mainly: red. Hex color #A3719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3719F is #5C8E60. Grayscale: #858585. Windows color (decimal): -6065761 or 10449315. OLE color: 10449315.
HSL color Cylindrical-coordinate representation of color #A3719F: hue angle of 304.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3719F is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 113 | 159 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.36 |
| HSL | 304.8º | 0.21% | 0.54% | - |
| HSV(B) | 304.8º | 0.31% | 0.64% | - |
| XYZ | 27.27 | 22.1 | 35.63 | - |
| YUV | 133.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 113 | 159 | 0 | 0.31 | 0.02 | 0.36 | 304.8 | 0.21 | 0.54 |
| Hex | A3 | 71 | 9F | 0 | 1F | 2 | 24 | 131 | 15 | 36 |
| Octal | 243 | 161 | 237 | 0 | 37 | 2 | 44 | 461 | 25 | 66 |
| Binary | 10100011 | 1110001 | 10011111 | 0 | 11111 | 10 | 100100 | 100110001 | 10101 | 110110 |
Color Harmonies of #A3719F
Complementary color
Monochromatic Colors of #A3719F
Black with #A3719F
Text Example
Text Example
White with #A3719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3719F; }
p { color: rgb(163,113,159); }
H1.HeaderClassName
{
color: #A3719F;
}
.AnyTagClassName
{
color: #A3719F;
}
</style>
background-color css
<style>
a { background-color: #A3719F; }
a { background-color: rgb(163,113,159); }
div.DivClassName
{
background-color: #A3719F;
}
.BgClassName
{
background-color: #A3719F;
}
</style>
border-color css
<style>
span { border-color: #A3719F; }
span { border-color: rgb(163,113,159); }
td.TdClassName
{
border-color: #A3719F;
}
.TagClassName
{
border-color: #A3719F;
}
</style>