Shades of Jazzberry Jam #A60B56
Tints of Jazzberry Jam #A60B56
RGB
CMYK
RGB Variations
Color information
#A60B56 (or 0xA60B56) is known color: Jazzberry Jam. HEX triplet: A6, 0B and 56. RGB value is (166,11,86). Sum of RGB (Red+Green+Blue) = 166+11+86=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60B56 is #59F4A9. Grayscale: #414141. Windows color (decimal): -5895338 or 5639078. OLE color: 5639078.
HSL color Cylindrical-coordinate representation of color #A60B56: hue angle of 330.97º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60B56 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 11 | 86 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.35 |
| HSL | 330.97º | 0.88% | 0.35% | - |
| HSV(B) | 330.97º | 0.93% | 0.65% | - |
| XYZ | 17.53 | 9.02 | 9.62 | - |
| YUV | 65.9 | 139.35 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 86 | 0 | 0.93 | 0.48 | 0.35 | 330.97 | 0.88 | 0.35 |
| Hex | A6 | B | 56 | 0 | 5D | 30 | 23 | 14B | 58 | 23 |
| Octal | 246 | 13 | 126 | 0 | 135 | 60 | 43 | 513 | 130 | 43 |
| Binary | 10100110 | 1011 | 1010110 | 0 | 1011101 | 110000 | 100011 | 101001011 | 1011000 | 100011 |
Color Harmonies of #A60B56
Complementary color
Monochromatic Colors of #A60B56
Black with #A60B56
Text Example
Text Example
White with #A60B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60B56; }
p { color: rgb(166,11,86); }
H1.HeaderClassName
{
color: #A60B56;
}
.AnyTagClassName
{
color: #A60B56;
}
</style>
background-color css
<style>
a { background-color: #A60B56; }
a { background-color: rgb(166,11,86); }
div.DivClassName
{
background-color: #A60B56;
}
.BgClassName
{
background-color: #A60B56;
}
</style>
border-color css
<style>
span { border-color: #A60B56; }
span { border-color: rgb(166,11,86); }
td.TdClassName
{
border-color: #A60B56;
}
.TagClassName
{
border-color: #A60B56;
}
</style>