Shades of Jazzberry Jam #A50756
Tints of Jazzberry Jam #A50756
RGB
CMYK
RGB Variations
Color information
#A50756 (or 0xA50756) is known color: Jazzberry Jam. HEX triplet: A5, 07 and 56. RGB value is (165,7,86). Sum of RGB (Red+Green+Blue) = 165+7+86=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A50756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50756 is #5AF8A9. Grayscale: #3F3F3F. Windows color (decimal): -5961898 or 5638053. OLE color: 5638053.
HSL color Cylindrical-coordinate representation of color #A50756: hue angle of 330º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A50756 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 7 | 86 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.35 |
| HSL | 330º | 0.92% | 0.34% | - |
| HSV(B) | 330º | 0.96% | 0.65% | - |
| XYZ | 17.27 | 8.82 | 9.6 | - |
| YUV | 63.25 | 140.85 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 7 | 86 | 0 | 0.96 | 0.48 | 0.35 | 330 | 0.92 | 0.34 |
| Hex | A5 | 7 | 56 | 0 | 60 | 30 | 23 | 14A | 5C | 22 |
| Octal | 245 | 7 | 126 | 0 | 140 | 60 | 43 | 512 | 134 | 42 |
| Binary | 10100101 | 111 | 1010110 | 0 | 1100000 | 110000 | 100011 | 101001010 | 1011100 | 100010 |
Color Harmonies of #A50756
Complementary color
Monochromatic Colors of #A50756
Black with #A50756
Text Example
Text Example
White with #A50756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50756; }
p { color: rgb(165,7,86); }
H1.HeaderClassName
{
color: #A50756;
}
.AnyTagClassName
{
color: #A50756;
}
</style>
background-color css
<style>
a { background-color: #A50756; }
a { background-color: rgb(165,7,86); }
div.DivClassName
{
background-color: #A50756;
}
.BgClassName
{
background-color: #A50756;
}
</style>
border-color css
<style>
span { border-color: #A50756; }
span { border-color: rgb(165,7,86); }
td.TdClassName
{
border-color: #A50756;
}
.TagClassName
{
border-color: #A50756;
}
</style>