Shades of Jazzberry Jam #AA1963
Tints of Jazzberry Jam #AA1963
RGB
CMYK
RGB Variations
Color information
#AA1963 (or 0xAA1963) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 63. RGB value is (170,25,99). Sum of RGB (Red+Green+Blue) = 170+25+99=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1963 is #55E69C. Grayscale: #4C4C4C. Windows color (decimal): -5629597 or 6494634. OLE color: 6494634.
HSL color Cylindrical-coordinate representation of color #AA1963: hue angle of 329.38º 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 #AA1963 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 99 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.33 |
| HSL | 329.38º | 0.74% | 0.38% | - |
| HSV(B) | 329.38º | 0.85% | 0.67% | - |
| XYZ | 19.18 | 10.14 | 12.75 | - |
| YUV | 76.79 | 140.54 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 99 | 0 | 0.85 | 0.42 | 0.33 | 329.38 | 0.74 | 0.38 |
| Hex | AA | 19 | 63 | 0 | 55 | 2A | 21 | 149 | 4A | 26 |
| Octal | 252 | 31 | 143 | 0 | 125 | 52 | 41 | 511 | 112 | 46 |
| Binary | 10101010 | 11001 | 1100011 | 0 | 1010101 | 101010 | 100001 | 101001001 | 1001010 | 100110 |
Color Harmonies of #AA1963
Complementary color
Monochromatic Colors of #AA1963
Black with #AA1963
Text Example
Text Example
White with #AA1963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1963; }
p { color: rgb(170,25,99); }
H1.HeaderClassName
{
color: #AA1963;
}
.AnyTagClassName
{
color: #AA1963;
}
</style>
background-color css
<style>
a { background-color: #AA1963; }
a { background-color: rgb(170,25,99); }
div.DivClassName
{
background-color: #AA1963;
}
.BgClassName
{
background-color: #AA1963;
}
</style>
border-color css
<style>
span { border-color: #AA1963; }
span { border-color: rgb(170,25,99); }
td.TdClassName
{
border-color: #AA1963;
}
.TagClassName
{
border-color: #AA1963;
}
</style>