Shades of Jazzberry Jam #AB1976
Tints of Jazzberry Jam #AB1976
RGB
CMYK
RGB Variations
Color information
#AB1976 (or 0xAB1976) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 76. RGB value is (171,25,118). Sum of RGB (Red+Green+Blue) = 171+25+118=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1976 is #54E689. Grayscale: #4F4F4F. Windows color (decimal): -5564042 or 7739819. OLE color: 7739819.
HSL color Cylindrical-coordinate representation of color #AB1976: hue angle of 321.78º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1976 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 118 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.33 |
| HSL | 321.78º | 0.74% | 0.38% | - |
| HSV(B) | 321.78º | 0.85% | 0.67% | - |
| XYZ | 20.41 | 10.66 | 18.12 | - |
| YUV | 79.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 118 | 0 | 0.85 | 0.31 | 0.33 | 321.78 | 0.74 | 0.38 |
| Hex | AB | 19 | 76 | 0 | 55 | 1F | 21 | 142 | 4A | 26 |
| Octal | 253 | 31 | 166 | 0 | 125 | 37 | 41 | 502 | 112 | 46 |
| Binary | 10101011 | 11001 | 1110110 | 0 | 1010101 | 11111 | 100001 | 101000010 | 1001010 | 100110 |
Color Harmonies of #AB1976
Complementary color
Monochromatic Colors of #AB1976
Black with #AB1976
Text Example
Text Example
White with #AB1976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1976; }
p { color: rgb(171,25,118); }
H1.HeaderClassName
{
color: #AB1976;
}
.AnyTagClassName
{
color: #AB1976;
}
</style>
background-color css
<style>
a { background-color: #AB1976; }
a { background-color: rgb(171,25,118); }
div.DivClassName
{
background-color: #AB1976;
}
.BgClassName
{
background-color: #AB1976;
}
</style>
border-color css
<style>
span { border-color: #AB1976; }
span { border-color: rgb(171,25,118); }
td.TdClassName
{
border-color: #AB1976;
}
.TagClassName
{
border-color: #AB1976;
}
</style>