Shades of Violet Blue #A0739D
Tints of Violet Blue #A0739D
RGB
CMYK
RGB Variations
Color information
#A0739D (or 0xA0739D) is known color: Violet Blue. HEX triplet: A0, 73 and 9D. RGB value is (160,115,157). Sum of RGB (Red+Green+Blue) = 160+115+157=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A0739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0739D is #5F8C62. Grayscale: #858585. Windows color (decimal): -6261859 or 10318752. OLE color: 10318752.
HSL color Cylindrical-coordinate representation of color #A0739D: hue angle of 304º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0739D is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 157 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.37 |
| HSL | 304º | 0.19% | 0.54% | - |
| HSV(B) | 304º | 0.28% | 0.63% | - |
| XYZ | 26.71 | 22.17 | 34.77 | - |
| YUV | 133.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 157 | 0 | 0.28 | 0.02 | 0.37 | 304 | 0.19 | 0.54 |
| Hex | A0 | 73 | 9D | 0 | 1C | 2 | 25 | 130 | 13 | 36 |
| Octal | 240 | 163 | 235 | 0 | 34 | 2 | 45 | 460 | 23 | 66 |
| Binary | 10100000 | 1110011 | 10011101 | 0 | 11100 | 10 | 100101 | 100110000 | 10011 | 110110 |
Color Harmonies of #A0739D
Complementary color
Monochromatic Colors of #A0739D
Black with #A0739D
Text Example
Text Example
White with #A0739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0739D; }
p { color: rgb(160,115,157); }
H1.HeaderClassName
{
color: #A0739D;
}
.AnyTagClassName
{
color: #A0739D;
}
</style>
background-color css
<style>
a { background-color: #A0739D; }
a { background-color: rgb(160,115,157); }
div.DivClassName
{
background-color: #A0739D;
}
.BgClassName
{
background-color: #A0739D;
}
</style>
border-color css
<style>
span { border-color: #A0739D; }
span { border-color: rgb(160,115,157); }
td.TdClassName
{
border-color: #A0739D;
}
.TagClassName
{
border-color: #A0739D;
}
</style>