Shades of Jazzberry Jam #AA0559
Tints of Jazzberry Jam #AA0559
RGB
CMYK
RGB Variations
Color information
#AA0559 (or 0xAA0559) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 59. RGB value is (170,5,89). Sum of RGB (Red+Green+Blue) = 170+5+89=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0559 is #55FAA6. Grayscale: #3F3F3F. Windows color (decimal): -5634727 or 5834154. OLE color: 5834154.
HSL color Cylindrical-coordinate representation of color #AA0559: hue angle of 329.45º 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 #AA0559 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 89 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.33 |
| HSL | 329.45º | 0.94% | 0.34% | - |
| HSV(B) | 329.45º | 0.97% | 0.67% | - |
| XYZ | 18.44 | 9.38 | 10.29 | - |
| YUV | 63.91 | 142.16 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 89 | 0 | 0.97 | 0.48 | 0.33 | 329.45 | 0.94 | 0.34 |
| Hex | AA | 5 | 59 | 0 | 61 | 30 | 21 | 149 | 5E | 22 |
| Octal | 252 | 5 | 131 | 0 | 141 | 60 | 41 | 511 | 136 | 42 |
| Binary | 10101010 | 101 | 1011001 | 0 | 1100001 | 110000 | 100001 | 101001001 | 1011110 | 100010 |
Color Harmonies of #AA0559
Complementary color
Monochromatic Colors of #AA0559
Black with #AA0559
Text Example
Text Example
White with #AA0559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0559; }
p { color: rgb(170,5,89); }
H1.HeaderClassName
{
color: #AA0559;
}
.AnyTagClassName
{
color: #AA0559;
}
</style>
background-color css
<style>
a { background-color: #AA0559; }
a { background-color: rgb(170,5,89); }
div.DivClassName
{
background-color: #AA0559;
}
.BgClassName
{
background-color: #AA0559;
}
</style>
border-color css
<style>
span { border-color: #AA0559; }
span { border-color: rgb(170,5,89); }
td.TdClassName
{
border-color: #AA0559;
}
.TagClassName
{
border-color: #AA0559;
}
</style>