Shades of Jazzberry Jam #A1115D
Tints of Jazzberry Jam #A1115D
RGB
CMYK
RGB Variations
Color information
#A1115D (or 0xA1115D) is known color: Jazzberry Jam. HEX triplet: A1, 11 and 5D. RGB value is (161,17,93). Sum of RGB (Red+Green+Blue) = 161+17+93=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A1115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1115D is #5EEEA2. Grayscale: #444444. Windows color (decimal): -6221475 or 6099361. OLE color: 6099361.
HSL color Cylindrical-coordinate representation of color #A1115D: hue angle of 328.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 #A1115D is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 93 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.37 |
| HSL | 328.33º | 0.81% | 0.35% | - |
| HSV(B) | 328.33º | 0.89% | 0.63% | - |
| XYZ | 16.87 | 8.77 | 11.16 | - |
| YUV | 68.72 | 141.71 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 93 | 0 | 0.89 | 0.42 | 0.37 | 328.33 | 0.81 | 0.35 |
| Hex | A1 | 11 | 5D | 0 | 59 | 2A | 25 | 148 | 51 | 23 |
| Octal | 241 | 21 | 135 | 0 | 131 | 52 | 45 | 510 | 121 | 43 |
| Binary | 10100001 | 10001 | 1011101 | 0 | 1011001 | 101010 | 100101 | 101001000 | 1010001 | 100011 |
Color Harmonies of #A1115D
Complementary color
Monochromatic Colors of #A1115D
Black with #A1115D
Text Example
Text Example
White with #A1115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1115D; }
p { color: rgb(161,17,93); }
H1.HeaderClassName
{
color: #A1115D;
}
.AnyTagClassName
{
color: #A1115D;
}
</style>
background-color css
<style>
a { background-color: #A1115D; }
a { background-color: rgb(161,17,93); }
div.DivClassName
{
background-color: #A1115D;
}
.BgClassName
{
background-color: #A1115D;
}
</style>
border-color css
<style>
span { border-color: #A1115D; }
span { border-color: rgb(161,17,93); }
td.TdClassName
{
border-color: #A1115D;
}
.TagClassName
{
border-color: #A1115D;
}
</style>