Shades of Jazzberry Jam #AB115C
Tints of Jazzberry Jam #AB115C
RGB
CMYK
RGB Variations
Color information
#AB115C (or 0xAB115C) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 5C. RGB value is (171,17,92). Sum of RGB (Red+Green+Blue) = 171+17+92=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB115C is #54EEA3. Grayscale: #474747. Windows color (decimal): -5566116 or 6033835. OLE color: 6033835.
HSL color Cylindrical-coordinate representation of color #AB115C: hue angle of 330.78º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB115C is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 92 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.33 |
| HSL | 330.78º | 0.82% | 0.37% | - |
| HSV(B) | 330.78º | 0.9% | 0.67% | - |
| XYZ | 18.93 | 9.83 | 11.03 | - |
| YUV | 71.6 | 139.52 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 92 | 0 | 0.90 | 0.46 | 0.33 | 330.78 | 0.82 | 0.37 |
| Hex | AB | 11 | 5C | 0 | 5A | 2E | 21 | 14B | 52 | 25 |
| Octal | 253 | 21 | 134 | 0 | 132 | 56 | 41 | 513 | 122 | 45 |
| Binary | 10101011 | 10001 | 1011100 | 0 | 1011010 | 101110 | 100001 | 101001011 | 1010010 | 100101 |
Color Harmonies of #AB115C
Complementary color
Monochromatic Colors of #AB115C
Black with #AB115C
Text Example
Text Example
White with #AB115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB115C; }
p { color: rgb(171,17,92); }
H1.HeaderClassName
{
color: #AB115C;
}
.AnyTagClassName
{
color: #AB115C;
}
</style>
background-color css
<style>
a { background-color: #AB115C; }
a { background-color: rgb(171,17,92); }
div.DivClassName
{
background-color: #AB115C;
}
.BgClassName
{
background-color: #AB115C;
}
</style>
border-color css
<style>
span { border-color: #AB115C; }
span { border-color: rgb(171,17,92); }
td.TdClassName
{
border-color: #AB115C;
}
.TagClassName
{
border-color: #AB115C;
}
</style>