Shades of Jazzberry Jam #A10544
Tints of Jazzberry Jam #A10544
RGB
CMYK
RGB Variations
Color information
#A10544 (or 0xA10544) is known color: Jazzberry Jam. HEX triplet: A1, 05 and 44. RGB value is (161,5,68). Sum of RGB (Red+Green+Blue) = 161+5+68=234 (30% of max value = 765). Red value is 161 (63.28% from 255 or 68.80% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 161 - color contains mainly: red. Hex color #A10544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10544 is #5EFABB. Grayscale: #3A3A3A. Windows color (decimal): -6224572 or 4457889. OLE color: 4457889.
HSL color Cylindrical-coordinate representation of color #A10544: hue angle of 335.77º 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 #A10544 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 5 | 68 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.37 |
| HSL | 335.77º | 0.94% | 0.33% | - |
| HSV(B) | 335.77º | 0.97% | 0.63% | - |
| XYZ | 15.8 | 8.1 | 6.2 | - |
| YUV | 58.83 | 133.18 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 68 | 0 | 0.97 | 0.58 | 0.37 | 335.77 | 0.94 | 0.33 |
| Hex | A1 | 5 | 44 | 0 | 61 | 3A | 25 | 150 | 5E | 21 |
| Octal | 241 | 5 | 104 | 0 | 141 | 72 | 45 | 520 | 136 | 41 |
| Binary | 10100001 | 101 | 1000100 | 0 | 1100001 | 111010 | 100101 | 101010000 | 1011110 | 100001 |
Color Harmonies of #A10544
Complementary color
Monochromatic Colors of #A10544
Black with #A10544
Text Example
Text Example
White with #A10544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10544; }
p { color: rgb(161,5,68); }
H1.HeaderClassName
{
color: #A10544;
}
.AnyTagClassName
{
color: #A10544;
}
</style>
background-color css
<style>
a { background-color: #A10544; }
a { background-color: rgb(161,5,68); }
div.DivClassName
{
background-color: #A10544;
}
.BgClassName
{
background-color: #A10544;
}
</style>
border-color css
<style>
span { border-color: #A10544; }
span { border-color: rgb(161,5,68); }
td.TdClassName
{
border-color: #A10544;
}
.TagClassName
{
border-color: #A10544;
}
</style>