Shades of Jazzberry Jam #AB0D56
Tints of Jazzberry Jam #AB0D56
RGB
CMYK
RGB Variations
Color information
#AB0D56 (or 0xAB0D56) is known color: Jazzberry Jam. HEX triplet: AB, 0D and 56. RGB value is (171,13,86). Sum of RGB (Red+Green+Blue) = 171+13+86=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0D56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0D56 is #54F2A9. Grayscale: #444444. Windows color (decimal): -5567146 or 5639595. OLE color: 5639595.
HSL color Cylindrical-coordinate representation of color #AB0D56: hue angle of 332.28º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0D56 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 13 | 86 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.33 |
| HSL | 332.28º | 0.86% | 0.36% | - |
| HSV(B) | 332.28º | 0.92% | 0.67% | - |
| XYZ | 18.62 | 9.62 | 9.68 | - |
| YUV | 68.56 | 137.85 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 86 | 0 | 0.92 | 0.50 | 0.33 | 332.28 | 0.86 | 0.36 |
| Hex | AB | D | 56 | 0 | 5C | 32 | 21 | 14C | 56 | 24 |
| Octal | 253 | 15 | 126 | 0 | 134 | 62 | 41 | 514 | 126 | 44 |
| Binary | 10101011 | 1101 | 1010110 | 0 | 1011100 | 110010 | 100001 | 101001100 | 1010110 | 100100 |
Color Harmonies of #AB0D56
Complementary color
Monochromatic Colors of #AB0D56
Black with #AB0D56
Text Example
Text Example
White with #AB0D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0D56; }
p { color: rgb(171,13,86); }
H1.HeaderClassName
{
color: #AB0D56;
}
.AnyTagClassName
{
color: #AB0D56;
}
</style>
background-color css
<style>
a { background-color: #AB0D56; }
a { background-color: rgb(171,13,86); }
div.DivClassName
{
background-color: #AB0D56;
}
.BgClassName
{
background-color: #AB0D56;
}
</style>
border-color css
<style>
span { border-color: #AB0D56; }
span { border-color: rgb(171,13,86); }
td.TdClassName
{
border-color: #AB0D56;
}
.TagClassName
{
border-color: #AB0D56;
}
</style>