Shades of Jazzberry Jam #A1166C
Tints of Jazzberry Jam #A1166C
RGB
CMYK
RGB Variations
Color information
#A1166C (or 0xA1166C) is known color: Jazzberry Jam. HEX triplet: A1, 16 and 6C. RGB value is (161,22,108). Sum of RGB (Red+Green+Blue) = 161+22+108=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A1166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1166C is #5EE993. Grayscale: #494949. Windows color (decimal): -6220180 or 7083681. OLE color: 7083681.
HSL color Cylindrical-coordinate representation of color #A1166C: hue angle of 322.88º 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 #A1166C is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 108 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.37 |
| HSL | 322.88º | 0.76% | 0.36% | - |
| HSV(B) | 322.88º | 0.86% | 0.63% | - |
| XYZ | 17.69 | 9.23 | 15.04 | - |
| YUV | 73.37 | 147.55 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 108 | 0 | 0.86 | 0.33 | 0.37 | 322.88 | 0.76 | 0.36 |
| Hex | A1 | 16 | 6C | 0 | 56 | 21 | 25 | 143 | 4C | 24 |
| Octal | 241 | 26 | 154 | 0 | 126 | 41 | 45 | 503 | 114 | 44 |
| Binary | 10100001 | 10110 | 1101100 | 0 | 1010110 | 100001 | 100101 | 101000011 | 1001100 | 100100 |
Color Harmonies of #A1166C
Complementary color
Monochromatic Colors of #A1166C
Black with #A1166C
Text Example
Text Example
White with #A1166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1166C; }
p { color: rgb(161,22,108); }
H1.HeaderClassName
{
color: #A1166C;
}
.AnyTagClassName
{
color: #A1166C;
}
</style>
background-color css
<style>
a { background-color: #A1166C; }
a { background-color: rgb(161,22,108); }
div.DivClassName
{
background-color: #A1166C;
}
.BgClassName
{
background-color: #A1166C;
}
</style>
border-color css
<style>
span { border-color: #A1166C; }
span { border-color: rgb(161,22,108); }
td.TdClassName
{
border-color: #A1166C;
}
.TagClassName
{
border-color: #A1166C;
}
</style>