Shades of Jazzberry Jam #AB1669
Tints of Jazzberry Jam #AB1669
RGB
CMYK
RGB Variations
Color information
#AB1669 (or 0xAB1669) is known color: Jazzberry Jam. HEX triplet: AB, 16 and 69. RGB value is (171,22,105). Sum of RGB (Red+Green+Blue) = 171+22+105=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1669 is #54E996. Grayscale: #4B4B4B. Windows color (decimal): -5564823 or 6887083. OLE color: 6887083.
HSL color Cylindrical-coordinate representation of color #AB1669: hue angle of 326.58º 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 #AB1669 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 105 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.33 |
| HSL | 326.58º | 0.77% | 0.38% | - |
| HSV(B) | 326.58º | 0.87% | 0.67% | - |
| XYZ | 19.63 | 10.25 | 14.31 | - |
| YUV | 76.01 | 144.36 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 105 | 0 | 0.87 | 0.39 | 0.33 | 326.58 | 0.77 | 0.38 |
| Hex | AB | 16 | 69 | 0 | 57 | 27 | 21 | 147 | 4D | 26 |
| Octal | 253 | 26 | 151 | 0 | 127 | 47 | 41 | 507 | 115 | 46 |
| Binary | 10101011 | 10110 | 1101001 | 0 | 1010111 | 100111 | 100001 | 101000111 | 1001101 | 100110 |
Color Harmonies of #AB1669
Complementary color
Monochromatic Colors of #AB1669
Black with #AB1669
Text Example
Text Example
White with #AB1669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1669; }
p { color: rgb(171,22,105); }
H1.HeaderClassName
{
color: #AB1669;
}
.AnyTagClassName
{
color: #AB1669;
}
</style>
background-color css
<style>
a { background-color: #AB1669; }
a { background-color: rgb(171,22,105); }
div.DivClassName
{
background-color: #AB1669;
}
.BgClassName
{
background-color: #AB1669;
}
</style>
border-color css
<style>
span { border-color: #AB1669; }
span { border-color: rgb(171,22,105); }
td.TdClassName
{
border-color: #AB1669;
}
.TagClassName
{
border-color: #AB1669;
}
</style>