Shades of Violet Blue #A04996
Tints of Violet Blue #A04996
RGB
CMYK
RGB Variations
Color information
#A04996 (or 0xA04996) is known color: Violet Blue. HEX triplet: A0, 49 and 96. RGB value is (160,73,150). Sum of RGB (Red+Green+Blue) = 160+73+150=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A04996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04996 is #5FB669. Grayscale: #6B6B6B. Windows color (decimal): -6272618 or 9849248. OLE color: 9849248.
HSL color Cylindrical-coordinate representation of color #A04996: hue angle of 306.9º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04996 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 150 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.37 |
| HSL | 306.9º | 0.37% | 0.46% | - |
| HSV(B) | 306.9º | 0.54% | 0.63% | - |
| XYZ | 22.38 | 14.44 | 30.46 | - |
| YUV | 107.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 150 | 0 | 0.54 | 0.06 | 0.37 | 306.9 | 0.37 | 0.46 |
| Hex | A0 | 49 | 96 | 0 | 36 | 6 | 25 | 133 | 25 | 2E |
| Octal | 240 | 111 | 226 | 0 | 66 | 6 | 45 | 463 | 45 | 56 |
| Binary | 10100000 | 1001001 | 10010110 | 0 | 110110 | 110 | 100101 | 100110011 | 100101 | 101110 |
Color Harmonies of #A04996
Complementary color
Monochromatic Colors of #A04996
Black with #A04996
Text Example
Text Example
White with #A04996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04996; }
p { color: rgb(160,73,150); }
H1.HeaderClassName
{
color: #A04996;
}
.AnyTagClassName
{
color: #A04996;
}
</style>
background-color css
<style>
a { background-color: #A04996; }
a { background-color: rgb(160,73,150); }
div.DivClassName
{
background-color: #A04996;
}
.BgClassName
{
background-color: #A04996;
}
</style>
border-color css
<style>
span { border-color: #A04996; }
span { border-color: rgb(160,73,150); }
td.TdClassName
{
border-color: #A04996;
}
.TagClassName
{
border-color: #A04996;
}
</style>