Shades of Jazzberry Jam #A50564
Tints of Jazzberry Jam #A50564
RGB
CMYK
RGB Variations
Color information
#A50564 (or 0xA50564) is known color: Jazzberry Jam. HEX triplet: A5, 05 and 64. RGB value is (165,5,100). Sum of RGB (Red+Green+Blue) = 165+5+100=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A50564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50564 is #5AFA9B. Grayscale: #3F3F3F. Windows color (decimal): -5962396 or 6555045. OLE color: 6555045.
HSL color Cylindrical-coordinate representation of color #A50564: hue angle of 324.38º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A50564 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 5 | 100 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.35 |
| HSL | 324.38º | 0.94% | 0.33% | - |
| HSV(B) | 324.38º | 0.97% | 0.65% | - |
| XYZ | 17.87 | 9.03 | 12.86 | - |
| YUV | 63.67 | 148.51 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 100 | 0 | 0.97 | 0.39 | 0.35 | 324.38 | 0.94 | 0.33 |
| Hex | A5 | 5 | 64 | 0 | 61 | 27 | 23 | 144 | 5E | 21 |
| Octal | 245 | 5 | 144 | 0 | 141 | 47 | 43 | 504 | 136 | 41 |
| Binary | 10100101 | 101 | 1100100 | 0 | 1100001 | 100111 | 100011 | 101000100 | 1011110 | 100001 |
Color Harmonies of #A50564
Complementary color
Monochromatic Colors of #A50564
Black with #A50564
Text Example
Text Example
White with #A50564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50564; }
p { color: rgb(165,5,100); }
H1.HeaderClassName
{
color: #A50564;
}
.AnyTagClassName
{
color: #A50564;
}
</style>
background-color css
<style>
a { background-color: #A50564; }
a { background-color: rgb(165,5,100); }
div.DivClassName
{
background-color: #A50564;
}
.BgClassName
{
background-color: #A50564;
}
</style>
border-color css
<style>
span { border-color: #A50564; }
span { border-color: rgb(165,5,100); }
td.TdClassName
{
border-color: #A50564;
}
.TagClassName
{
border-color: #A50564;
}
</style>