Shades of Jazzberry Jam #AA0849
Tints of Jazzberry Jam #AA0849
RGB
CMYK
RGB Variations
Color information
#AA0849 (or 0xAA0849) is known color: Jazzberry Jam. HEX triplet: AA, 08 and 49. RGB value is (170,8,73). Sum of RGB (Red+Green+Blue) = 170+8+73=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0849 is #55F7B6. Grayscale: #3F3F3F. Windows color (decimal): -5633975 or 4786346. OLE color: 4786346.
HSL color Cylindrical-coordinate representation of color #AA0849: hue angle of 335.93º degrees, saturation: 0.91, 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 #AA0849 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 73 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.33 |
| HSL | 335.93º | 0.91% | 0.35% | - |
| HSV(B) | 335.93º | 0.95% | 0.67% | - |
| XYZ | 17.87 | 9.2 | 7.14 | - |
| YUV | 63.85 | 133.17 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 73 | 0 | 0.95 | 0.57 | 0.33 | 335.93 | 0.91 | 0.35 |
| Hex | AA | 8 | 49 | 0 | 5F | 39 | 21 | 150 | 5B | 23 |
| Octal | 252 | 10 | 111 | 0 | 137 | 71 | 41 | 520 | 133 | 43 |
| Binary | 10101010 | 1000 | 1001001 | 0 | 1011111 | 111001 | 100001 | 101010000 | 1011011 | 100011 |
Color Harmonies of #AA0849
Complementary color
Monochromatic Colors of #AA0849
Black with #AA0849
Text Example
Text Example
White with #AA0849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0849; }
p { color: rgb(170,8,73); }
H1.HeaderClassName
{
color: #AA0849;
}
.AnyTagClassName
{
color: #AA0849;
}
</style>
background-color css
<style>
a { background-color: #AA0849; }
a { background-color: rgb(170,8,73); }
div.DivClassName
{
background-color: #AA0849;
}
.BgClassName
{
background-color: #AA0849;
}
</style>
border-color css
<style>
span { border-color: #AA0849; }
span { border-color: rgb(170,8,73); }
td.TdClassName
{
border-color: #AA0849;
}
.TagClassName
{
border-color: #AA0849;
}
</style>