Shades of Violet Blue #A04196
Tints of Violet Blue #A04196
RGB
CMYK
RGB Variations
Color information
#A04196 (or 0xA04196) is known color: Violet Blue. HEX triplet: A0, 41 and 96. RGB value is (160,65,150). Sum of RGB (Red+Green+Blue) = 160+65+150=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A04196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04196 is #5FBE69. Grayscale: #666666. Windows color (decimal): -6274666 or 9847200. OLE color: 9847200.
HSL color Cylindrical-coordinate representation of color #A04196: hue angle of 306.32º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04196 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 150 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.37 |
| HSL | 306.32º | 0.42% | 0.44% | - |
| HSV(B) | 306.32º | 0.59% | 0.63% | - |
| XYZ | 21.89 | 13.46 | 30.3 | - |
| YUV | 103.1 | 154.47 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 150 | 0 | 0.59 | 0.06 | 0.37 | 306.32 | 0.42 | 0.44 |
| Hex | A0 | 41 | 96 | 0 | 3B | 6 | 25 | 132 | 2A | 2C |
| Octal | 240 | 101 | 226 | 0 | 73 | 6 | 45 | 462 | 52 | 54 |
| Binary | 10100000 | 1000001 | 10010110 | 0 | 111011 | 110 | 100101 | 100110010 | 101010 | 101100 |
Color Harmonies of #A04196
Complementary color
Monochromatic Colors of #A04196
Black with #A04196
Text Example
Text Example
White with #A04196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04196; }
p { color: rgb(160,65,150); }
H1.HeaderClassName
{
color: #A04196;
}
.AnyTagClassName
{
color: #A04196;
}
</style>
background-color css
<style>
a { background-color: #A04196; }
a { background-color: rgb(160,65,150); }
div.DivClassName
{
background-color: #A04196;
}
.BgClassName
{
background-color: #A04196;
}
</style>
border-color css
<style>
span { border-color: #A04196; }
span { border-color: rgb(160,65,150); }
td.TdClassName
{
border-color: #A04196;
}
.TagClassName
{
border-color: #A04196;
}
</style>