Shades of Jazzberry Jam #AB1160
Tints of Jazzberry Jam #AB1160
RGB
CMYK
RGB Variations
Color information
#AB1160 (or 0xAB1160) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 60. RGB value is (171,17,96). Sum of RGB (Red+Green+Blue) = 171+17+96=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1160 is #54EE9F. Grayscale: #474747. Windows color (decimal): -5566112 or 6295979. OLE color: 6295979.
HSL color Cylindrical-coordinate representation of color #AB1160: hue angle of 329.22º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1160 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 96 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.33 |
| HSL | 329.22º | 0.82% | 0.37% | - |
| HSV(B) | 329.22º | 0.9% | 0.67% | - |
| XYZ | 19.11 | 9.9 | 11.97 | - |
| YUV | 72.05 | 141.52 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 96 | 0 | 0.90 | 0.44 | 0.33 | 329.22 | 0.82 | 0.37 |
| Hex | AB | 11 | 60 | 0 | 5A | 2C | 21 | 149 | 52 | 25 |
| Octal | 253 | 21 | 140 | 0 | 132 | 54 | 41 | 511 | 122 | 45 |
| Binary | 10101011 | 10001 | 1100000 | 0 | 1011010 | 101100 | 100001 | 101001001 | 1010010 | 100101 |
Color Harmonies of #AB1160
Complementary color
Monochromatic Colors of #AB1160
Black with #AB1160
Text Example
Text Example
White with #AB1160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1160; }
p { color: rgb(171,17,96); }
H1.HeaderClassName
{
color: #AB1160;
}
.AnyTagClassName
{
color: #AB1160;
}
</style>
background-color css
<style>
a { background-color: #AB1160; }
a { background-color: rgb(171,17,96); }
div.DivClassName
{
background-color: #AB1160;
}
.BgClassName
{
background-color: #AB1160;
}
</style>
border-color css
<style>
span { border-color: #AB1160; }
span { border-color: rgb(171,17,96); }
td.TdClassName
{
border-color: #AB1160;
}
.TagClassName
{
border-color: #AB1160;
}
</style>