Shades of Jazzberry Jam #AB1672
Tints of Jazzberry Jam #AB1672
RGB
CMYK
RGB Variations
Color information
#AB1672 (or 0xAB1672) is known color: Jazzberry Jam. HEX triplet: AB, 16 and 72. RGB value is (171,22,114). Sum of RGB (Red+Green+Blue) = 171+22+114=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1672 is #54E98D. Grayscale: #4C4C4C. Windows color (decimal): -5564814 or 7476907. OLE color: 7476907.
HSL color Cylindrical-coordinate representation of color #AB1672: hue angle of 322.95º 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 #AB1672 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 114 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.33 |
| HSL | 322.95º | 0.77% | 0.38% | - |
| HSV(B) | 322.95º | 0.87% | 0.67% | - |
| XYZ | 20.12 | 10.45 | 16.88 | - |
| YUV | 77.04 | 148.86 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 114 | 0 | 0.87 | 0.33 | 0.33 | 322.95 | 0.77 | 0.38 |
| Hex | AB | 16 | 72 | 0 | 57 | 21 | 21 | 143 | 4D | 26 |
| Octal | 253 | 26 | 162 | 0 | 127 | 41 | 41 | 503 | 115 | 46 |
| Binary | 10101011 | 10110 | 1110010 | 0 | 1010111 | 100001 | 100001 | 101000011 | 1001101 | 100110 |
Color Harmonies of #AB1672
Complementary color
Monochromatic Colors of #AB1672
Black with #AB1672
Text Example
Text Example
White with #AB1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1672; }
p { color: rgb(171,22,114); }
H1.HeaderClassName
{
color: #AB1672;
}
.AnyTagClassName
{
color: #AB1672;
}
</style>
background-color css
<style>
a { background-color: #AB1672; }
a { background-color: rgb(171,22,114); }
div.DivClassName
{
background-color: #AB1672;
}
.BgClassName
{
background-color: #AB1672;
}
</style>
border-color css
<style>
span { border-color: #AB1672; }
span { border-color: rgb(171,22,114); }
td.TdClassName
{
border-color: #AB1672;
}
.TagClassName
{
border-color: #AB1672;
}
</style>