Shades of Jazzberry Jam #AA1576
Tints of Jazzberry Jam #AA1576
RGB
CMYK
RGB Variations
Color information
#AA1576 (or 0xAA1576) is known color: Jazzberry Jam. HEX triplet: AA, 15 and 76. RGB value is (170,21,118). Sum of RGB (Red+Green+Blue) = 170+21+118=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1576 is #55EA89. Grayscale: #4C4C4C. Windows color (decimal): -5630602 or 7738794. OLE color: 7738794.
HSL color Cylindrical-coordinate representation of color #AA1576: hue angle of 320.94º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1576 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 118 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.33 |
| HSL | 320.94º | 0.78% | 0.37% | - |
| HSV(B) | 320.94º | 0.88% | 0.67% | - |
| XYZ | 20.12 | 10.39 | 18.08 | - |
| YUV | 76.61 | 151.36 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 118 | 0 | 0.88 | 0.31 | 0.33 | 320.94 | 0.78 | 0.37 |
| Hex | AA | 15 | 76 | 0 | 58 | 1F | 21 | 141 | 4E | 25 |
| Octal | 252 | 25 | 166 | 0 | 130 | 37 | 41 | 501 | 116 | 45 |
| Binary | 10101010 | 10101 | 1110110 | 0 | 1011000 | 11111 | 100001 | 101000001 | 1001110 | 100101 |
Color Harmonies of #AA1576
Complementary color
Monochromatic Colors of #AA1576
Black with #AA1576
Text Example
Text Example
White with #AA1576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1576; }
p { color: rgb(170,21,118); }
H1.HeaderClassName
{
color: #AA1576;
}
.AnyTagClassName
{
color: #AA1576;
}
</style>
background-color css
<style>
a { background-color: #AA1576; }
a { background-color: rgb(170,21,118); }
div.DivClassName
{
background-color: #AA1576;
}
.BgClassName
{
background-color: #AA1576;
}
</style>
border-color css
<style>
span { border-color: #AA1576; }
span { border-color: rgb(170,21,118); }
td.TdClassName
{
border-color: #AA1576;
}
.TagClassName
{
border-color: #AA1576;
}
</style>