Shades of Violet Blue #A3719C
Tints of Violet Blue #A3719C
RGB
CMYK
RGB Variations
Color information
#A3719C (or 0xA3719C) is known color: Violet Blue. HEX triplet: A3, 71 and 9C. RGB value is (163,113,156). Sum of RGB (Red+Green+Blue) = 163+113+156=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A3719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3719C is #5C8E63. Grayscale: #848484. Windows color (decimal): -6065764 or 10252707. OLE color: 10252707.
HSL color Cylindrical-coordinate representation of color #A3719C: hue angle of 308.4º 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 #A3719C is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 113 | 156 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.36 |
| HSL | 308.4º | 0.21% | 0.54% | - |
| HSV(B) | 308.4º | 0.31% | 0.64% | - |
| XYZ | 27.01 | 22 | 34.27 | - |
| YUV | 132.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 113 | 156 | 0 | 0.31 | 0.04 | 0.36 | 308.4 | 0.21 | 0.54 |
| Hex | A3 | 71 | 9C | 0 | 1F | 4 | 24 | 134 | 15 | 36 |
| Octal | 243 | 161 | 234 | 0 | 37 | 4 | 44 | 464 | 25 | 66 |
| Binary | 10100011 | 1110001 | 10011100 | 0 | 11111 | 100 | 100100 | 100110100 | 10101 | 110110 |
Color Harmonies of #A3719C
Complementary color
Monochromatic Colors of #A3719C
Black with #A3719C
Text Example
Text Example
White with #A3719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3719C; }
p { color: rgb(163,113,156); }
H1.HeaderClassName
{
color: #A3719C;
}
.AnyTagClassName
{
color: #A3719C;
}
</style>
background-color css
<style>
a { background-color: #A3719C; }
a { background-color: rgb(163,113,156); }
div.DivClassName
{
background-color: #A3719C;
}
.BgClassName
{
background-color: #A3719C;
}
</style>
border-color css
<style>
span { border-color: #A3719C; }
span { border-color: rgb(163,113,156); }
td.TdClassName
{
border-color: #A3719C;
}
.TagClassName
{
border-color: #A3719C;
}
</style>