Shades of Violet Blue #A04C96
Tints of Violet Blue #A04C96
RGB
CMYK
RGB Variations
Color information
#A04C96 (or 0xA04C96) is known color: Violet Blue. HEX triplet: A0, 4C and 96. RGB value is (160,76,150). Sum of RGB (Red+Green+Blue) = 160+76+150=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04C96 is #5FB369. Grayscale: #6D6D6D. Windows color (decimal): -6271850 or 9850016. OLE color: 9850016.
HSL color Cylindrical-coordinate representation of color #A04C96: hue angle of 307.14º 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 #A04C96 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 150 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.37 |
| HSL | 307.14º | 0.36% | 0.46% | - |
| HSV(B) | 307.14º | 0.53% | 0.63% | - |
| XYZ | 22.59 | 14.84 | 30.53 | - |
| YUV | 109.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 150 | 0 | 0.52 | 0.06 | 0.37 | 307.14 | 0.36 | 0.46 |
| Hex | A0 | 4C | 96 | 0 | 34 | 6 | 25 | 133 | 24 | 2E |
| Octal | 240 | 114 | 226 | 0 | 64 | 6 | 45 | 463 | 44 | 56 |
| Binary | 10100000 | 1001100 | 10010110 | 0 | 110100 | 110 | 100101 | 100110011 | 100100 | 101110 |
Color Harmonies of #A04C96
Complementary color
Monochromatic Colors of #A04C96
Black with #A04C96
Text Example
Text Example
White with #A04C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C96; }
p { color: rgb(160,76,150); }
H1.HeaderClassName
{
color: #A04C96;
}
.AnyTagClassName
{
color: #A04C96;
}
</style>
background-color css
<style>
a { background-color: #A04C96; }
a { background-color: rgb(160,76,150); }
div.DivClassName
{
background-color: #A04C96;
}
.BgClassName
{
background-color: #A04C96;
}
</style>
border-color css
<style>
span { border-color: #A04C96; }
span { border-color: rgb(160,76,150); }
td.TdClassName
{
border-color: #A04C96;
}
.TagClassName
{
border-color: #A04C96;
}
</style>