Shades of Jazzberry Jam #A1044D
Tints of Jazzberry Jam #A1044D
RGB
CMYK
RGB Variations
Color information
#A1044D (or 0xA1044D) is known color: Jazzberry Jam. HEX triplet: A1, 04 and 4D. RGB value is (161,4,77). Sum of RGB (Red+Green+Blue) = 161+4+77=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A1044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1044D is #5EFBB2. Grayscale: #3B3B3B. Windows color (decimal): -6224819 or 5047457. OLE color: 5047457.
HSL color Cylindrical-coordinate representation of color #A1044D: hue angle of 332.1º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1044D is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 4 | 77 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.37 |
| HSL | 332.1º | 0.95% | 0.32% | - |
| HSV(B) | 332.1º | 0.98% | 0.63% | - |
| XYZ | 16.08 | 8.2 | 7.76 | - |
| YUV | 59.27 | 138.01 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 77 | 0 | 0.98 | 0.52 | 0.37 | 332.1 | 0.95 | 0.32 |
| Hex | A1 | 4 | 4D | 0 | 62 | 34 | 25 | 14C | 5F | 20 |
| Octal | 241 | 4 | 115 | 0 | 142 | 64 | 45 | 514 | 137 | 40 |
| Binary | 10100001 | 100 | 1001101 | 0 | 1100010 | 110100 | 100101 | 101001100 | 1011111 | 100000 |
Color Harmonies of #A1044D
Complementary color
Monochromatic Colors of #A1044D
Black with #A1044D
Text Example
Text Example
White with #A1044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1044D; }
p { color: rgb(161,4,77); }
H1.HeaderClassName
{
color: #A1044D;
}
.AnyTagClassName
{
color: #A1044D;
}
</style>
background-color css
<style>
a { background-color: #A1044D; }
a { background-color: rgb(161,4,77); }
div.DivClassName
{
background-color: #A1044D;
}
.BgClassName
{
background-color: #A1044D;
}
</style>
border-color css
<style>
span { border-color: #A1044D; }
span { border-color: rgb(161,4,77); }
td.TdClassName
{
border-color: #A1044D;
}
.TagClassName
{
border-color: #A1044D;
}
</style>