Shades of Jazzberry Jam #AB1354
Tints of Jazzberry Jam #AB1354
RGB
CMYK
RGB Variations
Color information
#AB1354 (or 0xAB1354) is known color: Jazzberry Jam. HEX triplet: AB, 13 and 54. RGB value is (171,19,84). Sum of RGB (Red+Green+Blue) = 171+19+84=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1354 is #54ECAB. Grayscale: #474747. Windows color (decimal): -5565612 or 5510059. OLE color: 5510059.
HSL color Cylindrical-coordinate representation of color #AB1354: hue angle of 334.34º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1354 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 84 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.33 |
| HSL | 334.34º | 0.8% | 0.37% | - |
| HSV(B) | 334.34º | 0.89% | 0.67% | - |
| XYZ | 18.63 | 9.76 | 9.29 | - |
| YUV | 71.86 | 134.86 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 84 | 0 | 0.89 | 0.51 | 0.33 | 334.34 | 0.8 | 0.37 |
| Hex | AB | 13 | 54 | 0 | 59 | 33 | 21 | 14E | 50 | 25 |
| Octal | 253 | 23 | 124 | 0 | 131 | 63 | 41 | 516 | 120 | 45 |
| Binary | 10101011 | 10011 | 1010100 | 0 | 1011001 | 110011 | 100001 | 101001110 | 1010000 | 100101 |
Color Harmonies of #AB1354
Complementary color
Monochromatic Colors of #AB1354
Black with #AB1354
Text Example
Text Example
White with #AB1354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1354; }
p { color: rgb(171,19,84); }
H1.HeaderClassName
{
color: #AB1354;
}
.AnyTagClassName
{
color: #AB1354;
}
</style>
background-color css
<style>
a { background-color: #AB1354; }
a { background-color: rgb(171,19,84); }
div.DivClassName
{
background-color: #AB1354;
}
.BgClassName
{
background-color: #AB1354;
}
</style>
border-color css
<style>
span { border-color: #AB1354; }
span { border-color: rgb(171,19,84); }
td.TdClassName
{
border-color: #AB1354;
}
.TagClassName
{
border-color: #AB1354;
}
</style>