Shades of Jazzberry Jam #AB156C
Tints of Jazzberry Jam #AB156C
RGB
CMYK
RGB Variations
Color information
#AB156C (or 0xAB156C) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 6C. RGB value is (171,21,108). Sum of RGB (Red+Green+Blue) = 171+21+108=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB156C is #54EA93. Grayscale: #4B4B4B. Windows color (decimal): -5565076 or 7083435. OLE color: 7083435.
HSL color Cylindrical-coordinate representation of color #AB156C: hue angle of 325.2º 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 #AB156C is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 108 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.33 |
| HSL | 325.2º | 0.78% | 0.38% | - |
| HSV(B) | 325.2º | 0.88% | 0.67% | - |
| XYZ | 19.77 | 10.28 | 15.13 | - |
| YUV | 75.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 108 | 0 | 0.88 | 0.37 | 0.33 | 325.2 | 0.78 | 0.38 |
| Hex | AB | 15 | 6C | 0 | 58 | 25 | 21 | 145 | 4E | 26 |
| Octal | 253 | 25 | 154 | 0 | 130 | 45 | 41 | 505 | 116 | 46 |
| Binary | 10101011 | 10101 | 1101100 | 0 | 1011000 | 100101 | 100001 | 101000101 | 1001110 | 100110 |
Color Harmonies of #AB156C
Complementary color
Monochromatic Colors of #AB156C
Black with #AB156C
Text Example
Text Example
White with #AB156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB156C; }
p { color: rgb(171,21,108); }
H1.HeaderClassName
{
color: #AB156C;
}
.AnyTagClassName
{
color: #AB156C;
}
</style>
background-color css
<style>
a { background-color: #AB156C; }
a { background-color: rgb(171,21,108); }
div.DivClassName
{
background-color: #AB156C;
}
.BgClassName
{
background-color: #AB156C;
}
</style>
border-color css
<style>
span { border-color: #AB156C; }
span { border-color: rgb(171,21,108); }
td.TdClassName
{
border-color: #AB156C;
}
.TagClassName
{
border-color: #AB156C;
}
</style>