Shades of Violet Blue #A3749D
Tints of Violet Blue #A3749D
RGB
CMYK
RGB Variations
Color information
#A3749D (or 0xA3749D) is known color: Violet Blue. HEX triplet: A3, 74 and 9D. RGB value is (163,116,157). Sum of RGB (Red+Green+Blue) = 163+116+157=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A3749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3749D is #5C8B62. Grayscale: #868686. Windows color (decimal): -6064995 or 10319011. OLE color: 10319011.
HSL color Cylindrical-coordinate representation of color #A3749D: hue angle of 307.66º degrees, saturation: 0.2, 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 #A3749D is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 116 | 157 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.36 |
| HSL | 307.66º | 0.2% | 0.55% | - |
| HSV(B) | 307.66º | 0.29% | 0.64% | - |
| XYZ | 27.44 | 22.71 | 34.84 | - |
| YUV | 134.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 157 | 0 | 0.29 | 0.04 | 0.36 | 307.66 | 0.2 | 0.55 |
| Hex | A3 | 74 | 9D | 0 | 1D | 4 | 24 | 134 | 14 | 37 |
| Octal | 243 | 164 | 235 | 0 | 35 | 4 | 44 | 464 | 24 | 67 |
| Binary | 10100011 | 1110100 | 10011101 | 0 | 11101 | 100 | 100100 | 100110100 | 10100 | 110111 |
Color Harmonies of #A3749D
Complementary color
Monochromatic Colors of #A3749D
Black with #A3749D
Text Example
Text Example
White with #A3749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3749D; }
p { color: rgb(163,116,157); }
H1.HeaderClassName
{
color: #A3749D;
}
.AnyTagClassName
{
color: #A3749D;
}
</style>
background-color css
<style>
a { background-color: #A3749D; }
a { background-color: rgb(163,116,157); }
div.DivClassName
{
background-color: #A3749D;
}
.BgClassName
{
background-color: #A3749D;
}
</style>
border-color css
<style>
span { border-color: #A3749D; }
span { border-color: rgb(163,116,157); }
td.TdClassName
{
border-color: #A3749D;
}
.TagClassName
{
border-color: #A3749D;
}
</style>