Shades of Jazzberry Jam #AB0559
Tints of Jazzberry Jam #AB0559
RGB
CMYK
RGB Variations
Color information
#AB0559 (or 0xAB0559) is known color: Jazzberry Jam. HEX triplet: AB, 05 and 59. RGB value is (171,5,89). Sum of RGB (Red+Green+Blue) = 171+5+89=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0559 is #54FAA6. Grayscale: #404040. Windows color (decimal): -5569191 or 5834155. OLE color: 5834155.
HSL color Cylindrical-coordinate representation of color #AB0559: hue angle of 329.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB0559 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 89 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.33 |
| HSL | 329.64º | 0.94% | 0.35% | - |
| HSV(B) | 329.64º | 0.97% | 0.67% | - |
| XYZ | 18.65 | 9.49 | 10.3 | - |
| YUV | 64.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 89 | 0 | 0.97 | 0.48 | 0.33 | 329.64 | 0.94 | 0.35 |
| Hex | AB | 5 | 59 | 0 | 61 | 30 | 21 | 14A | 5E | 23 |
| Octal | 253 | 5 | 131 | 0 | 141 | 60 | 41 | 512 | 136 | 43 |
| Binary | 10101011 | 101 | 1011001 | 0 | 1100001 | 110000 | 100001 | 101001010 | 1011110 | 100011 |
Color Harmonies of #AB0559
Complementary color
Monochromatic Colors of #AB0559
Black with #AB0559
Text Example
Text Example
White with #AB0559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0559; }
p { color: rgb(171,5,89); }
H1.HeaderClassName
{
color: #AB0559;
}
.AnyTagClassName
{
color: #AB0559;
}
</style>
background-color css
<style>
a { background-color: #AB0559; }
a { background-color: rgb(171,5,89); }
div.DivClassName
{
background-color: #AB0559;
}
.BgClassName
{
background-color: #AB0559;
}
</style>
border-color css
<style>
span { border-color: #AB0559; }
span { border-color: rgb(171,5,89); }
td.TdClassName
{
border-color: #AB0559;
}
.TagClassName
{
border-color: #AB0559;
}
</style>