Shades of Jazzberry Jam #A1166B
Tints of Jazzberry Jam #A1166B
RGB
CMYK
RGB Variations
Color information
#A1166B (or 0xA1166B) is known color: Jazzberry Jam. HEX triplet: A1, 16 and 6B. RGB value is (161,22,107). Sum of RGB (Red+Green+Blue) = 161+22+107=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A1166B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1166B is #5EE994. Grayscale: #494949. Windows color (decimal): -6220181 or 7018145. OLE color: 7018145.
HSL color Cylindrical-coordinate representation of color #A1166B: hue angle of 323.31º 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 #A1166B is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 107 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.37 |
| HSL | 323.31º | 0.76% | 0.36% | - |
| HSV(B) | 323.31º | 0.86% | 0.63% | - |
| XYZ | 17.64 | 9.21 | 14.76 | - |
| YUV | 73.25 | 147.05 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 107 | 0 | 0.86 | 0.34 | 0.37 | 323.31 | 0.76 | 0.36 |
| Hex | A1 | 16 | 6B | 0 | 56 | 22 | 25 | 143 | 4C | 24 |
| Octal | 241 | 26 | 153 | 0 | 126 | 42 | 45 | 503 | 114 | 44 |
| Binary | 10100001 | 10110 | 1101011 | 0 | 1010110 | 100010 | 100101 | 101000011 | 1001100 | 100100 |
Color Harmonies of #A1166B
Complementary color
Monochromatic Colors of #A1166B
Black with #A1166B
Text Example
Text Example
White with #A1166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1166B; }
p { color: rgb(161,22,107); }
H1.HeaderClassName
{
color: #A1166B;
}
.AnyTagClassName
{
color: #A1166B;
}
</style>
background-color css
<style>
a { background-color: #A1166B; }
a { background-color: rgb(161,22,107); }
div.DivClassName
{
background-color: #A1166B;
}
.BgClassName
{
background-color: #A1166B;
}
</style>
border-color css
<style>
span { border-color: #A1166B; }
span { border-color: rgb(161,22,107); }
td.TdClassName
{
border-color: #A1166B;
}
.TagClassName
{
border-color: #A1166B;
}
</style>