Shades of Jazzberry Jam #A1106D
Tints of Jazzberry Jam #A1106D
RGB
CMYK
RGB Variations
Color information
#A1106D (or 0xA1106D) is known color: Jazzberry Jam. HEX triplet: A1, 10 and 6D. RGB value is (161,16,109). Sum of RGB (Red+Green+Blue) = 161+16+109=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A1106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1106D is #5EEF92. Grayscale: #454545. Windows color (decimal): -6221715 or 7147681. OLE color: 7147681.
HSL color Cylindrical-coordinate representation of color #A1106D: hue angle of 321.52º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1106D is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 109 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.37 |
| HSL | 321.52º | 0.82% | 0.35% | - |
| HSV(B) | 321.52º | 0.9% | 0.63% | - |
| XYZ | 17.64 | 9.05 | 15.29 | - |
| YUV | 69.96 | 150.04 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 109 | 0 | 0.90 | 0.32 | 0.37 | 321.52 | 0.82 | 0.35 |
| Hex | A1 | 10 | 6D | 0 | 5A | 20 | 25 | 142 | 52 | 23 |
| Octal | 241 | 20 | 155 | 0 | 132 | 40 | 45 | 502 | 122 | 43 |
| Binary | 10100001 | 10000 | 1101101 | 0 | 1011010 | 100000 | 100101 | 101000010 | 1010010 | 100011 |
Color Harmonies of #A1106D
Complementary color
Monochromatic Colors of #A1106D
Black with #A1106D
Text Example
Text Example
White with #A1106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1106D; }
p { color: rgb(161,16,109); }
H1.HeaderClassName
{
color: #A1106D;
}
.AnyTagClassName
{
color: #A1106D;
}
</style>
background-color css
<style>
a { background-color: #A1106D; }
a { background-color: rgb(161,16,109); }
div.DivClassName
{
background-color: #A1106D;
}
.BgClassName
{
background-color: #A1106D;
}
</style>
border-color css
<style>
span { border-color: #A1106D; }
span { border-color: rgb(161,16,109); }
td.TdClassName
{
border-color: #A1106D;
}
.TagClassName
{
border-color: #A1106D;
}
</style>