Shades of Jazzberry Jam #AA0B59
Tints of Jazzberry Jam #AA0B59
RGB
CMYK
RGB Variations
Color information
#AA0B59 (or 0xAA0B59) is known color: Jazzberry Jam. HEX triplet: AA, 0B and 59. RGB value is (170,11,89). Sum of RGB (Red+Green+Blue) = 170+11+89=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0B59 is #55F4A6. Grayscale: #434343. Windows color (decimal): -5633191 or 5835690. OLE color: 5835690.
HSL color Cylindrical-coordinate representation of color #AA0B59: hue angle of 330.57º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0B59 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 89 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.33 |
| HSL | 330.57º | 0.88% | 0.35% | - |
| HSV(B) | 330.57º | 0.94% | 0.67% | - |
| XYZ | 18.5 | 9.51 | 10.31 | - |
| YUV | 67.43 | 140.18 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 89 | 0 | 0.94 | 0.48 | 0.33 | 330.57 | 0.88 | 0.35 |
| Hex | AA | B | 59 | 0 | 5E | 30 | 21 | 14B | 58 | 23 |
| Octal | 252 | 13 | 131 | 0 | 136 | 60 | 41 | 513 | 130 | 43 |
| Binary | 10101010 | 1011 | 1011001 | 0 | 1011110 | 110000 | 100001 | 101001011 | 1011000 | 100011 |
Color Harmonies of #AA0B59
Complementary color
Monochromatic Colors of #AA0B59
Black with #AA0B59
Text Example
Text Example
White with #AA0B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B59; }
p { color: rgb(170,11,89); }
H1.HeaderClassName
{
color: #AA0B59;
}
.AnyTagClassName
{
color: #AA0B59;
}
</style>
background-color css
<style>
a { background-color: #AA0B59; }
a { background-color: rgb(170,11,89); }
div.DivClassName
{
background-color: #AA0B59;
}
.BgClassName
{
background-color: #AA0B59;
}
</style>
border-color css
<style>
span { border-color: #AA0B59; }
span { border-color: rgb(170,11,89); }
td.TdClassName
{
border-color: #AA0B59;
}
.TagClassName
{
border-color: #AA0B59;
}
</style>