Shades of Jazzberry Jam #AA0944
Tints of Jazzberry Jam #AA0944
RGB
CMYK
RGB Variations
Color information
#AA0944 (or 0xAA0944) is known color: Jazzberry Jam. HEX triplet: AA, 09 and 44. RGB value is (170,9,68). Sum of RGB (Red+Green+Blue) = 170+9+68=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0944 is #55F6BB. Grayscale: #3F3F3F. Windows color (decimal): -5633724 or 4458922. OLE color: 4458922.
HSL color Cylindrical-coordinate representation of color #AA0944: hue angle of 338.01º 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 #AA0944 is Cyan = 0, Magento = 0.95, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 68 | - |
| CMYK | 0 | 0.95 | 0.6 | 0.33 |
| HSL | 338.01º | 0.9% | 0.35% | - |
| HSV(B) | 338.01º | 0.95% | 0.67% | - |
| XYZ | 17.72 | 9.16 | 6.3 | - |
| YUV | 63.87 | 130.34 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 68 | 0 | 0.95 | 0.6 | 0.33 | 338.01 | 0.9 | 0.35 |
| Hex | AA | 9 | 44 | 0 | 5F | 3C | 21 | 152 | 5A | 23 |
| Octal | 252 | 11 | 104 | 0 | 137 | 74 | 41 | 522 | 132 | 43 |
| Binary | 10101010 | 1001 | 1000100 | 0 | 1011111 | 111100 | 100001 | 101010010 | 1011010 | 100011 |
Color Harmonies of #AA0944
Complementary color
Monochromatic Colors of #AA0944
Black with #AA0944
Text Example
Text Example
White with #AA0944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0944; }
p { color: rgb(170,9,68); }
H1.HeaderClassName
{
color: #AA0944;
}
.AnyTagClassName
{
color: #AA0944;
}
</style>
background-color css
<style>
a { background-color: #AA0944; }
a { background-color: rgb(170,9,68); }
div.DivClassName
{
background-color: #AA0944;
}
.BgClassName
{
background-color: #AA0944;
}
</style>
border-color css
<style>
span { border-color: #AA0944; }
span { border-color: rgb(170,9,68); }
td.TdClassName
{
border-color: #AA0944;
}
.TagClassName
{
border-color: #AA0944;
}
</style>