Shades of Jazzberry Jam #AB1177
Tints of Jazzberry Jam #AB1177
RGB
CMYK
RGB Variations
Color information
#AB1177 (or 0xAB1177) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 77. RGB value is (171,17,119). Sum of RGB (Red+Green+Blue) = 171+17+119=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1177 is #54EE88. Grayscale: #4A4A4A. Windows color (decimal): -5566089 or 7803307. OLE color: 7803307.
HSL color Cylindrical-coordinate representation of color #AB1177: hue angle of 320.26º 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 #AB1177 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 119 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.33 |
| HSL | 320.26º | 0.82% | 0.37% | - |
| HSV(B) | 320.26º | 0.9% | 0.67% | - |
| XYZ | 20.32 | 10.39 | 18.39 | - |
| YUV | 74.67 | 153.02 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 119 | 0 | 0.90 | 0.30 | 0.33 | 320.26 | 0.82 | 0.37 |
| Hex | AB | 11 | 77 | 0 | 5A | 1E | 21 | 140 | 52 | 25 |
| Octal | 253 | 21 | 167 | 0 | 132 | 36 | 41 | 500 | 122 | 45 |
| Binary | 10101011 | 10001 | 1110111 | 0 | 1011010 | 11110 | 100001 | 101000000 | 1010010 | 100101 |
Color Harmonies of #AB1177
Complementary color
Monochromatic Colors of #AB1177
Black with #AB1177
Text Example
Text Example
White with #AB1177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1177; }
p { color: rgb(171,17,119); }
H1.HeaderClassName
{
color: #AB1177;
}
.AnyTagClassName
{
color: #AB1177;
}
</style>
background-color css
<style>
a { background-color: #AB1177; }
a { background-color: rgb(171,17,119); }
div.DivClassName
{
background-color: #AB1177;
}
.BgClassName
{
background-color: #AB1177;
}
</style>
border-color css
<style>
span { border-color: #AB1177; }
span { border-color: rgb(171,17,119); }
td.TdClassName
{
border-color: #AB1177;
}
.TagClassName
{
border-color: #AB1177;
}
</style>