Shades of Jazzberry Jam #AA2261
Tints of Jazzberry Jam #AA2261
RGB
CMYK
RGB Variations
Color information
#AA2261 (or 0xAA2261) is known color: Jazzberry Jam. HEX triplet: AA, 22 and 61. RGB value is (170,34,97). Sum of RGB (Red+Green+Blue) = 170+34+97=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2261 is #55DD9E. Grayscale: #515151. Windows color (decimal): -5627295 or 6365866. OLE color: 6365866.
HSL color Cylindrical-coordinate representation of color #AA2261: hue angle of 332.21º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2261 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 97 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.33 |
| HSL | 332.21º | 0.67% | 0.4% | - |
| HSV(B) | 332.21º | 0.8% | 0.67% | - |
| XYZ | 19.31 | 10.55 | 12.33 | - |
| YUV | 81.85 | 136.56 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 97 | 0 | 0.80 | 0.43 | 0.33 | 332.21 | 0.67 | 0.4 |
| Hex | AA | 22 | 61 | 0 | 50 | 2B | 21 | 14C | 43 | 28 |
| Octal | 252 | 42 | 141 | 0 | 120 | 53 | 41 | 514 | 103 | 50 |
| Binary | 10101010 | 100010 | 1100001 | 0 | 1010000 | 101011 | 100001 | 101001100 | 1000011 | 101000 |
Color Harmonies of #AA2261
Complementary color
Monochromatic Colors of #AA2261
Black with #AA2261
Text Example
Text Example
White with #AA2261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2261; }
p { color: rgb(170,34,97); }
H1.HeaderClassName
{
color: #AA2261;
}
.AnyTagClassName
{
color: #AA2261;
}
</style>
background-color css
<style>
a { background-color: #AA2261; }
a { background-color: rgb(170,34,97); }
div.DivClassName
{
background-color: #AA2261;
}
.BgClassName
{
background-color: #AA2261;
}
</style>
border-color css
<style>
span { border-color: #AA2261; }
span { border-color: rgb(170,34,97); }
td.TdClassName
{
border-color: #AA2261;
}
.TagClassName
{
border-color: #AA2261;
}
</style>