Shades of Jazzberry Jam #AB184C
Tints of Jazzberry Jam #AB184C
RGB
CMYK
RGB Variations
Color information
#AB184C (or 0xAB184C) is known color: Jazzberry Jam. HEX triplet: AB, 18 and 4C. RGB value is (171,24,76). Sum of RGB (Red+Green+Blue) = 171+24+76=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB184C is #54E7B3. Grayscale: #494949. Windows color (decimal): -5564340 or 4987051. OLE color: 4987051.
HSL color Cylindrical-coordinate representation of color #AB184C: hue angle of 338.78º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB184C is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 76 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.33 |
| HSL | 338.78º | 0.75% | 0.38% | - |
| HSV(B) | 338.78º | 0.86% | 0.67% | - |
| XYZ | 18.43 | 9.83 | 7.76 | - |
| YUV | 73.88 | 129.2 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 76 | 0 | 0.86 | 0.56 | 0.33 | 338.78 | 0.75 | 0.38 |
| Hex | AB | 18 | 4C | 0 | 56 | 38 | 21 | 153 | 4B | 26 |
| Octal | 253 | 30 | 114 | 0 | 126 | 70 | 41 | 523 | 113 | 46 |
| Binary | 10101011 | 11000 | 1001100 | 0 | 1010110 | 111000 | 100001 | 101010011 | 1001011 | 100110 |
Color Harmonies of #AB184C
Complementary color
Monochromatic Colors of #AB184C
Black with #AB184C
Text Example
Text Example
White with #AB184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB184C; }
p { color: rgb(171,24,76); }
H1.HeaderClassName
{
color: #AB184C;
}
.AnyTagClassName
{
color: #AB184C;
}
</style>
background-color css
<style>
a { background-color: #AB184C; }
a { background-color: rgb(171,24,76); }
div.DivClassName
{
background-color: #AB184C;
}
.BgClassName
{
background-color: #AB184C;
}
</style>
border-color css
<style>
span { border-color: #AB184C; }
span { border-color: rgb(171,24,76); }
td.TdClassName
{
border-color: #AB184C;
}
.TagClassName
{
border-color: #AB184C;
}
</style>