Shades of Violet Blue #A0739E
Tints of Violet Blue #A0739E
RGB
CMYK
RGB Variations
Color information
#A0739E (or 0xA0739E) is known color: Violet Blue. HEX triplet: A0, 73 and 9E. RGB value is (160,115,158). Sum of RGB (Red+Green+Blue) = 160+115+158=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A0739E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0739E is #5F8C61. Grayscale: #858585. Windows color (decimal): -6261858 or 10384288. OLE color: 10384288.
HSL color Cylindrical-coordinate representation of color #A0739E: hue angle of 302.67º 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 #A0739E is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 158 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.37 |
| HSL | 302.67º | 0.19% | 0.54% | - |
| HSV(B) | 302.67º | 0.28% | 0.63% | - |
| XYZ | 26.8 | 22.2 | 35.22 | - |
| YUV | 133.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 158 | 0 | 0.28 | 0.01 | 0.37 | 302.67 | 0.19 | 0.54 |
| Hex | A0 | 73 | 9E | 0 | 1C | 1 | 25 | 12F | 13 | 36 |
| Octal | 240 | 163 | 236 | 0 | 34 | 1 | 45 | 457 | 23 | 66 |
| Binary | 10100000 | 1110011 | 10011110 | 0 | 11100 | 1 | 100101 | 100101111 | 10011 | 110110 |
Color Harmonies of #A0739E
Complementary color
Monochromatic Colors of #A0739E
Black with #A0739E
Text Example
Text Example
White with #A0739E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0739E; }
p { color: rgb(160,115,158); }
H1.HeaderClassName
{
color: #A0739E;
}
.AnyTagClassName
{
color: #A0739E;
}
</style>
background-color css
<style>
a { background-color: #A0739E; }
a { background-color: rgb(160,115,158); }
div.DivClassName
{
background-color: #A0739E;
}
.BgClassName
{
background-color: #A0739E;
}
</style>
border-color css
<style>
span { border-color: #A0739E; }
span { border-color: rgb(160,115,158); }
td.TdClassName
{
border-color: #A0739E;
}
.TagClassName
{
border-color: #A0739E;
}
</style>