Shades of Jazzberry Jam #AB1856
Tints of Jazzberry Jam #AB1856
RGB
CMYK
RGB Variations
Color information
#AB1856 (or 0xAB1856) is known color: Jazzberry Jam. HEX triplet: AB, 18 and 56. RGB value is (171,24,86). Sum of RGB (Red+Green+Blue) = 171+24+86=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1856 is #54E7A9. Grayscale: #4A4A4A. Windows color (decimal): -5564330 or 5642411. OLE color: 5642411.
HSL color Cylindrical-coordinate representation of color #AB1856: hue angle of 334.69º 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 #AB1856 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 86 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.33 |
| HSL | 334.69º | 0.75% | 0.38% | - |
| HSV(B) | 334.69º | 0.86% | 0.67% | - |
| XYZ | 18.8 | 9.98 | 9.74 | - |
| YUV | 75.02 | 134.2 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 86 | 0 | 0.86 | 0.50 | 0.33 | 334.69 | 0.75 | 0.38 |
| Hex | AB | 18 | 56 | 0 | 56 | 32 | 21 | 14F | 4B | 26 |
| Octal | 253 | 30 | 126 | 0 | 126 | 62 | 41 | 517 | 113 | 46 |
| Binary | 10101011 | 11000 | 1010110 | 0 | 1010110 | 110010 | 100001 | 101001111 | 1001011 | 100110 |
Color Harmonies of #AB1856
Complementary color
Monochromatic Colors of #AB1856
Black with #AB1856
Text Example
Text Example
White with #AB1856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1856; }
p { color: rgb(171,24,86); }
H1.HeaderClassName
{
color: #AB1856;
}
.AnyTagClassName
{
color: #AB1856;
}
</style>
background-color css
<style>
a { background-color: #AB1856; }
a { background-color: rgb(171,24,86); }
div.DivClassName
{
background-color: #AB1856;
}
.BgClassName
{
background-color: #AB1856;
}
</style>
border-color css
<style>
span { border-color: #AB1856; }
span { border-color: rgb(171,24,86); }
td.TdClassName
{
border-color: #AB1856;
}
.TagClassName
{
border-color: #AB1856;
}
</style>