Shades of Jazzberry Jam #AB0557
Tints of Jazzberry Jam #AB0557
RGB
CMYK
RGB Variations
Color information
#AB0557 (or 0xAB0557) is known color: Jazzberry Jam. HEX triplet: AB, 05 and 57. RGB value is (171,5,87). Sum of RGB (Red+Green+Blue) = 171+5+87=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0557 is #54FAA8. Grayscale: #3F3F3F. Windows color (decimal): -5569193 or 5703083. OLE color: 5703083.
HSL color Cylindrical-coordinate representation of color #AB0557: hue angle of 330.36º 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 #AB0557 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 87 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.33 |
| HSL | 330.36º | 0.94% | 0.35% | - |
| HSV(B) | 330.36º | 0.97% | 0.67% | - |
| XYZ | 18.57 | 9.45 | 9.86 | - |
| YUV | 63.98 | 141 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 87 | 0 | 0.97 | 0.49 | 0.33 | 330.36 | 0.94 | 0.35 |
| Hex | AB | 5 | 57 | 0 | 61 | 31 | 21 | 14A | 5E | 23 |
| Octal | 253 | 5 | 127 | 0 | 141 | 61 | 41 | 512 | 136 | 43 |
| Binary | 10101011 | 101 | 1010111 | 0 | 1100001 | 110001 | 100001 | 101001010 | 1011110 | 100011 |
Color Harmonies of #AB0557
Complementary color
Monochromatic Colors of #AB0557
Black with #AB0557
Text Example
Text Example
White with #AB0557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0557; }
p { color: rgb(171,5,87); }
H1.HeaderClassName
{
color: #AB0557;
}
.AnyTagClassName
{
color: #AB0557;
}
</style>
background-color css
<style>
a { background-color: #AB0557; }
a { background-color: rgb(171,5,87); }
div.DivClassName
{
background-color: #AB0557;
}
.BgClassName
{
background-color: #AB0557;
}
</style>
border-color css
<style>
span { border-color: #AB0557; }
span { border-color: rgb(171,5,87); }
td.TdClassName
{
border-color: #AB0557;
}
.TagClassName
{
border-color: #AB0557;
}
</style>