Shades of Jazzberry Jam #AB0756
Tints of Jazzberry Jam #AB0756
RGB
CMYK
RGB Variations
Color information
#AB0756 (or 0xAB0756) is known color: Jazzberry Jam. HEX triplet: AB, 07 and 56. RGB value is (171,7,86). Sum of RGB (Red+Green+Blue) = 171+7+86=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0756 is #54F8A9. Grayscale: #404040. Windows color (decimal): -5568682 or 5638059. OLE color: 5638059.
HSL color Cylindrical-coordinate representation of color #AB0756: hue angle of 331.1º 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 #AB0756 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 86 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.33 |
| HSL | 331.1º | 0.92% | 0.35% | - |
| HSV(B) | 331.1º | 0.96% | 0.67% | - |
| XYZ | 18.55 | 9.48 | 9.66 | - |
| YUV | 65.04 | 139.83 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 86 | 0 | 0.96 | 0.50 | 0.33 | 331.1 | 0.92 | 0.35 |
| Hex | AB | 7 | 56 | 0 | 60 | 32 | 21 | 14B | 5C | 23 |
| Octal | 253 | 7 | 126 | 0 | 140 | 62 | 41 | 513 | 134 | 43 |
| Binary | 10101011 | 111 | 1010110 | 0 | 1100000 | 110010 | 100001 | 101001011 | 1011100 | 100011 |
Color Harmonies of #AB0756
Complementary color
Monochromatic Colors of #AB0756
Black with #AB0756
Text Example
Text Example
White with #AB0756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0756; }
p { color: rgb(171,7,86); }
H1.HeaderClassName
{
color: #AB0756;
}
.AnyTagClassName
{
color: #AB0756;
}
</style>
background-color css
<style>
a { background-color: #AB0756; }
a { background-color: rgb(171,7,86); }
div.DivClassName
{
background-color: #AB0756;
}
.BgClassName
{
background-color: #AB0756;
}
</style>
border-color css
<style>
span { border-color: #AB0756; }
span { border-color: rgb(171,7,86); }
td.TdClassName
{
border-color: #AB0756;
}
.TagClassName
{
border-color: #AB0756;
}
</style>