Shades of Violet Blue #A04C97
Tints of Violet Blue #A04C97
RGB
CMYK
RGB Variations
Color information
#A04C97 (or 0xA04C97) is known color: Violet Blue. HEX triplet: A0, 4C and 97. RGB value is (160,76,151). Sum of RGB (Red+Green+Blue) = 160+76+151=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04C97 is #5FB368. Grayscale: #6D6D6D. Windows color (decimal): -6271849 or 9915552. OLE color: 9915552.
HSL color Cylindrical-coordinate representation of color #A04C97: hue angle of 306.43º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04C97 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 151 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.37 |
| HSL | 306.43º | 0.36% | 0.46% | - |
| HSV(B) | 306.43º | 0.53% | 0.63% | - |
| XYZ | 22.67 | 14.88 | 30.95 | - |
| YUV | 109.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 151 | 0 | 0.52 | 0.06 | 0.37 | 306.43 | 0.36 | 0.46 |
| Hex | A0 | 4C | 97 | 0 | 34 | 6 | 25 | 132 | 24 | 2E |
| Octal | 240 | 114 | 227 | 0 | 64 | 6 | 45 | 462 | 44 | 56 |
| Binary | 10100000 | 1001100 | 10010111 | 0 | 110100 | 110 | 100101 | 100110010 | 100100 | 101110 |
Color Harmonies of #A04C97
Complementary color
Monochromatic Colors of #A04C97
Black with #A04C97
Text Example
Text Example
White with #A04C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C97; }
p { color: rgb(160,76,151); }
H1.HeaderClassName
{
color: #A04C97;
}
.AnyTagClassName
{
color: #A04C97;
}
</style>
background-color css
<style>
a { background-color: #A04C97; }
a { background-color: rgb(160,76,151); }
div.DivClassName
{
background-color: #A04C97;
}
.BgClassName
{
background-color: #A04C97;
}
</style>
border-color css
<style>
span { border-color: #A04C97; }
span { border-color: rgb(160,76,151); }
td.TdClassName
{
border-color: #A04C97;
}
.TagClassName
{
border-color: #A04C97;
}
</style>