Shades of Violet Blue #A0739A
Tints of Violet Blue #A0739A
RGB
CMYK
RGB Variations
Color information
#A0739A (or 0xA0739A) is known color: Violet Blue. HEX triplet: A0, 73 and 9A. RGB value is (160,115,154). Sum of RGB (Red+Green+Blue) = 160+115+154=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A0739A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0739A is #5F8C65. Grayscale: #848484. Windows color (decimal): -6261862 or 10122144. OLE color: 10122144.
HSL color Cylindrical-coordinate representation of color #A0739A: hue angle of 308º 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 #A0739A is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 154 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.37 |
| HSL | 308º | 0.19% | 0.54% | - |
| HSV(B) | 308º | 0.28% | 0.63% | - |
| XYZ | 26.46 | 22.07 | 33.44 | - |
| YUV | 132.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 154 | 0 | 0.28 | 0.04 | 0.37 | 308 | 0.19 | 0.54 |
| Hex | A0 | 73 | 9A | 0 | 1C | 4 | 25 | 134 | 13 | 36 |
| Octal | 240 | 163 | 232 | 0 | 34 | 4 | 45 | 464 | 23 | 66 |
| Binary | 10100000 | 1110011 | 10011010 | 0 | 11100 | 100 | 100101 | 100110100 | 10011 | 110110 |
Color Harmonies of #A0739A
Complementary color
Monochromatic Colors of #A0739A
Black with #A0739A
Text Example
Text Example
White with #A0739A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0739A; }
p { color: rgb(160,115,154); }
H1.HeaderClassName
{
color: #A0739A;
}
.AnyTagClassName
{
color: #A0739A;
}
</style>
background-color css
<style>
a { background-color: #A0739A; }
a { background-color: rgb(160,115,154); }
div.DivClassName
{
background-color: #A0739A;
}
.BgClassName
{
background-color: #A0739A;
}
</style>
border-color css
<style>
span { border-color: #A0739A; }
span { border-color: rgb(160,115,154); }
td.TdClassName
{
border-color: #A0739A;
}
.TagClassName
{
border-color: #A0739A;
}
</style>