Shades of Jazzberry Jam #AB0852
Tints of Jazzberry Jam #AB0852
RGB
CMYK
RGB Variations
Color information
#AB0852 (or 0xAB0852) is known color: Jazzberry Jam. HEX triplet: AB, 08 and 52. RGB value is (171,8,82). Sum of RGB (Red+Green+Blue) = 171+8+82=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0852 is #54F7AD. Grayscale: #414141. Windows color (decimal): -5568430 or 5376171. OLE color: 5376171.
HSL color Cylindrical-coordinate representation of color #AB0852: hue angle of 332.76º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0852 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 82 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.33 |
| HSL | 332.76º | 0.91% | 0.35% | - |
| HSV(B) | 332.76º | 0.95% | 0.67% | - |
| XYZ | 18.4 | 9.44 | 8.83 | - |
| YUV | 65.17 | 137.5 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 82 | 0 | 0.95 | 0.52 | 0.33 | 332.76 | 0.91 | 0.35 |
| Hex | AB | 8 | 52 | 0 | 5F | 34 | 21 | 14D | 5B | 23 |
| Octal | 253 | 10 | 122 | 0 | 137 | 64 | 41 | 515 | 133 | 43 |
| Binary | 10101011 | 1000 | 1010010 | 0 | 1011111 | 110100 | 100001 | 101001101 | 1011011 | 100011 |
Color Harmonies of #AB0852
Complementary color
Monochromatic Colors of #AB0852
Black with #AB0852
Text Example
Text Example
White with #AB0852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0852; }
p { color: rgb(171,8,82); }
H1.HeaderClassName
{
color: #AB0852;
}
.AnyTagClassName
{
color: #AB0852;
}
</style>
background-color css
<style>
a { background-color: #AB0852; }
a { background-color: rgb(171,8,82); }
div.DivClassName
{
background-color: #AB0852;
}
.BgClassName
{
background-color: #AB0852;
}
</style>
border-color css
<style>
span { border-color: #AB0852; }
span { border-color: rgb(171,8,82); }
td.TdClassName
{
border-color: #AB0852;
}
.TagClassName
{
border-color: #AB0852;
}
</style>