Shades of Jazzberry Jam #A1115F
Tints of Jazzberry Jam #A1115F
RGB
CMYK
RGB Variations
Color information
#A1115F (or 0xA1115F) is known color: Jazzberry Jam. HEX triplet: A1, 11 and 5F. RGB value is (161,17,95). Sum of RGB (Red+Green+Blue) = 161+17+95=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1115F is #5EEEA0. Grayscale: #444444. Windows color (decimal): -6221473 or 6230433. OLE color: 6230433.
HSL color Cylindrical-coordinate representation of color #A1115F: hue angle of 327.5º 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 #A1115F is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 95 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.37 |
| HSL | 327.5º | 0.81% | 0.35% | - |
| HSV(B) | 327.5º | 0.89% | 0.63% | - |
| XYZ | 16.96 | 8.8 | 11.63 | - |
| YUV | 68.95 | 142.71 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 95 | 0 | 0.89 | 0.41 | 0.37 | 327.5 | 0.81 | 0.35 |
| Hex | A1 | 11 | 5F | 0 | 59 | 29 | 25 | 148 | 51 | 23 |
| Octal | 241 | 21 | 137 | 0 | 131 | 51 | 45 | 510 | 121 | 43 |
| Binary | 10100001 | 10001 | 1011111 | 0 | 1011001 | 101001 | 100101 | 101001000 | 1010001 | 100011 |
Color Harmonies of #A1115F
Complementary color
Monochromatic Colors of #A1115F
Black with #A1115F
Text Example
Text Example
White with #A1115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1115F; }
p { color: rgb(161,17,95); }
H1.HeaderClassName
{
color: #A1115F;
}
.AnyTagClassName
{
color: #A1115F;
}
</style>
background-color css
<style>
a { background-color: #A1115F; }
a { background-color: rgb(161,17,95); }
div.DivClassName
{
background-color: #A1115F;
}
.BgClassName
{
background-color: #A1115F;
}
</style>
border-color css
<style>
span { border-color: #A1115F; }
span { border-color: rgb(161,17,95); }
td.TdClassName
{
border-color: #A1115F;
}
.TagClassName
{
border-color: #A1115F;
}
</style>