Shades of Jazzberry Jam #AB1178
Tints of Jazzberry Jam #AB1178
RGB
CMYK
RGB Variations
Color information
#AB1178 (or 0xAB1178) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 78. RGB value is (171,17,120). Sum of RGB (Red+Green+Blue) = 171+17+120=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1178 is #54EE87. Grayscale: #4A4A4A. Windows color (decimal): -5566088 or 7868843. OLE color: 7868843.
HSL color Cylindrical-coordinate representation of color #AB1178: hue angle of 319.87º 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 #AB1178 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 120 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.33 |
| HSL | 319.87º | 0.82% | 0.37% | - |
| HSV(B) | 319.87º | 0.9% | 0.67% | - |
| XYZ | 20.39 | 10.41 | 18.71 | - |
| YUV | 74.79 | 153.52 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 120 | 0 | 0.90 | 0.30 | 0.33 | 319.87 | 0.82 | 0.37 |
| Hex | AB | 11 | 78 | 0 | 5A | 1E | 21 | 140 | 52 | 25 |
| Octal | 253 | 21 | 170 | 0 | 132 | 36 | 41 | 500 | 122 | 45 |
| Binary | 10101011 | 10001 | 1111000 | 0 | 1011010 | 11110 | 100001 | 101000000 | 1010010 | 100101 |
Color Harmonies of #AB1178
Complementary color
Monochromatic Colors of #AB1178
Black with #AB1178
Text Example
Text Example
White with #AB1178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1178; }
p { color: rgb(171,17,120); }
H1.HeaderClassName
{
color: #AB1178;
}
.AnyTagClassName
{
color: #AB1178;
}
</style>
background-color css
<style>
a { background-color: #AB1178; }
a { background-color: rgb(171,17,120); }
div.DivClassName
{
background-color: #AB1178;
}
.BgClassName
{
background-color: #AB1178;
}
</style>
border-color css
<style>
span { border-color: #AB1178; }
span { border-color: rgb(171,17,120); }
td.TdClassName
{
border-color: #AB1178;
}
.TagClassName
{
border-color: #AB1178;
}
</style>