Shades of Jazzberry Jam #A50347
Tints of Jazzberry Jam #A50347
RGB
CMYK
RGB Variations
Color information
#A50347 (or 0xA50347) is known color: Jazzberry Jam. HEX triplet: A5, 03 and 47. RGB value is (165,3,71). Sum of RGB (Red+Green+Blue) = 165+3+71=239 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.04% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 165 - color contains mainly: red. Hex color #A50347 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50347 is #5AFCB8. Grayscale: #3B3B3B. Windows color (decimal): -5962937 or 4653989. OLE color: 4653989.
HSL color Cylindrical-coordinate representation of color #A50347: hue angle of 334.81º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A50347 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 3 | 71 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.35 |
| HSL | 334.81º | 0.96% | 0.33% | - |
| HSV(B) | 334.81º | 0.98% | 0.65% | - |
| XYZ | 16.69 | 8.52 | 6.73 | - |
| YUV | 59.19 | 134.67 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 3 | 71 | 0 | 0.98 | 0.57 | 0.35 | 334.81 | 0.96 | 0.33 |
| Hex | A5 | 3 | 47 | 0 | 62 | 39 | 23 | 14F | 60 | 21 |
| Octal | 245 | 3 | 107 | 0 | 142 | 71 | 43 | 517 | 140 | 41 |
| Binary | 10100101 | 11 | 1000111 | 0 | 1100010 | 111001 | 100011 | 101001111 | 1100000 | 100001 |
Color Harmonies of #A50347
Complementary color
Monochromatic Colors of #A50347
Black with #A50347
Text Example
Text Example
White with #A50347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50347; }
p { color: rgb(165,3,71); }
H1.HeaderClassName
{
color: #A50347;
}
.AnyTagClassName
{
color: #A50347;
}
</style>
background-color css
<style>
a { background-color: #A50347; }
a { background-color: rgb(165,3,71); }
div.DivClassName
{
background-color: #A50347;
}
.BgClassName
{
background-color: #A50347;
}
</style>
border-color css
<style>
span { border-color: #A50347; }
span { border-color: rgb(165,3,71); }
td.TdClassName
{
border-color: #A50347;
}
.TagClassName
{
border-color: #A50347;
}
</style>