Shades of Jazzberry Jam #AB1962
Tints of Jazzberry Jam #AB1962
RGB
CMYK
RGB Variations
Color information
#AB1962 (or 0xAB1962) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 62. RGB value is (171,25,98). Sum of RGB (Red+Green+Blue) = 171+25+98=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1962 is #54E69D. Grayscale: #4C4C4C. Windows color (decimal): -5564062 or 6429099. OLE color: 6429099.
HSL color Cylindrical-coordinate representation of color #AB1962: hue angle of 330º 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 #AB1962 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 98 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.33 |
| HSL | 330º | 0.74% | 0.38% | - |
| HSV(B) | 330º | 0.85% | 0.67% | - |
| XYZ | 19.35 | 10.24 | 12.51 | - |
| YUV | 76.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 98 | 0 | 0.85 | 0.43 | 0.33 | 330 | 0.74 | 0.38 |
| Hex | AB | 19 | 62 | 0 | 55 | 2B | 21 | 14A | 4A | 26 |
| Octal | 253 | 31 | 142 | 0 | 125 | 53 | 41 | 512 | 112 | 46 |
| Binary | 10101011 | 11001 | 1100010 | 0 | 1010101 | 101011 | 100001 | 101001010 | 1001010 | 100110 |
Color Harmonies of #AB1962
Complementary color
Monochromatic Colors of #AB1962
Black with #AB1962
Text Example
Text Example
White with #AB1962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1962; }
p { color: rgb(171,25,98); }
H1.HeaderClassName
{
color: #AB1962;
}
.AnyTagClassName
{
color: #AB1962;
}
</style>
background-color css
<style>
a { background-color: #AB1962; }
a { background-color: rgb(171,25,98); }
div.DivClassName
{
background-color: #AB1962;
}
.BgClassName
{
background-color: #AB1962;
}
</style>
border-color css
<style>
span { border-color: #AB1962; }
span { border-color: rgb(171,25,98); }
td.TdClassName
{
border-color: #AB1962;
}
.TagClassName
{
border-color: #AB1962;
}
</style>