Shades of Jazzberry Jam #AB174D
Tints of Jazzberry Jam #AB174D
RGB
CMYK
RGB Variations
Color information
#AB174D (or 0xAB174D) is known color: Jazzberry Jam. HEX triplet: AB, 17 and 4D. RGB value is (171,23,77). Sum of RGB (Red+Green+Blue) = 171+23+77=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB174D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB174D is #54E8B2. Grayscale: #494949. Windows color (decimal): -5564595 or 5052331. OLE color: 5052331.
HSL color Cylindrical-coordinate representation of color #AB174D: hue angle of 338.11º 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 #AB174D is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 77 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.33 |
| HSL | 338.11º | 0.76% | 0.38% | - |
| HSV(B) | 338.11º | 0.87% | 0.67% | - |
| XYZ | 18.44 | 9.81 | 7.94 | - |
| YUV | 73.41 | 130.03 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 77 | 0 | 0.87 | 0.55 | 0.33 | 338.11 | 0.76 | 0.38 |
| Hex | AB | 17 | 4D | 0 | 57 | 37 | 21 | 152 | 4C | 26 |
| Octal | 253 | 27 | 115 | 0 | 127 | 67 | 41 | 522 | 114 | 46 |
| Binary | 10101011 | 10111 | 1001101 | 0 | 1010111 | 110111 | 100001 | 101010010 | 1001100 | 100110 |
Color Harmonies of #AB174D
Complementary color
Monochromatic Colors of #AB174D
Black with #AB174D
Text Example
Text Example
White with #AB174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB174D; }
p { color: rgb(171,23,77); }
H1.HeaderClassName
{
color: #AB174D;
}
.AnyTagClassName
{
color: #AB174D;
}
</style>
background-color css
<style>
a { background-color: #AB174D; }
a { background-color: rgb(171,23,77); }
div.DivClassName
{
background-color: #AB174D;
}
.BgClassName
{
background-color: #AB174D;
}
</style>
border-color css
<style>
span { border-color: #AB174D; }
span { border-color: rgb(171,23,77); }
td.TdClassName
{
border-color: #AB174D;
}
.TagClassName
{
border-color: #AB174D;
}
</style>