Shades of Violet Blue #A0739C
Tints of Violet Blue #A0739C
RGB
CMYK
RGB Variations
Color information
#A0739C (or 0xA0739C) is known color: Violet Blue. HEX triplet: A0, 73 and 9C. RGB value is (160,115,156). Sum of RGB (Red+Green+Blue) = 160+115+156=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A0739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0739C is #5F8C63. Grayscale: #858585. Windows color (decimal): -6261860 or 10253216. OLE color: 10253216.
HSL color Cylindrical-coordinate representation of color #A0739C: hue angle of 305.33º 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 #A0739C is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 156 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.37 |
| HSL | 305.33º | 0.19% | 0.54% | - |
| HSV(B) | 305.33º | 0.28% | 0.63% | - |
| XYZ | 26.63 | 22.14 | 34.32 | - |
| YUV | 133.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 156 | 0 | 0.28 | 0.02 | 0.37 | 305.33 | 0.19 | 0.54 |
| Hex | A0 | 73 | 9C | 0 | 1C | 2 | 25 | 131 | 13 | 36 |
| Octal | 240 | 163 | 234 | 0 | 34 | 2 | 45 | 461 | 23 | 66 |
| Binary | 10100000 | 1110011 | 10011100 | 0 | 11100 | 10 | 100101 | 100110001 | 10011 | 110110 |
Color Harmonies of #A0739C
Complementary color
Monochromatic Colors of #A0739C
Black with #A0739C
Text Example
Text Example
White with #A0739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0739C; }
p { color: rgb(160,115,156); }
H1.HeaderClassName
{
color: #A0739C;
}
.AnyTagClassName
{
color: #A0739C;
}
</style>
background-color css
<style>
a { background-color: #A0739C; }
a { background-color: rgb(160,115,156); }
div.DivClassName
{
background-color: #A0739C;
}
.BgClassName
{
background-color: #A0739C;
}
</style>
border-color css
<style>
span { border-color: #A0739C; }
span { border-color: rgb(160,115,156); }
td.TdClassName
{
border-color: #A0739C;
}
.TagClassName
{
border-color: #A0739C;
}
</style>