Shades of Jazzberry Jam #A1104C
Tints of Jazzberry Jam #A1104C
RGB
CMYK
RGB Variations
Color information
#A1104C (or 0xA1104C) is known color: Jazzberry Jam. HEX triplet: A1, 10 and 4C. RGB value is (161,16,76). Sum of RGB (Red+Green+Blue) = 161+16+76=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A1104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1104C is #5EEFB3. Grayscale: #424242. Windows color (decimal): -6221748 or 4984993. OLE color: 4984993.
HSL color Cylindrical-coordinate representation of color #A1104C: hue angle of 335.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1104C is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 76 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.37 |
| HSL | 335.17º | 0.82% | 0.35% | - |
| HSV(B) | 335.17º | 0.9% | 0.63% | - |
| XYZ | 16.19 | 8.47 | 7.62 | - |
| YUV | 66.2 | 133.54 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 76 | 0 | 0.90 | 0.53 | 0.37 | 335.17 | 0.82 | 0.35 |
| Hex | A1 | 10 | 4C | 0 | 5A | 35 | 25 | 14F | 52 | 23 |
| Octal | 241 | 20 | 114 | 0 | 132 | 65 | 45 | 517 | 122 | 43 |
| Binary | 10100001 | 10000 | 1001100 | 0 | 1011010 | 110101 | 100101 | 101001111 | 1010010 | 100011 |
Color Harmonies of #A1104C
Complementary color
Monochromatic Colors of #A1104C
Black with #A1104C
Text Example
Text Example
White with #A1104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1104C; }
p { color: rgb(161,16,76); }
H1.HeaderClassName
{
color: #A1104C;
}
.AnyTagClassName
{
color: #A1104C;
}
</style>
background-color css
<style>
a { background-color: #A1104C; }
a { background-color: rgb(161,16,76); }
div.DivClassName
{
background-color: #A1104C;
}
.BgClassName
{
background-color: #A1104C;
}
</style>
border-color css
<style>
span { border-color: #A1104C; }
span { border-color: rgb(161,16,76); }
td.TdClassName
{
border-color: #A1104C;
}
.TagClassName
{
border-color: #A1104C;
}
</style>