Shades of Jazzberry Jam #AB0746
Tints of Jazzberry Jam #AB0746
RGB
CMYK
RGB Variations
Color information
#AB0746 (or 0xAB0746) is known color: Jazzberry Jam. HEX triplet: AB, 07 and 46. RGB value is (171,7,70). Sum of RGB (Red+Green+Blue) = 171+7+70=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0746 is #54F8B9. Grayscale: #3F3F3F. Windows color (decimal): -5568698 or 4589483. OLE color: 4589483.
HSL color Cylindrical-coordinate representation of color #AB0746: hue angle of 336.95º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0746 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 70 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.33 |
| HSL | 336.95º | 0.92% | 0.35% | - |
| HSV(B) | 336.95º | 0.96% | 0.67% | - |
| XYZ | 17.98 | 9.25 | 6.63 | - |
| YUV | 63.22 | 131.83 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 70 | 0 | 0.96 | 0.59 | 0.33 | 336.95 | 0.92 | 0.35 |
| Hex | AB | 7 | 46 | 0 | 60 | 3B | 21 | 151 | 5C | 23 |
| Octal | 253 | 7 | 106 | 0 | 140 | 73 | 41 | 521 | 134 | 43 |
| Binary | 10101011 | 111 | 1000110 | 0 | 1100000 | 111011 | 100001 | 101010001 | 1011100 | 100011 |
Color Harmonies of #AB0746
Complementary color
Monochromatic Colors of #AB0746
Black with #AB0746
Text Example
Text Example
White with #AB0746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0746; }
p { color: rgb(171,7,70); }
H1.HeaderClassName
{
color: #AB0746;
}
.AnyTagClassName
{
color: #AB0746;
}
</style>
background-color css
<style>
a { background-color: #AB0746; }
a { background-color: rgb(171,7,70); }
div.DivClassName
{
background-color: #AB0746;
}
.BgClassName
{
background-color: #AB0746;
}
</style>
border-color css
<style>
span { border-color: #AB0746; }
span { border-color: rgb(171,7,70); }
td.TdClassName
{
border-color: #AB0746;
}
.TagClassName
{
border-color: #AB0746;
}
</style>