Shades of Jazzberry Jam #AB1752
Tints of Jazzberry Jam #AB1752
RGB
CMYK
RGB Variations
Color information
#AB1752 (or 0xAB1752) is known color: Jazzberry Jam. HEX triplet: AB, 17 and 52. RGB value is (171,23,82). Sum of RGB (Red+Green+Blue) = 171+23+82=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1752 is #54E8AD. Grayscale: #494949. Windows color (decimal): -5564590 or 5380011. OLE color: 5380011.
HSL color Cylindrical-coordinate representation of color #AB1752: hue angle of 336.08º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1752 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 82 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.33 |
| HSL | 336.08º | 0.76% | 0.38% | - |
| HSV(B) | 336.08º | 0.87% | 0.67% | - |
| XYZ | 18.62 | 9.88 | 8.91 | - |
| YUV | 73.98 | 132.53 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 82 | 0 | 0.87 | 0.52 | 0.33 | 336.08 | 0.76 | 0.38 |
| Hex | AB | 17 | 52 | 0 | 57 | 34 | 21 | 150 | 4C | 26 |
| Octal | 253 | 27 | 122 | 0 | 127 | 64 | 41 | 520 | 114 | 46 |
| Binary | 10101011 | 10111 | 1010010 | 0 | 1010111 | 110100 | 100001 | 101010000 | 1001100 | 100110 |
Color Harmonies of #AB1752
Complementary color
Monochromatic Colors of #AB1752
Black with #AB1752
Text Example
Text Example
White with #AB1752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1752; }
p { color: rgb(171,23,82); }
H1.HeaderClassName
{
color: #AB1752;
}
.AnyTagClassName
{
color: #AB1752;
}
</style>
background-color css
<style>
a { background-color: #AB1752; }
a { background-color: rgb(171,23,82); }
div.DivClassName
{
background-color: #AB1752;
}
.BgClassName
{
background-color: #AB1752;
}
</style>
border-color css
<style>
span { border-color: #AB1752; }
span { border-color: rgb(171,23,82); }
td.TdClassName
{
border-color: #AB1752;
}
.TagClassName
{
border-color: #AB1752;
}
</style>