Shades of Jazzberry Jam #AA0561
Tints of Jazzberry Jam #AA0561
RGB
CMYK
RGB Variations
Color information
#AA0561 (or 0xAA0561) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 61. RGB value is (170,5,97). Sum of RGB (Red+Green+Blue) = 170+5+97=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0561 is #55FA9E. Grayscale: #404040. Windows color (decimal): -5634719 or 6358442. OLE color: 6358442.
HSL color Cylindrical-coordinate representation of color #AA0561: hue angle of 326.55º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA0561 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 97 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.33 |
| HSL | 326.55º | 0.94% | 0.34% | - |
| HSV(B) | 326.55º | 0.97% | 0.67% | - |
| XYZ | 18.79 | 9.52 | 12.16 | - |
| YUV | 64.82 | 146.16 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 97 | 0 | 0.97 | 0.43 | 0.33 | 326.55 | 0.94 | 0.34 |
| Hex | AA | 5 | 61 | 0 | 61 | 2B | 21 | 147 | 5E | 22 |
| Octal | 252 | 5 | 141 | 0 | 141 | 53 | 41 | 507 | 136 | 42 |
| Binary | 10101010 | 101 | 1100001 | 0 | 1100001 | 101011 | 100001 | 101000111 | 1011110 | 100010 |
Color Harmonies of #AA0561
Complementary color
Monochromatic Colors of #AA0561
Black with #AA0561
Text Example
Text Example
White with #AA0561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0561; }
p { color: rgb(170,5,97); }
H1.HeaderClassName
{
color: #AA0561;
}
.AnyTagClassName
{
color: #AA0561;
}
</style>
background-color css
<style>
a { background-color: #AA0561; }
a { background-color: rgb(170,5,97); }
div.DivClassName
{
background-color: #AA0561;
}
.BgClassName
{
background-color: #AA0561;
}
</style>
border-color css
<style>
span { border-color: #AA0561; }
span { border-color: rgb(170,5,97); }
td.TdClassName
{
border-color: #AA0561;
}
.TagClassName
{
border-color: #AA0561;
}
</style>