Shades of Jazzberry Jam #AB1158
Tints of Jazzberry Jam #AB1158
RGB
CMYK
RGB Variations
Color information
#AB1158 (or 0xAB1158) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 58. RGB value is (171,17,88). Sum of RGB (Red+Green+Blue) = 171+17+88=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1158 is #54EEA7. Grayscale: #474747. Windows color (decimal): -5566120 or 5771691. OLE color: 5771691.
HSL color Cylindrical-coordinate representation of color #AB1158: hue angle of 332.34º 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 #AB1158 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 88 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.33 |
| HSL | 332.34º | 0.82% | 0.37% | - |
| HSV(B) | 332.34º | 0.9% | 0.67% | - |
| XYZ | 18.76 | 9.76 | 10.13 | - |
| YUV | 71.14 | 137.52 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 88 | 0 | 0.90 | 0.49 | 0.33 | 332.34 | 0.82 | 0.37 |
| Hex | AB | 11 | 58 | 0 | 5A | 31 | 21 | 14C | 52 | 25 |
| Octal | 253 | 21 | 130 | 0 | 132 | 61 | 41 | 514 | 122 | 45 |
| Binary | 10101011 | 10001 | 1011000 | 0 | 1011010 | 110001 | 100001 | 101001100 | 1010010 | 100101 |
Color Harmonies of #AB1158
Complementary color
Monochromatic Colors of #AB1158
Black with #AB1158
Text Example
Text Example
White with #AB1158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1158; }
p { color: rgb(171,17,88); }
H1.HeaderClassName
{
color: #AB1158;
}
.AnyTagClassName
{
color: #AB1158;
}
</style>
background-color css
<style>
a { background-color: #AB1158; }
a { background-color: rgb(171,17,88); }
div.DivClassName
{
background-color: #AB1158;
}
.BgClassName
{
background-color: #AB1158;
}
</style>
border-color css
<style>
span { border-color: #AB1158; }
span { border-color: rgb(171,17,88); }
td.TdClassName
{
border-color: #AB1158;
}
.TagClassName
{
border-color: #AB1158;
}
</style>