Shades of Jazzberry Jam #AA0959
Tints of Jazzberry Jam #AA0959
RGB
CMYK
RGB Variations
Color information
#AA0959 (or 0xAA0959) is known color: Jazzberry Jam. HEX triplet: AA, 09 and 59. RGB value is (170,9,89). Sum of RGB (Red+Green+Blue) = 170+9+89=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0959 is #55F6A6. Grayscale: #424242. Windows color (decimal): -5633703 or 5835178. OLE color: 5835178.
HSL color Cylindrical-coordinate representation of color #AA0959: hue angle of 330.19º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0959 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 89 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.33 |
| HSL | 330.19º | 0.9% | 0.35% | - |
| HSV(B) | 330.19º | 0.95% | 0.67% | - |
| XYZ | 18.48 | 9.46 | 10.3 | - |
| YUV | 66.26 | 140.84 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 89 | 0 | 0.95 | 0.48 | 0.33 | 330.19 | 0.9 | 0.35 |
| Hex | AA | 9 | 59 | 0 | 5F | 30 | 21 | 14A | 5A | 23 |
| Octal | 252 | 11 | 131 | 0 | 137 | 60 | 41 | 512 | 132 | 43 |
| Binary | 10101010 | 1001 | 1011001 | 0 | 1011111 | 110000 | 100001 | 101001010 | 1011010 | 100011 |
Color Harmonies of #AA0959
Complementary color
Monochromatic Colors of #AA0959
Black with #AA0959
Text Example
Text Example
White with #AA0959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0959; }
p { color: rgb(170,9,89); }
H1.HeaderClassName
{
color: #AA0959;
}
.AnyTagClassName
{
color: #AA0959;
}
</style>
background-color css
<style>
a { background-color: #AA0959; }
a { background-color: rgb(170,9,89); }
div.DivClassName
{
background-color: #AA0959;
}
.BgClassName
{
background-color: #AA0959;
}
</style>
border-color css
<style>
span { border-color: #AA0959; }
span { border-color: rgb(170,9,89); }
td.TdClassName
{
border-color: #AA0959;
}
.TagClassName
{
border-color: #AA0959;
}
</style>