Shades of Jazzberry Jam #AB1977
Tints of Jazzberry Jam #AB1977
RGB
CMYK
RGB Variations
Color information
#AB1977 (or 0xAB1977) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 77. RGB value is (171,25,119). Sum of RGB (Red+Green+Blue) = 171+25+119=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1977 is #54E688. Grayscale: #4F4F4F. Windows color (decimal): -5564041 or 7805355. OLE color: 7805355.
HSL color Cylindrical-coordinate representation of color #AB1977: hue angle of 321.37º 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 #AB1977 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 119 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.33 |
| HSL | 321.37º | 0.74% | 0.38% | - |
| HSV(B) | 321.37º | 0.85% | 0.67% | - |
| XYZ | 20.47 | 10.69 | 18.44 | - |
| YUV | 79.37 | 150.37 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 119 | 0 | 0.85 | 0.30 | 0.33 | 321.37 | 0.74 | 0.38 |
| Hex | AB | 19 | 77 | 0 | 55 | 1E | 21 | 141 | 4A | 26 |
| Octal | 253 | 31 | 167 | 0 | 125 | 36 | 41 | 501 | 112 | 46 |
| Binary | 10101011 | 11001 | 1110111 | 0 | 1010101 | 11110 | 100001 | 101000001 | 1001010 | 100110 |
Color Harmonies of #AB1977
Complementary color
Monochromatic Colors of #AB1977
Black with #AB1977
Text Example
Text Example
White with #AB1977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1977; }
p { color: rgb(171,25,119); }
H1.HeaderClassName
{
color: #AB1977;
}
.AnyTagClassName
{
color: #AB1977;
}
</style>
background-color css
<style>
a { background-color: #AB1977; }
a { background-color: rgb(171,25,119); }
div.DivClassName
{
background-color: #AB1977;
}
.BgClassName
{
background-color: #AB1977;
}
</style>
border-color css
<style>
span { border-color: #AB1977; }
span { border-color: rgb(171,25,119); }
td.TdClassName
{
border-color: #AB1977;
}
.TagClassName
{
border-color: #AB1977;
}
</style>