Shades of Jazzberry Jam #A50555
Tints of Jazzberry Jam #A50555
RGB
CMYK
RGB Variations
Color information
#A50555 (or 0xA50555) is known color: Jazzberry Jam. HEX triplet: A5, 05 and 55. RGB value is (165,5,85). Sum of RGB (Red+Green+Blue) = 165+5+85=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A50555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50555 is #5AFAAA. Grayscale: #3D3D3D. Windows color (decimal): -5962411 or 5572005. OLE color: 5572005.
HSL color Cylindrical-coordinate representation of color #A50555: hue angle of 330º 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 #A50555 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 5 | 85 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.35 |
| HSL | 330º | 0.94% | 0.33% | - |
| HSV(B) | 330º | 0.97% | 0.65% | - |
| XYZ | 17.21 | 8.76 | 9.38 | - |
| YUV | 61.96 | 141.01 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 85 | 0 | 0.97 | 0.48 | 0.35 | 330 | 0.94 | 0.33 |
| Hex | A5 | 5 | 55 | 0 | 61 | 30 | 23 | 14A | 5E | 21 |
| Octal | 245 | 5 | 125 | 0 | 141 | 60 | 43 | 512 | 136 | 41 |
| Binary | 10100101 | 101 | 1010101 | 0 | 1100001 | 110000 | 100011 | 101001010 | 1011110 | 100001 |
Color Harmonies of #A50555
Complementary color
Monochromatic Colors of #A50555
Black with #A50555
Text Example
Text Example
White with #A50555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50555; }
p { color: rgb(165,5,85); }
H1.HeaderClassName
{
color: #A50555;
}
.AnyTagClassName
{
color: #A50555;
}
</style>
background-color css
<style>
a { background-color: #A50555; }
a { background-color: rgb(165,5,85); }
div.DivClassName
{
background-color: #A50555;
}
.BgClassName
{
background-color: #A50555;
}
</style>
border-color css
<style>
span { border-color: #A50555; }
span { border-color: rgb(165,5,85); }
td.TdClassName
{
border-color: #A50555;
}
.TagClassName
{
border-color: #A50555;
}
</style>