Shades of Jazzberry Jam #A1095C
Tints of Jazzberry Jam #A1095C
RGB
CMYK
RGB Variations
Color information
#A1095C (or 0xA1095C) is known color: Jazzberry Jam. HEX triplet: A1, 09 and 5C. RGB value is (161,9,92). Sum of RGB (Red+Green+Blue) = 161+9+92=262 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.45% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 161 - color contains mainly: red. Hex color #A1095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1095C is #5EF6A3. Grayscale: #3F3F3F. Windows color (decimal): -6223524 or 6031777. OLE color: 6031777.
HSL color Cylindrical-coordinate representation of color #A1095C: hue angle of 327.24º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1095C is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 9 | 92 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.37 |
| HSL | 327.24º | 0.89% | 0.33% | - |
| HSV(B) | 327.24º | 0.94% | 0.63% | - |
| XYZ | 16.73 | 8.55 | 10.89 | - |
| YUV | 63.91 | 143.86 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 92 | 0 | 0.94 | 0.43 | 0.37 | 327.24 | 0.89 | 0.33 |
| Hex | A1 | 9 | 5C | 0 | 5E | 2B | 25 | 147 | 59 | 21 |
| Octal | 241 | 11 | 134 | 0 | 136 | 53 | 45 | 507 | 131 | 41 |
| Binary | 10100001 | 1001 | 1011100 | 0 | 1011110 | 101011 | 100101 | 101000111 | 1011001 | 100001 |
Color Harmonies of #A1095C
Complementary color
Monochromatic Colors of #A1095C
Black with #A1095C
Text Example
Text Example
White with #A1095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1095C; }
p { color: rgb(161,9,92); }
H1.HeaderClassName
{
color: #A1095C;
}
.AnyTagClassName
{
color: #A1095C;
}
</style>
background-color css
<style>
a { background-color: #A1095C; }
a { background-color: rgb(161,9,92); }
div.DivClassName
{
background-color: #A1095C;
}
.BgClassName
{
background-color: #A1095C;
}
</style>
border-color css
<style>
span { border-color: #A1095C; }
span { border-color: rgb(161,9,92); }
td.TdClassName
{
border-color: #A1095C;
}
.TagClassName
{
border-color: #A1095C;
}
</style>