Shades of Jazzberry Jam #AA0359
Tints of Jazzberry Jam #AA0359
RGB
CMYK
RGB Variations
Color information
#AA0359 (or 0xAA0359) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 59. RGB value is (170,3,89). Sum of RGB (Red+Green+Blue) = 170+3+89=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0359 is #55FCA6. Grayscale: #3E3E3E. Windows color (decimal): -5635239 or 5833642. OLE color: 5833642.
HSL color Cylindrical-coordinate representation of color #AA0359: hue angle of 329.1º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0359 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 89 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.33 |
| HSL | 329.1º | 0.97% | 0.34% | - |
| HSV(B) | 329.1º | 0.98% | 0.67% | - |
| XYZ | 18.41 | 9.33 | 10.28 | - |
| YUV | 62.74 | 142.83 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 89 | 0 | 0.98 | 0.48 | 0.33 | 329.1 | 0.97 | 0.34 |
| Hex | AA | 3 | 59 | 0 | 62 | 30 | 21 | 149 | 61 | 22 |
| Octal | 252 | 3 | 131 | 0 | 142 | 60 | 41 | 511 | 141 | 42 |
| Binary | 10101010 | 11 | 1011001 | 0 | 1100010 | 110000 | 100001 | 101001001 | 1100001 | 100010 |
Color Harmonies of #AA0359
Complementary color
Monochromatic Colors of #AA0359
Black with #AA0359
Text Example
Text Example
White with #AA0359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0359; }
p { color: rgb(170,3,89); }
H1.HeaderClassName
{
color: #AA0359;
}
.AnyTagClassName
{
color: #AA0359;
}
</style>
background-color css
<style>
a { background-color: #AA0359; }
a { background-color: rgb(170,3,89); }
div.DivClassName
{
background-color: #AA0359;
}
.BgClassName
{
background-color: #AA0359;
}
</style>
border-color css
<style>
span { border-color: #AA0359; }
span { border-color: rgb(170,3,89); }
td.TdClassName
{
border-color: #AA0359;
}
.TagClassName
{
border-color: #AA0359;
}
</style>