Shades of Jazzberry Jam #AA1346
Tints of Jazzberry Jam #AA1346
RGB
CMYK
RGB Variations
Color information
#AA1346 (or 0xAA1346) is known color: Jazzberry Jam. HEX triplet: AA, 13 and 46. RGB value is (170,19,70). Sum of RGB (Red+Green+Blue) = 170+19+70=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1346 is #55ECB9. Grayscale: #454545. Windows color (decimal): -5631162 or 4592554. OLE color: 4592554.
HSL color Cylindrical-coordinate representation of color #AA1346: hue angle of 339.74º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1346 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 70 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.33 |
| HSL | 339.74º | 0.8% | 0.37% | - |
| HSV(B) | 339.74º | 0.89% | 0.67% | - |
| XYZ | 17.92 | 9.45 | 6.67 | - |
| YUV | 69.96 | 128.03 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 70 | 0 | 0.89 | 0.59 | 0.33 | 339.74 | 0.8 | 0.37 |
| Hex | AA | 13 | 46 | 0 | 59 | 3B | 21 | 154 | 50 | 25 |
| Octal | 252 | 23 | 106 | 0 | 131 | 73 | 41 | 524 | 120 | 45 |
| Binary | 10101010 | 10011 | 1000110 | 0 | 1011001 | 111011 | 100001 | 101010100 | 1010000 | 100101 |
Color Harmonies of #AA1346
Complementary color
Monochromatic Colors of #AA1346
Black with #AA1346
Text Example
Text Example
White with #AA1346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1346; }
p { color: rgb(170,19,70); }
H1.HeaderClassName
{
color: #AA1346;
}
.AnyTagClassName
{
color: #AA1346;
}
</style>
background-color css
<style>
a { background-color: #AA1346; }
a { background-color: rgb(170,19,70); }
div.DivClassName
{
background-color: #AA1346;
}
.BgClassName
{
background-color: #AA1346;
}
</style>
border-color css
<style>
span { border-color: #AA1346; }
span { border-color: rgb(170,19,70); }
td.TdClassName
{
border-color: #AA1346;
}
.TagClassName
{
border-color: #AA1346;
}
</style>