Shades of Violet Blue #A0749E
Tints of Violet Blue #A0749E
RGB
CMYK
RGB Variations
Color information
#A0749E (or 0xA0749E) is known color: Violet Blue. HEX triplet: A0, 74 and 9E. RGB value is (160,116,158). Sum of RGB (Red+Green+Blue) = 160+116+158=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A0749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0749E is #5F8B61. Grayscale: #858585. Windows color (decimal): -6261602 or 10384544. OLE color: 10384544.
HSL color Cylindrical-coordinate representation of color #A0749E: hue angle of 302.73º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0749E is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 158 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.37 |
| HSL | 302.73º | 0.19% | 0.54% | - |
| HSV(B) | 302.73º | 0.28% | 0.63% | - |
| XYZ | 26.91 | 22.43 | 35.26 | - |
| YUV | 133.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 158 | 0 | 0.28 | 0.01 | 0.37 | 302.73 | 0.19 | 0.54 |
| Hex | A0 | 74 | 9E | 0 | 1C | 1 | 25 | 12F | 13 | 36 |
| Octal | 240 | 164 | 236 | 0 | 34 | 1 | 45 | 457 | 23 | 66 |
| Binary | 10100000 | 1110100 | 10011110 | 0 | 11100 | 1 | 100101 | 100101111 | 10011 | 110110 |
Color Harmonies of #A0749E
Complementary color
Monochromatic Colors of #A0749E
Black with #A0749E
Text Example
Text Example
White with #A0749E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0749E; }
p { color: rgb(160,116,158); }
H1.HeaderClassName
{
color: #A0749E;
}
.AnyTagClassName
{
color: #A0749E;
}
</style>
background-color css
<style>
a { background-color: #A0749E; }
a { background-color: rgb(160,116,158); }
div.DivClassName
{
background-color: #A0749E;
}
.BgClassName
{
background-color: #A0749E;
}
</style>
border-color css
<style>
span { border-color: #A0749E; }
span { border-color: rgb(160,116,158); }
td.TdClassName
{
border-color: #A0749E;
}
.TagClassName
{
border-color: #A0749E;
}
</style>