Shades of Violet Blue #A04C95
Tints of Violet Blue #A04C95
RGB
CMYK
RGB Variations
Color information
#A04C95 (or 0xA04C95) is known color: Violet Blue. HEX triplet: A0, 4C and 95. RGB value is (160,76,149). Sum of RGB (Red+Green+Blue) = 160+76+149=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04C95 is #5FB36A. Grayscale: #6D6D6D. Windows color (decimal): -6271851 or 9784480. OLE color: 9784480.
HSL color Cylindrical-coordinate representation of color #A04C95: hue angle of 307.86º 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 #A04C95 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 149 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.37 |
| HSL | 307.86º | 0.36% | 0.46% | - |
| HSV(B) | 307.86º | 0.53% | 0.63% | - |
| XYZ | 22.51 | 14.81 | 30.11 | - |
| YUV | 109.44 | 150.33 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 149 | 0 | 0.52 | 0.07 | 0.37 | 307.86 | 0.36 | 0.46 |
| Hex | A0 | 4C | 95 | 0 | 34 | 7 | 25 | 134 | 24 | 2E |
| Octal | 240 | 114 | 225 | 0 | 64 | 7 | 45 | 464 | 44 | 56 |
| Binary | 10100000 | 1001100 | 10010101 | 0 | 110100 | 111 | 100101 | 100110100 | 100100 | 101110 |
Color Harmonies of #A04C95
Complementary color
Monochromatic Colors of #A04C95
Black with #A04C95
Text Example
Text Example
White with #A04C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C95; }
p { color: rgb(160,76,149); }
H1.HeaderClassName
{
color: #A04C95;
}
.AnyTagClassName
{
color: #A04C95;
}
</style>
background-color css
<style>
a { background-color: #A04C95; }
a { background-color: rgb(160,76,149); }
div.DivClassName
{
background-color: #A04C95;
}
.BgClassName
{
background-color: #A04C95;
}
</style>
border-color css
<style>
span { border-color: #A04C95; }
span { border-color: rgb(160,76,149); }
td.TdClassName
{
border-color: #A04C95;
}
.TagClassName
{
border-color: #A04C95;
}
</style>