Shades of Jazzberry Jam #AB1569
Tints of Jazzberry Jam #AB1569
RGB
CMYK
RGB Variations
Color information
#AB1569 (or 0xAB1569) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 69. RGB value is (171,21,105). Sum of RGB (Red+Green+Blue) = 171+21+105=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1569 is #54EA96. Grayscale: #4B4B4B. Windows color (decimal): -5565079 or 6886827. OLE color: 6886827.
HSL color Cylindrical-coordinate representation of color #AB1569: hue angle of 326.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1569 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 105 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.33 |
| HSL | 326.4º | 0.78% | 0.38% | - |
| HSV(B) | 326.4º | 0.88% | 0.67% | - |
| XYZ | 19.61 | 10.21 | 14.3 | - |
| YUV | 75.43 | 144.7 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 105 | 0 | 0.88 | 0.39 | 0.33 | 326.4 | 0.78 | 0.38 |
| Hex | AB | 15 | 69 | 0 | 58 | 27 | 21 | 146 | 4E | 26 |
| Octal | 253 | 25 | 151 | 0 | 130 | 47 | 41 | 506 | 116 | 46 |
| Binary | 10101011 | 10101 | 1101001 | 0 | 1011000 | 100111 | 100001 | 101000110 | 1001110 | 100110 |
Color Harmonies of #AB1569
Complementary color
Monochromatic Colors of #AB1569
Black with #AB1569
Text Example
Text Example
White with #AB1569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1569; }
p { color: rgb(171,21,105); }
H1.HeaderClassName
{
color: #AB1569;
}
.AnyTagClassName
{
color: #AB1569;
}
</style>
background-color css
<style>
a { background-color: #AB1569; }
a { background-color: rgb(171,21,105); }
div.DivClassName
{
background-color: #AB1569;
}
.BgClassName
{
background-color: #AB1569;
}
</style>
border-color css
<style>
span { border-color: #AB1569; }
span { border-color: rgb(171,21,105); }
td.TdClassName
{
border-color: #AB1569;
}
.TagClassName
{
border-color: #AB1569;
}
</style>