Shades of Jazzberry Jam #AB0546
Tints of Jazzberry Jam #AB0546
RGB
CMYK
RGB Variations
Color information
#AB0546 (or 0xAB0546) is known color: Jazzberry Jam. HEX triplet: AB, 05 and 46. RGB value is (171,5,70). Sum of RGB (Red+Green+Blue) = 171+5+70=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0546 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0546 is #54FAB9. Grayscale: #3D3D3D. Windows color (decimal): -5569210 or 4588971. OLE color: 4588971.
HSL color Cylindrical-coordinate representation of color #AB0546: hue angle of 336.51º 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 #AB0546 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 70 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.33 |
| HSL | 336.51º | 0.94% | 0.35% | - |
| HSV(B) | 336.51º | 0.97% | 0.67% | - |
| XYZ | 17.95 | 9.21 | 6.63 | - |
| YUV | 62.04 | 132.5 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 70 | 0 | 0.97 | 0.59 | 0.33 | 336.51 | 0.94 | 0.35 |
| Hex | AB | 5 | 46 | 0 | 61 | 3B | 21 | 151 | 5E | 23 |
| Octal | 253 | 5 | 106 | 0 | 141 | 73 | 41 | 521 | 136 | 43 |
| Binary | 10101011 | 101 | 1000110 | 0 | 1100001 | 111011 | 100001 | 101010001 | 1011110 | 100011 |
Color Harmonies of #AB0546
Complementary color
Monochromatic Colors of #AB0546
Black with #AB0546
Text Example
Text Example
White with #AB0546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0546; }
p { color: rgb(171,5,70); }
H1.HeaderClassName
{
color: #AB0546;
}
.AnyTagClassName
{
color: #AB0546;
}
</style>
background-color css
<style>
a { background-color: #AB0546; }
a { background-color: rgb(171,5,70); }
div.DivClassName
{
background-color: #AB0546;
}
.BgClassName
{
background-color: #AB0546;
}
</style>
border-color css
<style>
span { border-color: #AB0546; }
span { border-color: rgb(171,5,70); }
td.TdClassName
{
border-color: #AB0546;
}
.TagClassName
{
border-color: #AB0546;
}
</style>