Shades of Jazzberry Jam #AB1959
Tints of Jazzberry Jam #AB1959
RGB
CMYK
RGB Variations
Color information
#AB1959 (or 0xAB1959) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 59. RGB value is (171,25,89). Sum of RGB (Red+Green+Blue) = 171+25+89=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1959 is #54E6A6. Grayscale: #4B4B4B. Windows color (decimal): -5564071 or 5839275. OLE color: 5839275.
HSL color Cylindrical-coordinate representation of color #AB1959: hue angle of 333.7º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1959 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 89 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.33 |
| HSL | 333.7º | 0.74% | 0.38% | - |
| HSV(B) | 333.7º | 0.85% | 0.67% | - |
| XYZ | 18.95 | 10.07 | 10.4 | - |
| YUV | 75.95 | 135.37 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 89 | 0 | 0.85 | 0.48 | 0.33 | 333.7 | 0.74 | 0.38 |
| Hex | AB | 19 | 59 | 0 | 55 | 30 | 21 | 14E | 4A | 26 |
| Octal | 253 | 31 | 131 | 0 | 125 | 60 | 41 | 516 | 112 | 46 |
| Binary | 10101011 | 11001 | 1011001 | 0 | 1010101 | 110000 | 100001 | 101001110 | 1001010 | 100110 |
Color Harmonies of #AB1959
Complementary color
Monochromatic Colors of #AB1959
Black with #AB1959
Text Example
Text Example
White with #AB1959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1959; }
p { color: rgb(171,25,89); }
H1.HeaderClassName
{
color: #AB1959;
}
.AnyTagClassName
{
color: #AB1959;
}
</style>
background-color css
<style>
a { background-color: #AB1959; }
a { background-color: rgb(171,25,89); }
div.DivClassName
{
background-color: #AB1959;
}
.BgClassName
{
background-color: #AB1959;
}
</style>
border-color css
<style>
span { border-color: #AB1959; }
span { border-color: rgb(171,25,89); }
td.TdClassName
{
border-color: #AB1959;
}
.TagClassName
{
border-color: #AB1959;
}
</style>