Shades of Jazzberry Jam #A60557
Tints of Jazzberry Jam #A60557
RGB
CMYK
RGB Variations
Color information
#A60557 (or 0xA60557) is known color: Jazzberry Jam. HEX triplet: A6, 05 and 57. RGB value is (166,5,87). Sum of RGB (Red+Green+Blue) = 166+5+87=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A60557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60557 is #59FAA8. Grayscale: #3E3E3E. Windows color (decimal): -5896873 or 5703078. OLE color: 5703078.
HSL color Cylindrical-coordinate representation of color #A60557: hue angle of 329.44º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A60557 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 5 | 87 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.35 |
| HSL | 329.44º | 0.94% | 0.34% | - |
| HSV(B) | 329.44º | 0.97% | 0.65% | - |
| XYZ | 17.5 | 8.9 | 9.81 | - |
| YUV | 62.49 | 141.84 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 5 | 87 | 0 | 0.97 | 0.48 | 0.35 | 329.44 | 0.94 | 0.34 |
| Hex | A6 | 5 | 57 | 0 | 61 | 30 | 23 | 149 | 5E | 22 |
| Octal | 246 | 5 | 127 | 0 | 141 | 60 | 43 | 511 | 136 | 42 |
| Binary | 10100110 | 101 | 1010111 | 0 | 1100001 | 110000 | 100011 | 101001001 | 1011110 | 100010 |
Color Harmonies of #A60557
Complementary color
Monochromatic Colors of #A60557
Black with #A60557
Text Example
Text Example
White with #A60557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60557; }
p { color: rgb(166,5,87); }
H1.HeaderClassName
{
color: #A60557;
}
.AnyTagClassName
{
color: #A60557;
}
</style>
background-color css
<style>
a { background-color: #A60557; }
a { background-color: rgb(166,5,87); }
div.DivClassName
{
background-color: #A60557;
}
.BgClassName
{
background-color: #A60557;
}
</style>
border-color css
<style>
span { border-color: #A60557; }
span { border-color: rgb(166,5,87); }
td.TdClassName
{
border-color: #A60557;
}
.TagClassName
{
border-color: #A60557;
}
</style>