Shades of Jazzberry Jam #AA1976
Tints of Jazzberry Jam #AA1976
RGB
CMYK
RGB Variations
Color information
#AA1976 (or 0xAA1976) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 76. RGB value is (170,25,118). Sum of RGB (Red+Green+Blue) = 170+25+118=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1976 is #55E689. Grayscale: #4E4E4E. Windows color (decimal): -5629578 or 7739818. OLE color: 7739818.
HSL color Cylindrical-coordinate representation of color #AA1976: hue angle of 321.52º 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 #AA1976 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 118 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.33 |
| HSL | 321.52º | 0.74% | 0.38% | - |
| HSV(B) | 321.52º | 0.85% | 0.67% | - |
| XYZ | 20.2 | 10.55 | 18.11 | - |
| YUV | 78.96 | 150.04 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 118 | 0 | 0.85 | 0.31 | 0.33 | 321.52 | 0.74 | 0.38 |
| Hex | AA | 19 | 76 | 0 | 55 | 1F | 21 | 142 | 4A | 26 |
| Octal | 252 | 31 | 166 | 0 | 125 | 37 | 41 | 502 | 112 | 46 |
| Binary | 10101010 | 11001 | 1110110 | 0 | 1010101 | 11111 | 100001 | 101000010 | 1001010 | 100110 |
Color Harmonies of #AA1976
Complementary color
Monochromatic Colors of #AA1976
Black with #AA1976
Text Example
Text Example
White with #AA1976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1976; }
p { color: rgb(170,25,118); }
H1.HeaderClassName
{
color: #AA1976;
}
.AnyTagClassName
{
color: #AA1976;
}
</style>
background-color css
<style>
a { background-color: #AA1976; }
a { background-color: rgb(170,25,118); }
div.DivClassName
{
background-color: #AA1976;
}
.BgClassName
{
background-color: #AA1976;
}
</style>
border-color css
<style>
span { border-color: #AA1976; }
span { border-color: rgb(170,25,118); }
td.TdClassName
{
border-color: #AA1976;
}
.TagClassName
{
border-color: #AA1976;
}
</style>