Shades of Jazzberry Jam #AB0D55
Tints of Jazzberry Jam #AB0D55
RGB
CMYK
RGB Variations
Color information
#AB0D55 (or 0xAB0D55) is known color: Jazzberry Jam. HEX triplet: AB, 0D and 55. RGB value is (171,13,85). Sum of RGB (Red+Green+Blue) = 171+13+85=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0D55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0D55 is #54F2AA. Grayscale: #444444. Windows color (decimal): -5567147 or 5574059. OLE color: 5574059.
HSL color Cylindrical-coordinate representation of color #AB0D55: hue angle of 332.66º 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 #AB0D55 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 13 | 85 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.33 |
| HSL | 332.66º | 0.86% | 0.36% | - |
| HSV(B) | 332.66º | 0.92% | 0.67% | - |
| XYZ | 18.58 | 9.6 | 9.47 | - |
| YUV | 68.45 | 137.35 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 85 | 0 | 0.92 | 0.50 | 0.33 | 332.66 | 0.86 | 0.36 |
| Hex | AB | D | 55 | 0 | 5C | 32 | 21 | 14D | 56 | 24 |
| Octal | 253 | 15 | 125 | 0 | 134 | 62 | 41 | 515 | 126 | 44 |
| Binary | 10101011 | 1101 | 1010101 | 0 | 1011100 | 110010 | 100001 | 101001101 | 1010110 | 100100 |
Color Harmonies of #AB0D55
Complementary color
Monochromatic Colors of #AB0D55
Black with #AB0D55
Text Example
Text Example
White with #AB0D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0D55; }
p { color: rgb(171,13,85); }
H1.HeaderClassName
{
color: #AB0D55;
}
.AnyTagClassName
{
color: #AB0D55;
}
</style>
background-color css
<style>
a { background-color: #AB0D55; }
a { background-color: rgb(171,13,85); }
div.DivClassName
{
background-color: #AB0D55;
}
.BgClassName
{
background-color: #AB0D55;
}
</style>
border-color css
<style>
span { border-color: #AB0D55; }
span { border-color: rgb(171,13,85); }
td.TdClassName
{
border-color: #AB0D55;
}
.TagClassName
{
border-color: #AB0D55;
}
</style>