Shades of Jazzberry Jam #AB1649
Tints of Jazzberry Jam #AB1649
RGB
CMYK
RGB Variations
Color information
#AB1649 (or 0xAB1649) is known color: Jazzberry Jam. HEX triplet: AB, 16 and 49. RGB value is (171,22,73). Sum of RGB (Red+Green+Blue) = 171+22+73=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1649 is #54E9B6. Grayscale: #484848. Windows color (decimal): -5564855 or 4789931. OLE color: 4789931.
HSL color Cylindrical-coordinate representation of color #AB1649: hue angle of 339.46º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1649 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 73 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.33 |
| HSL | 339.46º | 0.77% | 0.38% | - |
| HSV(B) | 339.46º | 0.87% | 0.67% | - |
| XYZ | 18.28 | 9.71 | 7.21 | - |
| YUV | 72.37 | 128.36 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 73 | 0 | 0.87 | 0.57 | 0.33 | 339.46 | 0.77 | 0.38 |
| Hex | AB | 16 | 49 | 0 | 57 | 39 | 21 | 153 | 4D | 26 |
| Octal | 253 | 26 | 111 | 0 | 127 | 71 | 41 | 523 | 115 | 46 |
| Binary | 10101011 | 10110 | 1001001 | 0 | 1010111 | 111001 | 100001 | 101010011 | 1001101 | 100110 |
Color Harmonies of #AB1649
Complementary color
Monochromatic Colors of #AB1649
Black with #AB1649
Text Example
Text Example
White with #AB1649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1649; }
p { color: rgb(171,22,73); }
H1.HeaderClassName
{
color: #AB1649;
}
.AnyTagClassName
{
color: #AB1649;
}
</style>
background-color css
<style>
a { background-color: #AB1649; }
a { background-color: rgb(171,22,73); }
div.DivClassName
{
background-color: #AB1649;
}
.BgClassName
{
background-color: #AB1649;
}
</style>
border-color css
<style>
span { border-color: #AB1649; }
span { border-color: rgb(171,22,73); }
td.TdClassName
{
border-color: #AB1649;
}
.TagClassName
{
border-color: #AB1649;
}
</style>