Shades of Jazzberry Jam #AB1155
Tints of Jazzberry Jam #AB1155
RGB
CMYK
RGB Variations
Color information
#AB1155 (or 0xAB1155) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 55. RGB value is (171,17,85). Sum of RGB (Red+Green+Blue) = 171+17+85=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1155 is #54EEAA. Grayscale: #464646. Windows color (decimal): -5566123 or 5575083. OLE color: 5575083.
HSL color Cylindrical-coordinate representation of color #AB1155: hue angle of 333.51º 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 #AB1155 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 85 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.33 |
| HSL | 333.51º | 0.82% | 0.37% | - |
| HSV(B) | 333.51º | 0.9% | 0.67% | - |
| XYZ | 18.63 | 9.71 | 9.49 | - |
| YUV | 70.8 | 136.02 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 85 | 0 | 0.90 | 0.50 | 0.33 | 333.51 | 0.82 | 0.37 |
| Hex | AB | 11 | 55 | 0 | 5A | 32 | 21 | 14E | 52 | 25 |
| Octal | 253 | 21 | 125 | 0 | 132 | 62 | 41 | 516 | 122 | 45 |
| Binary | 10101011 | 10001 | 1010101 | 0 | 1011010 | 110010 | 100001 | 101001110 | 1010010 | 100101 |
Color Harmonies of #AB1155
Complementary color
Monochromatic Colors of #AB1155
Black with #AB1155
Text Example
Text Example
White with #AB1155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1155; }
p { color: rgb(171,17,85); }
H1.HeaderClassName
{
color: #AB1155;
}
.AnyTagClassName
{
color: #AB1155;
}
</style>
background-color css
<style>
a { background-color: #AB1155; }
a { background-color: rgb(171,17,85); }
div.DivClassName
{
background-color: #AB1155;
}
.BgClassName
{
background-color: #AB1155;
}
</style>
border-color css
<style>
span { border-color: #AB1155; }
span { border-color: rgb(171,17,85); }
td.TdClassName
{
border-color: #AB1155;
}
.TagClassName
{
border-color: #AB1155;
}
</style>