Shades of Jazzberry Jam #AB1353
Tints of Jazzberry Jam #AB1353
RGB
CMYK
RGB Variations
Color information
#AB1353 (or 0xAB1353) is known color: Jazzberry Jam. HEX triplet: AB, 13 and 53. RGB value is (171,19,83). Sum of RGB (Red+Green+Blue) = 171+19+83=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1353 is #54ECAC. Grayscale: #474747. Windows color (decimal): -5565613 or 5444523. OLE color: 5444523.
HSL color Cylindrical-coordinate representation of color #AB1353: hue angle of 334.74º 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 #AB1353 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 83 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.33 |
| HSL | 334.74º | 0.8% | 0.37% | - |
| HSV(B) | 334.74º | 0.89% | 0.67% | - |
| XYZ | 18.59 | 9.75 | 9.09 | - |
| YUV | 71.74 | 134.36 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 83 | 0 | 0.89 | 0.51 | 0.33 | 334.74 | 0.8 | 0.37 |
| Hex | AB | 13 | 53 | 0 | 59 | 33 | 21 | 14F | 50 | 25 |
| Octal | 253 | 23 | 123 | 0 | 131 | 63 | 41 | 517 | 120 | 45 |
| Binary | 10101011 | 10011 | 1010011 | 0 | 1011001 | 110011 | 100001 | 101001111 | 1010000 | 100101 |
Color Harmonies of #AB1353
Complementary color
Monochromatic Colors of #AB1353
Black with #AB1353
Text Example
Text Example
White with #AB1353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1353; }
p { color: rgb(171,19,83); }
H1.HeaderClassName
{
color: #AB1353;
}
.AnyTagClassName
{
color: #AB1353;
}
</style>
background-color css
<style>
a { background-color: #AB1353; }
a { background-color: rgb(171,19,83); }
div.DivClassName
{
background-color: #AB1353;
}
.BgClassName
{
background-color: #AB1353;
}
</style>
border-color css
<style>
span { border-color: #AB1353; }
span { border-color: rgb(171,19,83); }
td.TdClassName
{
border-color: #AB1353;
}
.TagClassName
{
border-color: #AB1353;
}
</style>