Shades of Jazzberry Jam #AB1657
Tints of Jazzberry Jam #AB1657
RGB
CMYK
RGB Variations
Color information
#AB1657 (or 0xAB1657) is known color: Jazzberry Jam. HEX triplet: AB, 16 and 57. RGB value is (171,22,87). Sum of RGB (Red+Green+Blue) = 171+22+87=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1657 is #54E9A8. Grayscale: #494949. Windows color (decimal): -5564841 or 5707435. OLE color: 5707435.
HSL color Cylindrical-coordinate representation of color #AB1657: hue angle of 333.83º 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 #AB1657 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 87 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.33 |
| HSL | 333.83º | 0.77% | 0.38% | - |
| HSV(B) | 333.83º | 0.87% | 0.67% | - |
| XYZ | 18.8 | 9.92 | 9.94 | - |
| YUV | 73.96 | 135.36 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 87 | 0 | 0.87 | 0.49 | 0.33 | 333.83 | 0.77 | 0.38 |
| Hex | AB | 16 | 57 | 0 | 57 | 31 | 21 | 14E | 4D | 26 |
| Octal | 253 | 26 | 127 | 0 | 127 | 61 | 41 | 516 | 115 | 46 |
| Binary | 10101011 | 10110 | 1010111 | 0 | 1010111 | 110001 | 100001 | 101001110 | 1001101 | 100110 |
Color Harmonies of #AB1657
Complementary color
Monochromatic Colors of #AB1657
Black with #AB1657
Text Example
Text Example
White with #AB1657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1657; }
p { color: rgb(171,22,87); }
H1.HeaderClassName
{
color: #AB1657;
}
.AnyTagClassName
{
color: #AB1657;
}
</style>
background-color css
<style>
a { background-color: #AB1657; }
a { background-color: rgb(171,22,87); }
div.DivClassName
{
background-color: #AB1657;
}
.BgClassName
{
background-color: #AB1657;
}
</style>
border-color css
<style>
span { border-color: #AB1657; }
span { border-color: rgb(171,22,87); }
td.TdClassName
{
border-color: #AB1657;
}
.TagClassName
{
border-color: #AB1657;
}
</style>