Shades of Jazzberry Jam #A11359
Tints of Jazzberry Jam #A11359
RGB
CMYK
RGB Variations
Color information
#A11359 (or 0xA11359) is known color: Jazzberry Jam. HEX triplet: A1, 13 and 59. RGB value is (161,19,89). Sum of RGB (Red+Green+Blue) = 161+19+89=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A11359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11359 is #5EECA6. Grayscale: #454545. Windows color (decimal): -6220967 or 5837729. OLE color: 5837729.
HSL color Cylindrical-coordinate representation of color #A11359: hue angle of 330.42º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11359 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 89 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.37 |
| HSL | 330.42º | 0.79% | 0.35% | - |
| HSV(B) | 330.42º | 0.88% | 0.63% | - |
| XYZ | 16.73 | 8.76 | 10.26 | - |
| YUV | 69.44 | 139.04 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 89 | 0 | 0.88 | 0.45 | 0.37 | 330.42 | 0.79 | 0.35 |
| Hex | A1 | 13 | 59 | 0 | 58 | 2D | 25 | 14A | 4F | 23 |
| Octal | 241 | 23 | 131 | 0 | 130 | 55 | 45 | 512 | 117 | 43 |
| Binary | 10100001 | 10011 | 1011001 | 0 | 1011000 | 101101 | 100101 | 101001010 | 1001111 | 100011 |
Color Harmonies of #A11359
Complementary color
Monochromatic Colors of #A11359
Black with #A11359
Text Example
Text Example
White with #A11359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11359; }
p { color: rgb(161,19,89); }
H1.HeaderClassName
{
color: #A11359;
}
.AnyTagClassName
{
color: #A11359;
}
</style>
background-color css
<style>
a { background-color: #A11359; }
a { background-color: rgb(161,19,89); }
div.DivClassName
{
background-color: #A11359;
}
.BgClassName
{
background-color: #A11359;
}
</style>
border-color css
<style>
span { border-color: #A11359; }
span { border-color: rgb(161,19,89); }
td.TdClassName
{
border-color: #A11359;
}
.TagClassName
{
border-color: #A11359;
}
</style>