Shades of Jazzberry Jam #AB1553
Tints of Jazzberry Jam #AB1553
RGB
CMYK
RGB Variations
Color information
#AB1553 (or 0xAB1553) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 53. RGB value is (171,21,83). Sum of RGB (Red+Green+Blue) = 171+21+83=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1553 is #54EAAC. Grayscale: #484848. Windows color (decimal): -5565101 or 5445035. OLE color: 5445035.
HSL color Cylindrical-coordinate representation of color #AB1553: hue angle of 335.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1553 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 83 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.33 |
| HSL | 335.2º | 0.78% | 0.38% | - |
| HSV(B) | 335.2º | 0.88% | 0.67% | - |
| XYZ | 18.62 | 9.82 | 9.1 | - |
| YUV | 72.92 | 133.7 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 83 | 0 | 0.88 | 0.51 | 0.33 | 335.2 | 0.78 | 0.38 |
| Hex | AB | 15 | 53 | 0 | 58 | 33 | 21 | 14F | 4E | 26 |
| Octal | 253 | 25 | 123 | 0 | 130 | 63 | 41 | 517 | 116 | 46 |
| Binary | 10101011 | 10101 | 1010011 | 0 | 1011000 | 110011 | 100001 | 101001111 | 1001110 | 100110 |
Color Harmonies of #AB1553
Complementary color
Monochromatic Colors of #AB1553
Black with #AB1553
Text Example
Text Example
White with #AB1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1553; }
p { color: rgb(171,21,83); }
H1.HeaderClassName
{
color: #AB1553;
}
.AnyTagClassName
{
color: #AB1553;
}
</style>
background-color css
<style>
a { background-color: #AB1553; }
a { background-color: rgb(171,21,83); }
div.DivClassName
{
background-color: #AB1553;
}
.BgClassName
{
background-color: #AB1553;
}
</style>
border-color css
<style>
span { border-color: #AB1553; }
span { border-color: rgb(171,21,83); }
td.TdClassName
{
border-color: #AB1553;
}
.TagClassName
{
border-color: #AB1553;
}
</style>