Shades of Jazzberry Jam #AB176F
Tints of Jazzberry Jam #AB176F
RGB
CMYK
RGB Variations
Color information
#AB176F (or 0xAB176F) is known color: Jazzberry Jam. HEX triplet: AB, 17 and 6F. RGB value is (171,23,111). Sum of RGB (Red+Green+Blue) = 171+23+111=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB176F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB176F is #54E890. Grayscale: #4D4D4D. Windows color (decimal): -5564561 or 7280555. OLE color: 7280555.
HSL color Cylindrical-coordinate representation of color #AB176F: hue angle of 324.32º degrees, saturation: 0.76, 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 #AB176F is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 111 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.33 |
| HSL | 324.32º | 0.76% | 0.38% | - |
| HSV(B) | 324.32º | 0.87% | 0.67% | - |
| XYZ | 19.97 | 10.42 | 16 | - |
| YUV | 77.28 | 147.03 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 111 | 0 | 0.87 | 0.35 | 0.33 | 324.32 | 0.76 | 0.38 |
| Hex | AB | 17 | 6F | 0 | 57 | 23 | 21 | 144 | 4C | 26 |
| Octal | 253 | 27 | 157 | 0 | 127 | 43 | 41 | 504 | 114 | 46 |
| Binary | 10101011 | 10111 | 1101111 | 0 | 1010111 | 100011 | 100001 | 101000100 | 1001100 | 100110 |
Color Harmonies of #AB176F
Complementary color
Monochromatic Colors of #AB176F
Black with #AB176F
Text Example
Text Example
White with #AB176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB176F; }
p { color: rgb(171,23,111); }
H1.HeaderClassName
{
color: #AB176F;
}
.AnyTagClassName
{
color: #AB176F;
}
</style>
background-color css
<style>
a { background-color: #AB176F; }
a { background-color: rgb(171,23,111); }
div.DivClassName
{
background-color: #AB176F;
}
.BgClassName
{
background-color: #AB176F;
}
</style>
border-color css
<style>
span { border-color: #AB176F; }
span { border-color: rgb(171,23,111); }
td.TdClassName
{
border-color: #AB176F;
}
.TagClassName
{
border-color: #AB176F;
}
</style>