Shades of Jazzberry Jam #A0196D
Tints of Jazzberry Jam #A0196D
RGB
CMYK
RGB Variations
Color information
#A0196D (or 0xA0196D) is known color: Jazzberry Jam. HEX triplet: A0, 19 and 6D. RGB value is (160,25,109). Sum of RGB (Red+Green+Blue) = 160+25+109=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A0196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0196D is #5FE692. Grayscale: #4A4A4A. Windows color (decimal): -6284947 or 7149984. OLE color: 7149984.
HSL color Cylindrical-coordinate representation of color #A0196D: hue angle of 322.67º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0196D is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 109 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.37 |
| HSL | 322.67º | 0.73% | 0.36% | - |
| HSV(B) | 322.67º | 0.84% | 0.63% | - |
| XYZ | 17.61 | 9.27 | 15.33 | - |
| YUV | 74.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 109 | 0 | 0.84 | 0.32 | 0.37 | 322.67 | 0.73 | 0.36 |
| Hex | A0 | 19 | 6D | 0 | 54 | 20 | 25 | 143 | 49 | 24 |
| Octal | 240 | 31 | 155 | 0 | 124 | 40 | 45 | 503 | 111 | 44 |
| Binary | 10100000 | 11001 | 1101101 | 0 | 1010100 | 100000 | 100101 | 101000011 | 1001001 | 100100 |
Color Harmonies of #A0196D
Complementary color
Monochromatic Colors of #A0196D
Black with #A0196D
Text Example
Text Example
White with #A0196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0196D; }
p { color: rgb(160,25,109); }
H1.HeaderClassName
{
color: #A0196D;
}
.AnyTagClassName
{
color: #A0196D;
}
</style>
background-color css
<style>
a { background-color: #A0196D; }
a { background-color: rgb(160,25,109); }
div.DivClassName
{
background-color: #A0196D;
}
.BgClassName
{
background-color: #A0196D;
}
</style>
border-color css
<style>
span { border-color: #A0196D; }
span { border-color: rgb(160,25,109); }
td.TdClassName
{
border-color: #A0196D;
}
.TagClassName
{
border-color: #A0196D;
}
</style>