Shades of Jazzberry Jam #A1116D
Tints of Jazzberry Jam #A1116D
RGB
CMYK
RGB Variations
Color information
#A1116D (or 0xA1116D) is known color: Jazzberry Jam. HEX triplet: A1, 11 and 6D. RGB value is (161,17,109). Sum of RGB (Red+Green+Blue) = 161+17+109=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A1116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1116D is #5EEE92. Grayscale: #464646. Windows color (decimal): -6221459 or 7147937. OLE color: 7147937.
HSL color Cylindrical-coordinate representation of color #A1116D: hue angle of 321.67º 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 #A1116D is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 109 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.37 |
| HSL | 321.67º | 0.81% | 0.35% | - |
| HSV(B) | 321.67º | 0.89% | 0.63% | - |
| XYZ | 17.66 | 9.08 | 15.29 | - |
| YUV | 70.54 | 149.71 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 109 | 0 | 0.89 | 0.32 | 0.37 | 321.67 | 0.81 | 0.35 |
| Hex | A1 | 11 | 6D | 0 | 59 | 20 | 25 | 142 | 51 | 23 |
| Octal | 241 | 21 | 155 | 0 | 131 | 40 | 45 | 502 | 121 | 43 |
| Binary | 10100001 | 10001 | 1101101 | 0 | 1011001 | 100000 | 100101 | 101000010 | 1010001 | 100011 |
Color Harmonies of #A1116D
Complementary color
Monochromatic Colors of #A1116D
Black with #A1116D
Text Example
Text Example
White with #A1116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1116D; }
p { color: rgb(161,17,109); }
H1.HeaderClassName
{
color: #A1116D;
}
.AnyTagClassName
{
color: #A1116D;
}
</style>
background-color css
<style>
a { background-color: #A1116D; }
a { background-color: rgb(161,17,109); }
div.DivClassName
{
background-color: #A1116D;
}
.BgClassName
{
background-color: #A1116D;
}
</style>
border-color css
<style>
span { border-color: #A1116D; }
span { border-color: rgb(161,17,109); }
td.TdClassName
{
border-color: #A1116D;
}
.TagClassName
{
border-color: #A1116D;
}
</style>