Shades of Jazzberry Jam #A11156
Tints of Jazzberry Jam #A11156
RGB
CMYK
RGB Variations
Color information
#A11156 (or 0xA11156) is known color: Jazzberry Jam. HEX triplet: A1, 11 and 56. RGB value is (161,17,86). Sum of RGB (Red+Green+Blue) = 161+17+86=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A11156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11156 is #5EEEA9. Grayscale: #434343. Windows color (decimal): -6221482 or 5640609. OLE color: 5640609.
HSL color Cylindrical-coordinate representation of color #A11156: hue angle of 331.25º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11156 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 86 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.37 |
| HSL | 331.25º | 0.81% | 0.35% | - |
| HSV(B) | 331.25º | 0.89% | 0.63% | - |
| XYZ | 16.58 | 8.65 | 9.6 | - |
| YUV | 67.92 | 138.21 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 86 | 0 | 0.89 | 0.47 | 0.37 | 331.25 | 0.81 | 0.35 |
| Hex | A1 | 11 | 56 | 0 | 59 | 2F | 25 | 14B | 51 | 23 |
| Octal | 241 | 21 | 126 | 0 | 131 | 57 | 45 | 513 | 121 | 43 |
| Binary | 10100001 | 10001 | 1010110 | 0 | 1011001 | 101111 | 100101 | 101001011 | 1010001 | 100011 |
Color Harmonies of #A11156
Complementary color
Monochromatic Colors of #A11156
Black with #A11156
Text Example
Text Example
White with #A11156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11156; }
p { color: rgb(161,17,86); }
H1.HeaderClassName
{
color: #A11156;
}
.AnyTagClassName
{
color: #A11156;
}
</style>
background-color css
<style>
a { background-color: #A11156; }
a { background-color: rgb(161,17,86); }
div.DivClassName
{
background-color: #A11156;
}
.BgClassName
{
background-color: #A11156;
}
</style>
border-color css
<style>
span { border-color: #A11156; }
span { border-color: rgb(161,17,86); }
td.TdClassName
{
border-color: #A11156;
}
.TagClassName
{
border-color: #A11156;
}
</style>