Shades of Jazzberry Jam #AB1764
Tints of Jazzberry Jam #AB1764
RGB
CMYK
RGB Variations
Color information
#AB1764 (or 0xAB1764) is known color: Jazzberry Jam. HEX triplet: AB, 17 and 64. RGB value is (171,23,100). Sum of RGB (Red+Green+Blue) = 171+23+100=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1764 is #54E89B. Grayscale: #4B4B4B. Windows color (decimal): -5564572 or 6559659. OLE color: 6559659.
HSL color Cylindrical-coordinate representation of color #AB1764: hue angle of 328.78º degrees, saturation: 0.76, 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 #AB1764 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 100 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.33 |
| HSL | 328.78º | 0.76% | 0.38% | - |
| HSV(B) | 328.78º | 0.87% | 0.67% | - |
| XYZ | 19.4 | 10.19 | 13 | - |
| YUV | 76.03 | 141.53 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 100 | 0 | 0.87 | 0.42 | 0.33 | 328.78 | 0.76 | 0.38 |
| Hex | AB | 17 | 64 | 0 | 57 | 2A | 21 | 149 | 4C | 26 |
| Octal | 253 | 27 | 144 | 0 | 127 | 52 | 41 | 511 | 114 | 46 |
| Binary | 10101011 | 10111 | 1100100 | 0 | 1010111 | 101010 | 100001 | 101001001 | 1001100 | 100110 |
Color Harmonies of #AB1764
Complementary color
Monochromatic Colors of #AB1764
Black with #AB1764
Text Example
Text Example
White with #AB1764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1764; }
p { color: rgb(171,23,100); }
H1.HeaderClassName
{
color: #AB1764;
}
.AnyTagClassName
{
color: #AB1764;
}
</style>
background-color css
<style>
a { background-color: #AB1764; }
a { background-color: rgb(171,23,100); }
div.DivClassName
{
background-color: #AB1764;
}
.BgClassName
{
background-color: #AB1764;
}
</style>
border-color css
<style>
span { border-color: #AB1764; }
span { border-color: rgb(171,23,100); }
td.TdClassName
{
border-color: #AB1764;
}
.TagClassName
{
border-color: #AB1764;
}
</style>