Shades of Jazzberry Jam #AA1965
Tints of Jazzberry Jam #AA1965
RGB
CMYK
RGB Variations
Color information
#AA1965 (or 0xAA1965) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 65. RGB value is (170,25,101). Sum of RGB (Red+Green+Blue) = 170+25+101=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1965 is #55E69A. Grayscale: #4C4C4C. Windows color (decimal): -5629595 or 6625706. OLE color: 6625706.
HSL color Cylindrical-coordinate representation of color #AA1965: hue angle of 328.55º 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 #AA1965 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 101 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.33 |
| HSL | 328.55º | 0.74% | 0.38% | - |
| HSV(B) | 328.55º | 0.85% | 0.67% | - |
| XYZ | 19.27 | 10.18 | 13.26 | - |
| YUV | 77.02 | 141.54 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 101 | 0 | 0.85 | 0.41 | 0.33 | 328.55 | 0.74 | 0.38 |
| Hex | AA | 19 | 65 | 0 | 55 | 29 | 21 | 149 | 4A | 26 |
| Octal | 252 | 31 | 145 | 0 | 125 | 51 | 41 | 511 | 112 | 46 |
| Binary | 10101010 | 11001 | 1100101 | 0 | 1010101 | 101001 | 100001 | 101001001 | 1001010 | 100110 |
Color Harmonies of #AA1965
Complementary color
Monochromatic Colors of #AA1965
Black with #AA1965
Text Example
Text Example
White with #AA1965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1965; }
p { color: rgb(170,25,101); }
H1.HeaderClassName
{
color: #AA1965;
}
.AnyTagClassName
{
color: #AA1965;
}
</style>
background-color css
<style>
a { background-color: #AA1965; }
a { background-color: rgb(170,25,101); }
div.DivClassName
{
background-color: #AA1965;
}
.BgClassName
{
background-color: #AA1965;
}
</style>
border-color css
<style>
span { border-color: #AA1965; }
span { border-color: rgb(170,25,101); }
td.TdClassName
{
border-color: #AA1965;
}
.TagClassName
{
border-color: #AA1965;
}
</style>