Shades of Violet Blue #A0749D
Tints of Violet Blue #A0749D
RGB
CMYK
RGB Variations
Color information
#A0749D (or 0xA0749D) is known color: Violet Blue. HEX triplet: A0, 74 and 9D. RGB value is (160,116,157). Sum of RGB (Red+Green+Blue) = 160+116+157=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A0749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0749D is #5F8B62. Grayscale: #858585. Windows color (decimal): -6261603 or 10319008. OLE color: 10319008.
HSL color Cylindrical-coordinate representation of color #A0749D: hue angle of 304.09º 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 #A0749D is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 157 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.37 |
| HSL | 304.09º | 0.19% | 0.54% | - |
| HSV(B) | 304.09º | 0.28% | 0.63% | - |
| XYZ | 26.83 | 22.4 | 34.81 | - |
| YUV | 133.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 157 | 0 | 0.28 | 0.02 | 0.37 | 304.09 | 0.19 | 0.54 |
| Hex | A0 | 74 | 9D | 0 | 1C | 2 | 25 | 130 | 13 | 36 |
| Octal | 240 | 164 | 235 | 0 | 34 | 2 | 45 | 460 | 23 | 66 |
| Binary | 10100000 | 1110100 | 10011101 | 0 | 11100 | 10 | 100101 | 100110000 | 10011 | 110110 |
Color Harmonies of #A0749D
Complementary color
Monochromatic Colors of #A0749D
Black with #A0749D
Text Example
Text Example
White with #A0749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0749D; }
p { color: rgb(160,116,157); }
H1.HeaderClassName
{
color: #A0749D;
}
.AnyTagClassName
{
color: #A0749D;
}
</style>
background-color css
<style>
a { background-color: #A0749D; }
a { background-color: rgb(160,116,157); }
div.DivClassName
{
background-color: #A0749D;
}
.BgClassName
{
background-color: #A0749D;
}
</style>
border-color css
<style>
span { border-color: #A0749D; }
span { border-color: rgb(160,116,157); }
td.TdClassName
{
border-color: #A0749D;
}
.TagClassName
{
border-color: #A0749D;
}
</style>