Shades of Jazzberry Jam #A1165B
Tints of Jazzberry Jam #A1165B
RGB
CMYK
RGB Variations
Color information
#A1165B (or 0xA1165B) is known color: Jazzberry Jam. HEX triplet: A1, 16 and 5B. RGB value is (161,22,91). Sum of RGB (Red+Green+Blue) = 161+22+91=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A1165B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1165B is #5EE9A4. Grayscale: #474747. Windows color (decimal): -6220197 or 5969569. OLE color: 5969569.
HSL color Cylindrical-coordinate representation of color #A1165B: hue angle of 330.22º 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 #A1165B is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 91 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.37 |
| HSL | 330.22º | 0.76% | 0.36% | - |
| HSV(B) | 330.22º | 0.86% | 0.63% | - |
| XYZ | 16.87 | 8.91 | 10.73 | - |
| YUV | 71.43 | 139.05 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 91 | 0 | 0.86 | 0.43 | 0.37 | 330.22 | 0.76 | 0.36 |
| Hex | A1 | 16 | 5B | 0 | 56 | 2B | 25 | 14A | 4C | 24 |
| Octal | 241 | 26 | 133 | 0 | 126 | 53 | 45 | 512 | 114 | 44 |
| Binary | 10100001 | 10110 | 1011011 | 0 | 1010110 | 101011 | 100101 | 101001010 | 1001100 | 100100 |
Color Harmonies of #A1165B
Complementary color
Monochromatic Colors of #A1165B
Black with #A1165B
Text Example
Text Example
White with #A1165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1165B; }
p { color: rgb(161,22,91); }
H1.HeaderClassName
{
color: #A1165B;
}
.AnyTagClassName
{
color: #A1165B;
}
</style>
background-color css
<style>
a { background-color: #A1165B; }
a { background-color: rgb(161,22,91); }
div.DivClassName
{
background-color: #A1165B;
}
.BgClassName
{
background-color: #A1165B;
}
</style>
border-color css
<style>
span { border-color: #A1165B; }
span { border-color: rgb(161,22,91); }
td.TdClassName
{
border-color: #A1165B;
}
.TagClassName
{
border-color: #A1165B;
}
</style>