Shades of Jazzberry Jam #A1156C
Tints of Jazzberry Jam #A1156C
RGB
CMYK
RGB Variations
Color information
#A1156C (or 0xA1156C) is known color: Jazzberry Jam. HEX triplet: A1, 15 and 6C. RGB value is (161,21,108). Sum of RGB (Red+Green+Blue) = 161+21+108=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A1156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1156C is #5EEA93. Grayscale: #484848. Windows color (decimal): -6220436 or 7083425. OLE color: 7083425.
HSL color Cylindrical-coordinate representation of color #A1156C: hue angle of 322.71º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1156C is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 21 | 108 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.37 |
| HSL | 322.71º | 0.77% | 0.36% | - |
| HSV(B) | 322.71º | 0.87% | 0.63% | - |
| XYZ | 17.67 | 9.2 | 15.03 | - |
| YUV | 72.78 | 147.88 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 108 | 0 | 0.87 | 0.33 | 0.37 | 322.71 | 0.77 | 0.36 |
| Hex | A1 | 15 | 6C | 0 | 57 | 21 | 25 | 143 | 4D | 24 |
| Octal | 241 | 25 | 154 | 0 | 127 | 41 | 45 | 503 | 115 | 44 |
| Binary | 10100001 | 10101 | 1101100 | 0 | 1010111 | 100001 | 100101 | 101000011 | 1001101 | 100100 |
Color Harmonies of #A1156C
Complementary color
Monochromatic Colors of #A1156C
Black with #A1156C
Text Example
Text Example
White with #A1156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1156C; }
p { color: rgb(161,21,108); }
H1.HeaderClassName
{
color: #A1156C;
}
.AnyTagClassName
{
color: #A1156C;
}
</style>
background-color css
<style>
a { background-color: #A1156C; }
a { background-color: rgb(161,21,108); }
div.DivClassName
{
background-color: #A1156C;
}
.BgClassName
{
background-color: #A1156C;
}
</style>
border-color css
<style>
span { border-color: #A1156C; }
span { border-color: rgb(161,21,108); }
td.TdClassName
{
border-color: #A1156C;
}
.TagClassName
{
border-color: #A1156C;
}
</style>