Shades of Jazzberry Jam #A50D4E
Tints of Jazzberry Jam #A50D4E
RGB
CMYK
RGB Variations
Color information
#A50D4E (or 0xA50D4E) is known color: Jazzberry Jam. HEX triplet: A5, 0D and 4E. RGB value is (165,13,78). Sum of RGB (Red+Green+Blue) = 165+13+78=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50D4E is #5AF2B1. Grayscale: #414141. Windows color (decimal): -5960370 or 5115301. OLE color: 5115301.
HSL color Cylindrical-coordinate representation of color #A50D4E: hue angle of 334.34º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50D4E is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 13 | 78 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.35 |
| HSL | 334.34º | 0.85% | 0.35% | - |
| HSV(B) | 334.34º | 0.92% | 0.65% | - |
| XYZ | 17.04 | 8.84 | 8.02 | - |
| YUV | 65.86 | 134.86 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 78 | 0 | 0.92 | 0.53 | 0.35 | 334.34 | 0.85 | 0.35 |
| Hex | A5 | D | 4E | 0 | 5C | 35 | 23 | 14E | 55 | 23 |
| Octal | 245 | 15 | 116 | 0 | 134 | 65 | 43 | 516 | 125 | 43 |
| Binary | 10100101 | 1101 | 1001110 | 0 | 1011100 | 110101 | 100011 | 101001110 | 1010101 | 100011 |
Color Harmonies of #A50D4E
Complementary color
Monochromatic Colors of #A50D4E
Black with #A50D4E
Text Example
Text Example
White with #A50D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50D4E; }
p { color: rgb(165,13,78); }
H1.HeaderClassName
{
color: #A50D4E;
}
.AnyTagClassName
{
color: #A50D4E;
}
</style>
background-color css
<style>
a { background-color: #A50D4E; }
a { background-color: rgb(165,13,78); }
div.DivClassName
{
background-color: #A50D4E;
}
.BgClassName
{
background-color: #A50D4E;
}
</style>
border-color css
<style>
span { border-color: #A50D4E; }
span { border-color: rgb(165,13,78); }
td.TdClassName
{
border-color: #A50D4E;
}
.TagClassName
{
border-color: #A50D4E;
}
</style>