Shades of Jazzberry Jam #AB0551
Tints of Jazzberry Jam #AB0551
RGB
CMYK
RGB Variations
Color information
#AB0551 (or 0xAB0551) is known color: Jazzberry Jam. HEX triplet: AB, 05 and 51. RGB value is (171,5,81). Sum of RGB (Red+Green+Blue) = 171+5+81=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0551 is #54FAAE. Grayscale: #3F3F3F. Windows color (decimal): -5569199 or 5309867. OLE color: 5309867.
HSL color Cylindrical-coordinate representation of color #AB0551: hue angle of 332.53º 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 #AB0551 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 81 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.33 |
| HSL | 332.53º | 0.94% | 0.35% | - |
| HSV(B) | 332.53º | 0.97% | 0.67% | - |
| XYZ | 18.33 | 9.36 | 8.63 | - |
| YUV | 63.3 | 138 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 81 | 0 | 0.97 | 0.53 | 0.33 | 332.53 | 0.94 | 0.35 |
| Hex | AB | 5 | 51 | 0 | 61 | 35 | 21 | 14D | 5E | 23 |
| Octal | 253 | 5 | 121 | 0 | 141 | 65 | 41 | 515 | 136 | 43 |
| Binary | 10101011 | 101 | 1010001 | 0 | 1100001 | 110101 | 100001 | 101001101 | 1011110 | 100011 |
Color Harmonies of #AB0551
Complementary color
Monochromatic Colors of #AB0551
Black with #AB0551
Text Example
Text Example
White with #AB0551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0551; }
p { color: rgb(171,5,81); }
H1.HeaderClassName
{
color: #AB0551;
}
.AnyTagClassName
{
color: #AB0551;
}
</style>
background-color css
<style>
a { background-color: #AB0551; }
a { background-color: rgb(171,5,81); }
div.DivClassName
{
background-color: #AB0551;
}
.BgClassName
{
background-color: #AB0551;
}
</style>
border-color css
<style>
span { border-color: #AB0551; }
span { border-color: rgb(171,5,81); }
td.TdClassName
{
border-color: #AB0551;
}
.TagClassName
{
border-color: #AB0551;
}
</style>