Shades of Jazzberry Jam #A01159
Tints of Jazzberry Jam #A01159
RGB
CMYK
RGB Variations
Color information
#A01159 (or 0xA01159) is known color: Jazzberry Jam. HEX triplet: A0, 11 and 59. RGB value is (160,17,89). Sum of RGB (Red+Green+Blue) = 160+17+89=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A01159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01159 is #5FEEA6. Grayscale: #434343. Windows color (decimal): -6287015 or 5837216. OLE color: 5837216.
HSL color Cylindrical-coordinate representation of color #A01159: hue angle of 329.79º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01159 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 17 | 89 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.37 |
| HSL | 329.79º | 0.81% | 0.35% | - |
| HSV(B) | 329.79º | 0.89% | 0.63% | - |
| XYZ | 16.5 | 8.6 | 10.24 | - |
| YUV | 67.97 | 139.88 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 17 | 89 | 0 | 0.89 | 0.44 | 0.37 | 329.79 | 0.81 | 0.35 |
| Hex | A0 | 11 | 59 | 0 | 59 | 2C | 25 | 14A | 51 | 23 |
| Octal | 240 | 21 | 131 | 0 | 131 | 54 | 45 | 512 | 121 | 43 |
| Binary | 10100000 | 10001 | 1011001 | 0 | 1011001 | 101100 | 100101 | 101001010 | 1010001 | 100011 |
Color Harmonies of #A01159
Complementary color
Monochromatic Colors of #A01159
Black with #A01159
Text Example
Text Example
White with #A01159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01159; }
p { color: rgb(160,17,89); }
H1.HeaderClassName
{
color: #A01159;
}
.AnyTagClassName
{
color: #A01159;
}
</style>
background-color css
<style>
a { background-color: #A01159; }
a { background-color: rgb(160,17,89); }
div.DivClassName
{
background-color: #A01159;
}
.BgClassName
{
background-color: #A01159;
}
</style>
border-color css
<style>
span { border-color: #A01159; }
span { border-color: rgb(160,17,89); }
td.TdClassName
{
border-color: #A01159;
}
.TagClassName
{
border-color: #A01159;
}
</style>