Shades of Jazzberry Jam #A1094D
Tints of Jazzberry Jam #A1094D
RGB
CMYK
RGB Variations
Color information
#A1094D (or 0xA1094D) is known color: Jazzberry Jam. HEX triplet: A1, 09 and 4D. RGB value is (161,9,77). Sum of RGB (Red+Green+Blue) = 161+9+77=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A1094D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1094D is #5EF6B2. Grayscale: #3E3E3E. Windows color (decimal): -6223539 or 5048737. OLE color: 5048737.
HSL color Cylindrical-coordinate representation of color #A1094D: hue angle of 333.16º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1094D is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 9 | 77 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.37 |
| HSL | 333.16º | 0.89% | 0.33% | - |
| HSV(B) | 333.16º | 0.94% | 0.63% | - |
| XYZ | 16.14 | 8.31 | 7.77 | - |
| YUV | 62.2 | 136.36 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 77 | 0 | 0.94 | 0.52 | 0.37 | 333.16 | 0.89 | 0.33 |
| Hex | A1 | 9 | 4D | 0 | 5E | 34 | 25 | 14D | 59 | 21 |
| Octal | 241 | 11 | 115 | 0 | 136 | 64 | 45 | 515 | 131 | 41 |
| Binary | 10100001 | 1001 | 1001101 | 0 | 1011110 | 110100 | 100101 | 101001101 | 1011001 | 100001 |
Color Harmonies of #A1094D
Complementary color
Monochromatic Colors of #A1094D
Black with #A1094D
Text Example
Text Example
White with #A1094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1094D; }
p { color: rgb(161,9,77); }
H1.HeaderClassName
{
color: #A1094D;
}
.AnyTagClassName
{
color: #A1094D;
}
</style>
background-color css
<style>
a { background-color: #A1094D; }
a { background-color: rgb(161,9,77); }
div.DivClassName
{
background-color: #A1094D;
}
.BgClassName
{
background-color: #A1094D;
}
</style>
border-color css
<style>
span { border-color: #A1094D; }
span { border-color: rgb(161,9,77); }
td.TdClassName
{
border-color: #A1094D;
}
.TagClassName
{
border-color: #A1094D;
}
</style>