Shades of Jazzberry Jam #AB1256
Tints of Jazzberry Jam #AB1256
RGB
CMYK
RGB Variations
Color information
#AB1256 (or 0xAB1256) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 56. RGB value is (171,18,86). Sum of RGB (Red+Green+Blue) = 171+18+86=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1256 is #54EDA9. Grayscale: #474747. Windows color (decimal): -5565866 or 5640875. OLE color: 5640875.
HSL color Cylindrical-coordinate representation of color #AB1256: hue angle of 333.33º degrees, saturation: 0.81, 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 #AB1256 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 86 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.33 |
| HSL | 333.33º | 0.81% | 0.37% | - |
| HSV(B) | 333.33º | 0.89% | 0.67% | - |
| XYZ | 18.69 | 9.76 | 9.7 | - |
| YUV | 71.5 | 136.19 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 86 | 0 | 0.89 | 0.50 | 0.33 | 333.33 | 0.81 | 0.37 |
| Hex | AB | 12 | 56 | 0 | 59 | 32 | 21 | 14D | 51 | 25 |
| Octal | 253 | 22 | 126 | 0 | 131 | 62 | 41 | 515 | 121 | 45 |
| Binary | 10101011 | 10010 | 1010110 | 0 | 1011001 | 110010 | 100001 | 101001101 | 1010001 | 100101 |
Color Harmonies of #AB1256
Complementary color
Monochromatic Colors of #AB1256
Black with #AB1256
Text Example
Text Example
White with #AB1256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1256; }
p { color: rgb(171,18,86); }
H1.HeaderClassName
{
color: #AB1256;
}
.AnyTagClassName
{
color: #AB1256;
}
</style>
background-color css
<style>
a { background-color: #AB1256; }
a { background-color: rgb(171,18,86); }
div.DivClassName
{
background-color: #AB1256;
}
.BgClassName
{
background-color: #AB1256;
}
</style>
border-color css
<style>
span { border-color: #AB1256; }
span { border-color: rgb(171,18,86); }
td.TdClassName
{
border-color: #AB1256;
}
.TagClassName
{
border-color: #AB1256;
}
</style>