Shades of Jazzberry Jam #A1165D
Tints of Jazzberry Jam #A1165D
RGB
CMYK
RGB Variations
Color information
#A1165D (or 0xA1165D) is known color: Jazzberry Jam. HEX triplet: A1, 16 and 5D. RGB value is (161,22,93). Sum of RGB (Red+Green+Blue) = 161+22+93=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A1165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1165D is #5EE9A2. Grayscale: #474747. Windows color (decimal): -6220195 or 6100641. OLE color: 6100641.
HSL color Cylindrical-coordinate representation of color #A1165D: hue angle of 329.35º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1165D is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 93 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.37 |
| HSL | 329.35º | 0.76% | 0.36% | - |
| HSV(B) | 329.35º | 0.86% | 0.63% | - |
| XYZ | 16.96 | 8.94 | 11.19 | - |
| YUV | 71.66 | 140.05 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 93 | 0 | 0.86 | 0.42 | 0.37 | 329.35 | 0.76 | 0.36 |
| Hex | A1 | 16 | 5D | 0 | 56 | 2A | 25 | 149 | 4C | 24 |
| Octal | 241 | 26 | 135 | 0 | 126 | 52 | 45 | 511 | 114 | 44 |
| Binary | 10100001 | 10110 | 1011101 | 0 | 1010110 | 101010 | 100101 | 101001001 | 1001100 | 100100 |
Color Harmonies of #A1165D
Complementary color
Monochromatic Colors of #A1165D
Black with #A1165D
Text Example
Text Example
White with #A1165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1165D; }
p { color: rgb(161,22,93); }
H1.HeaderClassName
{
color: #A1165D;
}
.AnyTagClassName
{
color: #A1165D;
}
</style>
background-color css
<style>
a { background-color: #A1165D; }
a { background-color: rgb(161,22,93); }
div.DivClassName
{
background-color: #A1165D;
}
.BgClassName
{
background-color: #A1165D;
}
</style>
border-color css
<style>
span { border-color: #A1165D; }
span { border-color: rgb(161,22,93); }
td.TdClassName
{
border-color: #A1165D;
}
.TagClassName
{
border-color: #A1165D;
}
</style>