Shades of Jazzberry Jam #A1054C
Tints of Jazzberry Jam #A1054C
RGB
CMYK
RGB Variations
Color information
#A1054C (or 0xA1054C) is known color: Jazzberry Jam. HEX triplet: A1, 05 and 4C. RGB value is (161,5,76). Sum of RGB (Red+Green+Blue) = 161+5+76=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A1054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1054C is #5EFAB3. Grayscale: #3B3B3B. Windows color (decimal): -6224564 or 4982177. OLE color: 4982177.
HSL color Cylindrical-coordinate representation of color #A1054C: hue angle of 332.69º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1054C is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 5 | 76 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.37 |
| HSL | 332.69º | 0.94% | 0.33% | - |
| HSV(B) | 332.69º | 0.97% | 0.63% | - |
| XYZ | 16.06 | 8.21 | 7.58 | - |
| YUV | 59.74 | 137.18 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 76 | 0 | 0.97 | 0.53 | 0.37 | 332.69 | 0.94 | 0.33 |
| Hex | A1 | 5 | 4C | 0 | 61 | 35 | 25 | 14D | 5E | 21 |
| Octal | 241 | 5 | 114 | 0 | 141 | 65 | 45 | 515 | 136 | 41 |
| Binary | 10100001 | 101 | 1001100 | 0 | 1100001 | 110101 | 100101 | 101001101 | 1011110 | 100001 |
Color Harmonies of #A1054C
Complementary color
Monochromatic Colors of #A1054C
Black with #A1054C
Text Example
Text Example
White with #A1054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1054C; }
p { color: rgb(161,5,76); }
H1.HeaderClassName
{
color: #A1054C;
}
.AnyTagClassName
{
color: #A1054C;
}
</style>
background-color css
<style>
a { background-color: #A1054C; }
a { background-color: rgb(161,5,76); }
div.DivClassName
{
background-color: #A1054C;
}
.BgClassName
{
background-color: #A1054C;
}
</style>
border-color css
<style>
span { border-color: #A1054C; }
span { border-color: rgb(161,5,76); }
td.TdClassName
{
border-color: #A1054C;
}
.TagClassName
{
border-color: #A1054C;
}
</style>