Shades of Jazzberry Jam #AB1860
Tints of Jazzberry Jam #AB1860
RGB
CMYK
RGB Variations
Color information
#AB1860 (or 0xAB1860) is known color: Jazzberry Jam. HEX triplet: AB, 18 and 60. RGB value is (171,24,96). Sum of RGB (Red+Green+Blue) = 171+24+96=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1860 is #54E79F. Grayscale: #4C4C4C. Windows color (decimal): -5564320 or 6297771. OLE color: 6297771.
HSL color Cylindrical-coordinate representation of color #AB1860: hue angle of 330.61º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1860 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 96 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.33 |
| HSL | 330.61º | 0.75% | 0.38% | - |
| HSV(B) | 330.61º | 0.86% | 0.67% | - |
| XYZ | 19.23 | 10.16 | 12.01 | - |
| YUV | 76.16 | 139.2 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 96 | 0 | 0.86 | 0.44 | 0.33 | 330.61 | 0.75 | 0.38 |
| Hex | AB | 18 | 60 | 0 | 56 | 2C | 21 | 14B | 4B | 26 |
| Octal | 253 | 30 | 140 | 0 | 126 | 54 | 41 | 513 | 113 | 46 |
| Binary | 10101011 | 11000 | 1100000 | 0 | 1010110 | 101100 | 100001 | 101001011 | 1001011 | 100110 |
Color Harmonies of #AB1860
Complementary color
Monochromatic Colors of #AB1860
Black with #AB1860
Text Example
Text Example
White with #AB1860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1860; }
p { color: rgb(171,24,96); }
H1.HeaderClassName
{
color: #AB1860;
}
.AnyTagClassName
{
color: #AB1860;
}
</style>
background-color css
<style>
a { background-color: #AB1860; }
a { background-color: rgb(171,24,96); }
div.DivClassName
{
background-color: #AB1860;
}
.BgClassName
{
background-color: #AB1860;
}
</style>
border-color css
<style>
span { border-color: #AB1860; }
span { border-color: rgb(171,24,96); }
td.TdClassName
{
border-color: #AB1860;
}
.TagClassName
{
border-color: #AB1860;
}
</style>