Shades of Jazzberry Jam #A01656
Tints of Jazzberry Jam #A01656
RGB
CMYK
RGB Variations
Color information
#A01656 (or 0xA01656) is known color: Jazzberry Jam. HEX triplet: A0, 16 and 56. RGB value is (160,22,86). Sum of RGB (Red+Green+Blue) = 160+22+86=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A01656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01656 is #5FE9A9. Grayscale: #464646. Windows color (decimal): -6285738 or 5641888. OLE color: 5641888.
HSL color Cylindrical-coordinate representation of color #A01656: hue angle of 332.17º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01656 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 22 | 86 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.37 |
| HSL | 332.17º | 0.76% | 0.36% | - |
| HSV(B) | 332.17º | 0.86% | 0.63% | - |
| XYZ | 16.46 | 8.72 | 9.62 | - |
| YUV | 70.56 | 136.72 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 86 | 0 | 0.86 | 0.46 | 0.37 | 332.17 | 0.76 | 0.36 |
| Hex | A0 | 16 | 56 | 0 | 56 | 2E | 25 | 14C | 4C | 24 |
| Octal | 240 | 26 | 126 | 0 | 126 | 56 | 45 | 514 | 114 | 44 |
| Binary | 10100000 | 10110 | 1010110 | 0 | 1010110 | 101110 | 100101 | 101001100 | 1001100 | 100100 |
Color Harmonies of #A01656
Complementary color
Monochromatic Colors of #A01656
Black with #A01656
Text Example
Text Example
White with #A01656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01656; }
p { color: rgb(160,22,86); }
H1.HeaderClassName
{
color: #A01656;
}
.AnyTagClassName
{
color: #A01656;
}
</style>
background-color css
<style>
a { background-color: #A01656; }
a { background-color: rgb(160,22,86); }
div.DivClassName
{
background-color: #A01656;
}
.BgClassName
{
background-color: #A01656;
}
</style>
border-color css
<style>
span { border-color: #A01656; }
span { border-color: rgb(160,22,86); }
td.TdClassName
{
border-color: #A01656;
}
.TagClassName
{
border-color: #A01656;
}
</style>