Shades of Violet Blue #A0749C
Tints of Violet Blue #A0749C
RGB
CMYK
RGB Variations
Color information
#A0749C (or 0xA0749C) is known color: Violet Blue. HEX triplet: A0, 74 and 9C. RGB value is (160,116,156). Sum of RGB (Red+Green+Blue) = 160+116+156=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A0749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0749C is #5F8B63. Grayscale: #858585. Windows color (decimal): -6261604 or 10253472. OLE color: 10253472.
HSL color Cylindrical-coordinate representation of color #A0749C: hue angle of 305.45º 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 #A0749C is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 156 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.37 |
| HSL | 305.45º | 0.19% | 0.54% | - |
| HSV(B) | 305.45º | 0.28% | 0.63% | - |
| XYZ | 26.74 | 22.36 | 34.36 | - |
| YUV | 133.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 156 | 0 | 0.28 | 0.02 | 0.37 | 305.45 | 0.19 | 0.54 |
| Hex | A0 | 74 | 9C | 0 | 1C | 2 | 25 | 131 | 13 | 36 |
| Octal | 240 | 164 | 234 | 0 | 34 | 2 | 45 | 461 | 23 | 66 |
| Binary | 10100000 | 1110100 | 10011100 | 0 | 11100 | 10 | 100101 | 100110001 | 10011 | 110110 |
Color Harmonies of #A0749C
Complementary color
Monochromatic Colors of #A0749C
Black with #A0749C
Text Example
Text Example
White with #A0749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0749C; }
p { color: rgb(160,116,156); }
H1.HeaderClassName
{
color: #A0749C;
}
.AnyTagClassName
{
color: #A0749C;
}
</style>
background-color css
<style>
a { background-color: #A0749C; }
a { background-color: rgb(160,116,156); }
div.DivClassName
{
background-color: #A0749C;
}
.BgClassName
{
background-color: #A0749C;
}
</style>
border-color css
<style>
span { border-color: #A0749C; }
span { border-color: rgb(160,116,156); }
td.TdClassName
{
border-color: #A0749C;
}
.TagClassName
{
border-color: #A0749C;
}
</style>