Shades of Jazzberry Jam #AB1B5C
Tints of Jazzberry Jam #AB1B5C
RGB
CMYK
RGB Variations
Color information
#AB1B5C (or 0xAB1B5C) is known color: Jazzberry Jam. HEX triplet: AB, 1B and 5C. RGB value is (171,27,92). Sum of RGB (Red+Green+Blue) = 171+27+92=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1B5C is #54E4A3. Grayscale: #4D4D4D. Windows color (decimal): -5563556 or 6036395. OLE color: 6036395.
HSL color Cylindrical-coordinate representation of color #AB1B5C: hue angle of 332.92º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1B5C is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 27 | 92 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.33 |
| HSL | 332.92º | 0.73% | 0.39% | - |
| HSV(B) | 332.92º | 0.84% | 0.67% | - |
| XYZ | 19.12 | 10.21 | 11.09 | - |
| YUV | 77.47 | 136.21 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 27 | 92 | 0 | 0.84 | 0.46 | 0.33 | 332.92 | 0.73 | 0.39 |
| Hex | AB | 1B | 5C | 0 | 54 | 2E | 21 | 14D | 49 | 27 |
| Octal | 253 | 33 | 134 | 0 | 124 | 56 | 41 | 515 | 111 | 47 |
| Binary | 10101011 | 11011 | 1011100 | 0 | 1010100 | 101110 | 100001 | 101001101 | 1001001 | 100111 |
Color Harmonies of #AB1B5C
Complementary color
Monochromatic Colors of #AB1B5C
Black with #AB1B5C
Text Example
Text Example
White with #AB1B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1B5C; }
p { color: rgb(171,27,92); }
H1.HeaderClassName
{
color: #AB1B5C;
}
.AnyTagClassName
{
color: #AB1B5C;
}
</style>
background-color css
<style>
a { background-color: #AB1B5C; }
a { background-color: rgb(171,27,92); }
div.DivClassName
{
background-color: #AB1B5C;
}
.BgClassName
{
background-color: #AB1B5C;
}
</style>
border-color css
<style>
span { border-color: #AB1B5C; }
span { border-color: rgb(171,27,92); }
td.TdClassName
{
border-color: #AB1B5C;
}
.TagClassName
{
border-color: #AB1B5C;
}
</style>