Shades of Jazzberry Jam #AB1575
Tints of Jazzberry Jam #AB1575
RGB
CMYK
RGB Variations
Color information
#AB1575 (or 0xAB1575) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 75. RGB value is (171,21,117). Sum of RGB (Red+Green+Blue) = 171+21+117=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1575 is #54EA8A. Grayscale: #4C4C4C. Windows color (decimal): -5565067 or 7673259. OLE color: 7673259.
HSL color Cylindrical-coordinate representation of color #AB1575: hue angle of 321.6º 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 #AB1575 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 117 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.33 |
| HSL | 321.6º | 0.78% | 0.38% | - |
| HSV(B) | 321.6º | 0.88% | 0.67% | - |
| XYZ | 20.27 | 10.48 | 17.78 | - |
| YUV | 76.79 | 150.7 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 117 | 0 | 0.88 | 0.32 | 0.33 | 321.6 | 0.78 | 0.38 |
| Hex | AB | 15 | 75 | 0 | 58 | 20 | 21 | 142 | 4E | 26 |
| Octal | 253 | 25 | 165 | 0 | 130 | 40 | 41 | 502 | 116 | 46 |
| Binary | 10101011 | 10101 | 1110101 | 0 | 1011000 | 100000 | 100001 | 101000010 | 1001110 | 100110 |
Color Harmonies of #AB1575
Complementary color
Monochromatic Colors of #AB1575
Black with #AB1575
Text Example
Text Example
White with #AB1575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1575; }
p { color: rgb(171,21,117); }
H1.HeaderClassName
{
color: #AB1575;
}
.AnyTagClassName
{
color: #AB1575;
}
</style>
background-color css
<style>
a { background-color: #AB1575; }
a { background-color: rgb(171,21,117); }
div.DivClassName
{
background-color: #AB1575;
}
.BgClassName
{
background-color: #AB1575;
}
</style>
border-color css
<style>
span { border-color: #AB1575; }
span { border-color: rgb(171,21,117); }
td.TdClassName
{
border-color: #AB1575;
}
.TagClassName
{
border-color: #AB1575;
}
</style>