Shades of Jazzberry Jam #AA1961
Tints of Jazzberry Jam #AA1961
RGB
CMYK
RGB Variations
Color information
#AA1961 (or 0xAA1961) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 61. RGB value is (170,25,97). Sum of RGB (Red+Green+Blue) = 170+25+97=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1961 is #55E69E. Grayscale: #4C4C4C. Windows color (decimal): -5629599 or 6363562. OLE color: 6363562.
HSL color Cylindrical-coordinate representation of color #AA1961: hue angle of 330.21º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1961 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 97 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.33 |
| HSL | 330.21º | 0.74% | 0.38% | - |
| HSV(B) | 330.21º | 0.85% | 0.67% | - |
| XYZ | 19.08 | 10.1 | 12.25 | - |
| YUV | 76.56 | 139.54 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 97 | 0 | 0.85 | 0.43 | 0.33 | 330.21 | 0.74 | 0.38 |
| Hex | AA | 19 | 61 | 0 | 55 | 2B | 21 | 14A | 4A | 26 |
| Octal | 252 | 31 | 141 | 0 | 125 | 53 | 41 | 512 | 112 | 46 |
| Binary | 10101010 | 11001 | 1100001 | 0 | 1010101 | 101011 | 100001 | 101001010 | 1001010 | 100110 |
Color Harmonies of #AA1961
Complementary color
Monochromatic Colors of #AA1961
Black with #AA1961
Text Example
Text Example
White with #AA1961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1961; }
p { color: rgb(170,25,97); }
H1.HeaderClassName
{
color: #AA1961;
}
.AnyTagClassName
{
color: #AA1961;
}
</style>
background-color css
<style>
a { background-color: #AA1961; }
a { background-color: rgb(170,25,97); }
div.DivClassName
{
background-color: #AA1961;
}
.BgClassName
{
background-color: #AA1961;
}
</style>
border-color css
<style>
span { border-color: #AA1961; }
span { border-color: rgb(170,25,97); }
td.TdClassName
{
border-color: #AA1961;
}
.TagClassName
{
border-color: #AA1961;
}
</style>