Shades of Jazzberry Jam #AB1165
Tints of Jazzberry Jam #AB1165
RGB
CMYK
RGB Variations
Color information
#AB1165 (or 0xAB1165) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 65. RGB value is (171,17,101). Sum of RGB (Red+Green+Blue) = 171+17+101=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1165 is #54EE9A. Grayscale: #484848. Windows color (decimal): -5566107 or 6623659. OLE color: 6623659.
HSL color Cylindrical-coordinate representation of color #AB1165: hue angle of 327.27º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1165 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 101 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.33 |
| HSL | 327.27º | 0.82% | 0.37% | - |
| HSV(B) | 327.27º | 0.9% | 0.67% | - |
| XYZ | 19.34 | 10 | 13.22 | - |
| YUV | 72.62 | 144.02 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 101 | 0 | 0.90 | 0.41 | 0.33 | 327.27 | 0.82 | 0.37 |
| Hex | AB | 11 | 65 | 0 | 5A | 29 | 21 | 147 | 52 | 25 |
| Octal | 253 | 21 | 145 | 0 | 132 | 51 | 41 | 507 | 122 | 45 |
| Binary | 10101011 | 10001 | 1100101 | 0 | 1011010 | 101001 | 100001 | 101000111 | 1010010 | 100101 |
Color Harmonies of #AB1165
Complementary color
Monochromatic Colors of #AB1165
Black with #AB1165
Text Example
Text Example
White with #AB1165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1165; }
p { color: rgb(171,17,101); }
H1.HeaderClassName
{
color: #AB1165;
}
.AnyTagClassName
{
color: #AB1165;
}
</style>
background-color css
<style>
a { background-color: #AB1165; }
a { background-color: rgb(171,17,101); }
div.DivClassName
{
background-color: #AB1165;
}
.BgClassName
{
background-color: #AB1165;
}
</style>
border-color css
<style>
span { border-color: #AB1165; }
span { border-color: rgb(171,17,101); }
td.TdClassName
{
border-color: #AB1165;
}
.TagClassName
{
border-color: #AB1165;
}
</style>