Shades of Jazzberry Jam #AB1369
Tints of Jazzberry Jam #AB1369
RGB
CMYK
RGB Variations
Color information
#AB1369 (or 0xAB1369) is known color: Jazzberry Jam. HEX triplet: AB, 13 and 69. RGB value is (171,19,105). Sum of RGB (Red+Green+Blue) = 171+19+105=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1369 is #54EC96. Grayscale: #4A4A4A. Windows color (decimal): -5565591 or 6886315. OLE color: 6886315.
HSL color Cylindrical-coordinate representation of color #AB1369: hue angle of 326.05º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1369 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 105 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.33 |
| HSL | 326.05º | 0.8% | 0.37% | - |
| HSV(B) | 326.05º | 0.89% | 0.67% | - |
| XYZ | 19.58 | 10.14 | 14.29 | - |
| YUV | 74.25 | 145.36 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 105 | 0 | 0.89 | 0.39 | 0.33 | 326.05 | 0.8 | 0.37 |
| Hex | AB | 13 | 69 | 0 | 59 | 27 | 21 | 146 | 50 | 25 |
| Octal | 253 | 23 | 151 | 0 | 131 | 47 | 41 | 506 | 120 | 45 |
| Binary | 10101011 | 10011 | 1101001 | 0 | 1011001 | 100111 | 100001 | 101000110 | 1010000 | 100101 |
Color Harmonies of #AB1369
Complementary color
Monochromatic Colors of #AB1369
Black with #AB1369
Text Example
Text Example
White with #AB1369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1369; }
p { color: rgb(171,19,105); }
H1.HeaderClassName
{
color: #AB1369;
}
.AnyTagClassName
{
color: #AB1369;
}
</style>
background-color css
<style>
a { background-color: #AB1369; }
a { background-color: rgb(171,19,105); }
div.DivClassName
{
background-color: #AB1369;
}
.BgClassName
{
background-color: #AB1369;
}
</style>
border-color css
<style>
span { border-color: #AB1369; }
span { border-color: rgb(171,19,105); }
td.TdClassName
{
border-color: #AB1369;
}
.TagClassName
{
border-color: #AB1369;
}
</style>