Shades of Violet Blue #A3739D
Tints of Violet Blue #A3739D
RGB
CMYK
RGB Variations
Color information
#A3739D (or 0xA3739D) is known color: Violet Blue. HEX triplet: A3, 73 and 9D. RGB value is (163,115,157). Sum of RGB (Red+Green+Blue) = 163+115+157=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 163 - color contains mainly: red. Hex color #A3739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3739D is #5C8C62. Grayscale: #868686. Windows color (decimal): -6065251 or 10318755. OLE color: 10318755.
HSL color Cylindrical-coordinate representation of color #A3739D: hue angle of 307.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3739D is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 115 | 157 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.36 |
| HSL | 307.5º | 0.21% | 0.55% | - |
| HSV(B) | 307.5º | 0.29% | 0.64% | - |
| XYZ | 27.32 | 22.48 | 34.8 | - |
| YUV | 134.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 157 | 0 | 0.29 | 0.04 | 0.36 | 307.5 | 0.21 | 0.55 |
| Hex | A3 | 73 | 9D | 0 | 1D | 4 | 24 | 134 | 15 | 37 |
| Octal | 243 | 163 | 235 | 0 | 35 | 4 | 44 | 464 | 25 | 67 |
| Binary | 10100011 | 1110011 | 10011101 | 0 | 11101 | 100 | 100100 | 100110100 | 10101 | 110111 |
Color Harmonies of #A3739D
Complementary color
Monochromatic Colors of #A3739D
Black with #A3739D
Text Example
Text Example
White with #A3739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3739D; }
p { color: rgb(163,115,157); }
H1.HeaderClassName
{
color: #A3739D;
}
.AnyTagClassName
{
color: #A3739D;
}
</style>
background-color css
<style>
a { background-color: #A3739D; }
a { background-color: rgb(163,115,157); }
div.DivClassName
{
background-color: #A3739D;
}
.BgClassName
{
background-color: #A3739D;
}
</style>
border-color css
<style>
span { border-color: #A3739D; }
span { border-color: rgb(163,115,157); }
td.TdClassName
{
border-color: #A3739D;
}
.TagClassName
{
border-color: #A3739D;
}
</style>