Shades of Jazzberry Jam #AA1966
Tints of Jazzberry Jam #AA1966
RGB
CMYK
RGB Variations
Color information
#AA1966 (or 0xAA1966) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 66. RGB value is (170,25,102). Sum of RGB (Red+Green+Blue) = 170+25+102=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1966 is #55E699. Grayscale: #4C4C4C. Windows color (decimal): -5629594 or 6691242. OLE color: 6691242.
HSL color Cylindrical-coordinate representation of color #AA1966: hue angle of 328.14º 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 #AA1966 is Cyan = 0, Magento = 0.85, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 102 | - |
| CMYK | 0 | 0.85 | 0.4 | 0.33 |
| HSL | 328.14º | 0.74% | 0.38% | - |
| HSV(B) | 328.14º | 0.85% | 0.67% | - |
| XYZ | 19.32 | 10.2 | 13.52 | - |
| YUV | 77.13 | 142.04 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 102 | 0 | 0.85 | 0.4 | 0.33 | 328.14 | 0.74 | 0.38 |
| Hex | AA | 19 | 66 | 0 | 55 | 28 | 21 | 148 | 4A | 26 |
| Octal | 252 | 31 | 146 | 0 | 125 | 50 | 41 | 510 | 112 | 46 |
| Binary | 10101010 | 11001 | 1100110 | 0 | 1010101 | 101000 | 100001 | 101001000 | 1001010 | 100110 |
Color Harmonies of #AA1966
Complementary color
Monochromatic Colors of #AA1966
Black with #AA1966
Text Example
Text Example
White with #AA1966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1966; }
p { color: rgb(170,25,102); }
H1.HeaderClassName
{
color: #AA1966;
}
.AnyTagClassName
{
color: #AA1966;
}
</style>
background-color css
<style>
a { background-color: #AA1966; }
a { background-color: rgb(170,25,102); }
div.DivClassName
{
background-color: #AA1966;
}
.BgClassName
{
background-color: #AA1966;
}
</style>
border-color css
<style>
span { border-color: #AA1966; }
span { border-color: rgb(170,25,102); }
td.TdClassName
{
border-color: #AA1966;
}
.TagClassName
{
border-color: #AA1966;
}
</style>