Shades of Jazzberry Jam #A0196C
Tints of Jazzberry Jam #A0196C
RGB
CMYK
RGB Variations
Color information
#A0196C (or 0xA0196C) is known color: Jazzberry Jam. HEX triplet: A0, 19 and 6C. RGB value is (160,25,108). Sum of RGB (Red+Green+Blue) = 160+25+108=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A0196C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0196C is #5FE693. Grayscale: #4A4A4A. Windows color (decimal): -6284948 or 7084448. OLE color: 7084448.
HSL color Cylindrical-coordinate representation of color #A0196C: hue angle of 323.11º 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 #A0196C is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 108 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.37 |
| HSL | 323.11º | 0.73% | 0.36% | - |
| HSV(B) | 323.11º | 0.84% | 0.63% | - |
| XYZ | 17.55 | 9.25 | 15.05 | - |
| YUV | 74.83 | 146.73 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 108 | 0 | 0.84 | 0.32 | 0.37 | 323.11 | 0.73 | 0.36 |
| Hex | A0 | 19 | 6C | 0 | 54 | 20 | 25 | 143 | 49 | 24 |
| Octal | 240 | 31 | 154 | 0 | 124 | 40 | 45 | 503 | 111 | 44 |
| Binary | 10100000 | 11001 | 1101100 | 0 | 1010100 | 100000 | 100101 | 101000011 | 1001001 | 100100 |
Color Harmonies of #A0196C
Complementary color
Monochromatic Colors of #A0196C
Black with #A0196C
Text Example
Text Example
White with #A0196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0196C; }
p { color: rgb(160,25,108); }
H1.HeaderClassName
{
color: #A0196C;
}
.AnyTagClassName
{
color: #A0196C;
}
</style>
background-color css
<style>
a { background-color: #A0196C; }
a { background-color: rgb(160,25,108); }
div.DivClassName
{
background-color: #A0196C;
}
.BgClassName
{
background-color: #A0196C;
}
</style>
border-color css
<style>
span { border-color: #A0196C; }
span { border-color: rgb(160,25,108); }
td.TdClassName
{
border-color: #A0196C;
}
.TagClassName
{
border-color: #A0196C;
}
</style>