Shades of Jazzberry Jam #A50A5B
Tints of Jazzberry Jam #A50A5B
RGB
CMYK
RGB Variations
Color information
#A50A5B (or 0xA50A5B) is known color: Jazzberry Jam. HEX triplet: A5, 0A and 5B. RGB value is (165,10,91). Sum of RGB (Red+Green+Blue) = 165+10+91=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50A5B is #5AF5A4. Grayscale: #414141. Windows color (decimal): -5961125 or 5966501. OLE color: 5966501.
HSL color Cylindrical-coordinate representation of color #A50A5B: hue angle of 328.65º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50A5B is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 10 | 91 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.35 |
| HSL | 328.65º | 0.89% | 0.34% | - |
| HSV(B) | 328.65º | 0.94% | 0.65% | - |
| XYZ | 17.51 | 8.97 | 10.71 | - |
| YUV | 65.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 91 | 0 | 0.94 | 0.45 | 0.35 | 328.65 | 0.89 | 0.34 |
| Hex | A5 | A | 5B | 0 | 5E | 2D | 23 | 149 | 59 | 22 |
| Octal | 245 | 12 | 133 | 0 | 136 | 55 | 43 | 511 | 131 | 42 |
| Binary | 10100101 | 1010 | 1011011 | 0 | 1011110 | 101101 | 100011 | 101001001 | 1011001 | 100010 |
Color Harmonies of #A50A5B
Complementary color
Monochromatic Colors of #A50A5B
Black with #A50A5B
Text Example
Text Example
White with #A50A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50A5B; }
p { color: rgb(165,10,91); }
H1.HeaderClassName
{
color: #A50A5B;
}
.AnyTagClassName
{
color: #A50A5B;
}
</style>
background-color css
<style>
a { background-color: #A50A5B; }
a { background-color: rgb(165,10,91); }
div.DivClassName
{
background-color: #A50A5B;
}
.BgClassName
{
background-color: #A50A5B;
}
</style>
border-color css
<style>
span { border-color: #A50A5B; }
span { border-color: rgb(165,10,91); }
td.TdClassName
{
border-color: #A50A5B;
}
.TagClassName
{
border-color: #A50A5B;
}
</style>