Shades of Jazzberry Jam #AB0D76
Tints of Jazzberry Jam #AB0D76
RGB
CMYK
RGB Variations
Color information
#AB0D76 (or 0xAB0D76) is known color: Jazzberry Jam. HEX triplet: AB, 0D and 76. RGB value is (171,13,118). Sum of RGB (Red+Green+Blue) = 171+13+118=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0D76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0D76 is #54F289. Grayscale: #474747. Windows color (decimal): -5567114 or 7736747. OLE color: 7736747.
HSL color Cylindrical-coordinate representation of color #AB0D76: hue angle of 320.13º 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 #AB0D76 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 13 | 118 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.33 |
| HSL | 320.13º | 0.86% | 0.36% | - |
| HSV(B) | 320.13º | 0.92% | 0.67% | - |
| XYZ | 20.21 | 10.25 | 18.05 | - |
| YUV | 72.21 | 153.85 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 118 | 0 | 0.92 | 0.31 | 0.33 | 320.13 | 0.86 | 0.36 |
| Hex | AB | D | 76 | 0 | 5C | 1F | 21 | 140 | 56 | 24 |
| Octal | 253 | 15 | 166 | 0 | 134 | 37 | 41 | 500 | 126 | 44 |
| Binary | 10101011 | 1101 | 1110110 | 0 | 1011100 | 11111 | 100001 | 101000000 | 1010110 | 100100 |
Color Harmonies of #AB0D76
Complementary color
Monochromatic Colors of #AB0D76
Black with #AB0D76
Text Example
Text Example
White with #AB0D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0D76; }
p { color: rgb(171,13,118); }
H1.HeaderClassName
{
color: #AB0D76;
}
.AnyTagClassName
{
color: #AB0D76;
}
</style>
background-color css
<style>
a { background-color: #AB0D76; }
a { background-color: rgb(171,13,118); }
div.DivClassName
{
background-color: #AB0D76;
}
.BgClassName
{
background-color: #AB0D76;
}
</style>
border-color css
<style>
span { border-color: #AB0D76; }
span { border-color: rgb(171,13,118); }
td.TdClassName
{
border-color: #AB0D76;
}
.TagClassName
{
border-color: #AB0D76;
}
</style>