Shades of Jazzberry Jam #AB1559
Tints of Jazzberry Jam #AB1559
RGB
CMYK
RGB Variations
Color information
#AB1559 (or 0xAB1559) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 59. RGB value is (171,21,89). Sum of RGB (Red+Green+Blue) = 171+21+89=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1559 is #54EAA6. Grayscale: #494949. Windows color (decimal): -5565095 or 5838251. OLE color: 5838251.
HSL color Cylindrical-coordinate representation of color #AB1559: hue angle of 332.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1559 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 89 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.33 |
| HSL | 332.8º | 0.78% | 0.38% | - |
| HSV(B) | 332.8º | 0.88% | 0.67% | - |
| XYZ | 18.87 | 9.92 | 10.37 | - |
| YUV | 73.6 | 136.7 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 89 | 0 | 0.88 | 0.48 | 0.33 | 332.8 | 0.78 | 0.38 |
| Hex | AB | 15 | 59 | 0 | 58 | 30 | 21 | 14D | 4E | 26 |
| Octal | 253 | 25 | 131 | 0 | 130 | 60 | 41 | 515 | 116 | 46 |
| Binary | 10101011 | 10101 | 1011001 | 0 | 1011000 | 110000 | 100001 | 101001101 | 1001110 | 100110 |
Color Harmonies of #AB1559
Complementary color
Monochromatic Colors of #AB1559
Black with #AB1559
Text Example
Text Example
White with #AB1559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1559; }
p { color: rgb(171,21,89); }
H1.HeaderClassName
{
color: #AB1559;
}
.AnyTagClassName
{
color: #AB1559;
}
</style>
background-color css
<style>
a { background-color: #AB1559; }
a { background-color: rgb(171,21,89); }
div.DivClassName
{
background-color: #AB1559;
}
.BgClassName
{
background-color: #AB1559;
}
</style>
border-color css
<style>
span { border-color: #AB1559; }
span { border-color: rgb(171,21,89); }
td.TdClassName
{
border-color: #AB1559;
}
.TagClassName
{
border-color: #AB1559;
}
</style>