Shades of Jazzberry Jam #AB115B
Tints of Jazzberry Jam #AB115B
RGB
CMYK
RGB Variations
Color information
#AB115B (or 0xAB115B) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 5B. RGB value is (171,17,91). Sum of RGB (Red+Green+Blue) = 171+17+91=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB115B is #54EEA4. Grayscale: #474747. Windows color (decimal): -5566117 or 5968299. OLE color: 5968299.
HSL color Cylindrical-coordinate representation of color #AB115B: hue angle of 331.17º 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 #AB115B is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 91 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.33 |
| HSL | 331.17º | 0.82% | 0.37% | - |
| HSV(B) | 331.17º | 0.9% | 0.67% | - |
| XYZ | 18.88 | 9.81 | 10.8 | - |
| YUV | 71.48 | 139.02 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 91 | 0 | 0.90 | 0.47 | 0.33 | 331.17 | 0.82 | 0.37 |
| Hex | AB | 11 | 5B | 0 | 5A | 2F | 21 | 14B | 52 | 25 |
| Octal | 253 | 21 | 133 | 0 | 132 | 57 | 41 | 513 | 122 | 45 |
| Binary | 10101011 | 10001 | 1011011 | 0 | 1011010 | 101111 | 100001 | 101001011 | 1010010 | 100101 |
Color Harmonies of #AB115B
Complementary color
Monochromatic Colors of #AB115B
Black with #AB115B
Text Example
Text Example
White with #AB115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB115B; }
p { color: rgb(171,17,91); }
H1.HeaderClassName
{
color: #AB115B;
}
.AnyTagClassName
{
color: #AB115B;
}
</style>
background-color css
<style>
a { background-color: #AB115B; }
a { background-color: rgb(171,17,91); }
div.DivClassName
{
background-color: #AB115B;
}
.BgClassName
{
background-color: #AB115B;
}
</style>
border-color css
<style>
span { border-color: #AB115B; }
span { border-color: rgb(171,17,91); }
td.TdClassName
{
border-color: #AB115B;
}
.TagClassName
{
border-color: #AB115B;
}
</style>