Shades of Jazzberry Jam #AB1665
Tints of Jazzberry Jam #AB1665
RGB
CMYK
RGB Variations
Color information
#AB1665 (or 0xAB1665) is known color: Jazzberry Jam. HEX triplet: AB, 16 and 65. RGB value is (171,22,101). Sum of RGB (Red+Green+Blue) = 171+22+101=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1665 is #54E99A. Grayscale: #4B4B4B. Windows color (decimal): -5564827 or 6624939. OLE color: 6624939.
HSL color Cylindrical-coordinate representation of color #AB1665: hue angle of 328.19º degrees, saturation: 0.77, 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 #AB1665 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 101 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.33 |
| HSL | 328.19º | 0.77% | 0.38% | - |
| HSV(B) | 328.19º | 0.87% | 0.67% | - |
| XYZ | 19.43 | 10.17 | 13.25 | - |
| YUV | 75.56 | 142.36 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 101 | 0 | 0.87 | 0.41 | 0.33 | 328.19 | 0.77 | 0.38 |
| Hex | AB | 16 | 65 | 0 | 57 | 29 | 21 | 148 | 4D | 26 |
| Octal | 253 | 26 | 145 | 0 | 127 | 51 | 41 | 510 | 115 | 46 |
| Binary | 10101011 | 10110 | 1100101 | 0 | 1010111 | 101001 | 100001 | 101001000 | 1001101 | 100110 |
Color Harmonies of #AB1665
Complementary color
Monochromatic Colors of #AB1665
Black with #AB1665
Text Example
Text Example
White with #AB1665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1665; }
p { color: rgb(171,22,101); }
H1.HeaderClassName
{
color: #AB1665;
}
.AnyTagClassName
{
color: #AB1665;
}
</style>
background-color css
<style>
a { background-color: #AB1665; }
a { background-color: rgb(171,22,101); }
div.DivClassName
{
background-color: #AB1665;
}
.BgClassName
{
background-color: #AB1665;
}
</style>
border-color css
<style>
span { border-color: #AB1665; }
span { border-color: rgb(171,22,101); }
td.TdClassName
{
border-color: #AB1665;
}
.TagClassName
{
border-color: #AB1665;
}
</style>