Shades of Jazzberry Jam #A11151
Tints of Jazzberry Jam #A11151
RGB
CMYK
RGB Variations
Color information
#A11151 (or 0xA11151) is known color: Jazzberry Jam. HEX triplet: A1, 11 and 51. RGB value is (161,17,81). Sum of RGB (Red+Green+Blue) = 161+17+81=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A11151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11151 is #5EEEAE. Grayscale: #434343. Windows color (decimal): -6221487 or 5312929. OLE color: 5312929.
HSL color Cylindrical-coordinate representation of color #A11151: hue angle of 333.33º 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 #A11151 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 81 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.37 |
| HSL | 333.33º | 0.81% | 0.35% | - |
| HSV(B) | 333.33º | 0.89% | 0.63% | - |
| XYZ | 16.38 | 8.57 | 8.58 | - |
| YUV | 67.35 | 135.71 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 81 | 0 | 0.89 | 0.50 | 0.37 | 333.33 | 0.81 | 0.35 |
| Hex | A1 | 11 | 51 | 0 | 59 | 32 | 25 | 14D | 51 | 23 |
| Octal | 241 | 21 | 121 | 0 | 131 | 62 | 45 | 515 | 121 | 43 |
| Binary | 10100001 | 10001 | 1010001 | 0 | 1011001 | 110010 | 100101 | 101001101 | 1010001 | 100011 |
Color Harmonies of #A11151
Complementary color
Monochromatic Colors of #A11151
Black with #A11151
Text Example
Text Example
White with #A11151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11151; }
p { color: rgb(161,17,81); }
H1.HeaderClassName
{
color: #A11151;
}
.AnyTagClassName
{
color: #A11151;
}
</style>
background-color css
<style>
a { background-color: #A11151; }
a { background-color: rgb(161,17,81); }
div.DivClassName
{
background-color: #A11151;
}
.BgClassName
{
background-color: #A11151;
}
</style>
border-color css
<style>
span { border-color: #A11151; }
span { border-color: rgb(161,17,81); }
td.TdClassName
{
border-color: #A11151;
}
.TagClassName
{
border-color: #A11151;
}
</style>