Shades of Jazzberry Jam #A0196A
Tints of Jazzberry Jam #A0196A
RGB
CMYK
RGB Variations
Color information
#A0196A (or 0xA0196A) is known color: Jazzberry Jam. HEX triplet: A0, 19 and 6A. RGB value is (160,25,106). Sum of RGB (Red+Green+Blue) = 160+25+106=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0196A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0196A is #5FE695. Grayscale: #4A4A4A. Windows color (decimal): -6284950 or 6953376. OLE color: 6953376.
HSL color Cylindrical-coordinate representation of color #A0196A: hue angle of 324º 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 #A0196A is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 106 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.37 |
| HSL | 324º | 0.73% | 0.36% | - |
| HSV(B) | 324º | 0.84% | 0.63% | - |
| XYZ | 17.45 | 9.21 | 14.49 | - |
| YUV | 74.6 | 145.73 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 106 | 0 | 0.84 | 0.34 | 0.37 | 324 | 0.73 | 0.36 |
| Hex | A0 | 19 | 6A | 0 | 54 | 22 | 25 | 144 | 49 | 24 |
| Octal | 240 | 31 | 152 | 0 | 124 | 42 | 45 | 504 | 111 | 44 |
| Binary | 10100000 | 11001 | 1101010 | 0 | 1010100 | 100010 | 100101 | 101000100 | 1001001 | 100100 |
Color Harmonies of #A0196A
Complementary color
Monochromatic Colors of #A0196A
Black with #A0196A
Text Example
Text Example
White with #A0196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0196A; }
p { color: rgb(160,25,106); }
H1.HeaderClassName
{
color: #A0196A;
}
.AnyTagClassName
{
color: #A0196A;
}
</style>
background-color css
<style>
a { background-color: #A0196A; }
a { background-color: rgb(160,25,106); }
div.DivClassName
{
background-color: #A0196A;
}
.BgClassName
{
background-color: #A0196A;
}
</style>
border-color css
<style>
span { border-color: #A0196A; }
span { border-color: rgb(160,25,106); }
td.TdClassName
{
border-color: #A0196A;
}
.TagClassName
{
border-color: #A0196A;
}
</style>