Shades of Jazzberry Jam #AB1673
Tints of Jazzberry Jam #AB1673
RGB
CMYK
RGB Variations
Color information
#AB1673 (or 0xAB1673) is known color: Jazzberry Jam. HEX triplet: AB, 16 and 73. RGB value is (171,22,115). Sum of RGB (Red+Green+Blue) = 171+22+115=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1673 is #54E98C. Grayscale: #4C4C4C. Windows color (decimal): -5564813 or 7542443. OLE color: 7542443.
HSL color Cylindrical-coordinate representation of color #AB1673: hue angle of 322.55º 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 #AB1673 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 115 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.33 |
| HSL | 322.55º | 0.77% | 0.38% | - |
| HSV(B) | 322.55º | 0.87% | 0.67% | - |
| XYZ | 20.18 | 10.47 | 17.18 | - |
| YUV | 77.15 | 149.36 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 115 | 0 | 0.87 | 0.33 | 0.33 | 322.55 | 0.77 | 0.38 |
| Hex | AB | 16 | 73 | 0 | 57 | 21 | 21 | 143 | 4D | 26 |
| Octal | 253 | 26 | 163 | 0 | 127 | 41 | 41 | 503 | 115 | 46 |
| Binary | 10101011 | 10110 | 1110011 | 0 | 1010111 | 100001 | 100001 | 101000011 | 1001101 | 100110 |
Color Harmonies of #AB1673
Complementary color
Monochromatic Colors of #AB1673
Black with #AB1673
Text Example
Text Example
White with #AB1673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1673; }
p { color: rgb(171,22,115); }
H1.HeaderClassName
{
color: #AB1673;
}
.AnyTagClassName
{
color: #AB1673;
}
</style>
background-color css
<style>
a { background-color: #AB1673; }
a { background-color: rgb(171,22,115); }
div.DivClassName
{
background-color: #AB1673;
}
.BgClassName
{
background-color: #AB1673;
}
</style>
border-color css
<style>
span { border-color: #AB1673; }
span { border-color: rgb(171,22,115); }
td.TdClassName
{
border-color: #AB1673;
}
.TagClassName
{
border-color: #AB1673;
}
</style>