Shades of Jazzberry Jam #AB155C
Tints of Jazzberry Jam #AB155C
RGB
CMYK
RGB Variations
Color information
#AB155C (or 0xAB155C) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 5C. RGB value is (171,21,92). Sum of RGB (Red+Green+Blue) = 171+21+92=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB155C is #54EAA3. Grayscale: #494949. Windows color (decimal): -5565092 or 6034859. OLE color: 6034859.
HSL color Cylindrical-coordinate representation of color #AB155C: hue angle of 331.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB155C is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 92 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.33 |
| HSL | 331.6º | 0.78% | 0.38% | - |
| HSV(B) | 331.6º | 0.88% | 0.67% | - |
| XYZ | 18.99 | 9.97 | 11.05 | - |
| YUV | 73.94 | 138.2 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 92 | 0 | 0.88 | 0.46 | 0.33 | 331.6 | 0.78 | 0.38 |
| Hex | AB | 15 | 5C | 0 | 58 | 2E | 21 | 14C | 4E | 26 |
| Octal | 253 | 25 | 134 | 0 | 130 | 56 | 41 | 514 | 116 | 46 |
| Binary | 10101011 | 10101 | 1011100 | 0 | 1011000 | 101110 | 100001 | 101001100 | 1001110 | 100110 |
Color Harmonies of #AB155C
Complementary color
Monochromatic Colors of #AB155C
Black with #AB155C
Text Example
Text Example
White with #AB155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB155C; }
p { color: rgb(171,21,92); }
H1.HeaderClassName
{
color: #AB155C;
}
.AnyTagClassName
{
color: #AB155C;
}
</style>
background-color css
<style>
a { background-color: #AB155C; }
a { background-color: rgb(171,21,92); }
div.DivClassName
{
background-color: #AB155C;
}
.BgClassName
{
background-color: #AB155C;
}
</style>
border-color css
<style>
span { border-color: #AB155C; }
span { border-color: rgb(171,21,92); }
td.TdClassName
{
border-color: #AB155C;
}
.TagClassName
{
border-color: #AB155C;
}
</style>