Shades of Jazzberry Jam #AA0449
Tints of Jazzberry Jam #AA0449
RGB
CMYK
RGB Variations
Color information
#AA0449 (or 0xAA0449) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 49. RGB value is (170,4,73). Sum of RGB (Red+Green+Blue) = 170+4+73=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0449 is #55FBB6. Grayscale: #3D3D3D. Windows color (decimal): -5634999 or 4785322. OLE color: 4785322.
HSL color Cylindrical-coordinate representation of color #AA0449: hue angle of 335.06º degrees, saturation: 0.95, 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 #AA0449 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 73 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.33 |
| HSL | 335.06º | 0.95% | 0.34% | - |
| HSV(B) | 335.06º | 0.98% | 0.67% | - |
| XYZ | 17.82 | 9.11 | 7.12 | - |
| YUV | 61.5 | 134.5 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 73 | 0 | 0.98 | 0.57 | 0.33 | 335.06 | 0.95 | 0.34 |
| Hex | AA | 4 | 49 | 0 | 62 | 39 | 21 | 14F | 5F | 22 |
| Octal | 252 | 4 | 111 | 0 | 142 | 71 | 41 | 517 | 137 | 42 |
| Binary | 10101010 | 100 | 1001001 | 0 | 1100010 | 111001 | 100001 | 101001111 | 1011111 | 100010 |
Color Harmonies of #AA0449
Complementary color
Monochromatic Colors of #AA0449
Black with #AA0449
Text Example
Text Example
White with #AA0449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0449; }
p { color: rgb(170,4,73); }
H1.HeaderClassName
{
color: #AA0449;
}
.AnyTagClassName
{
color: #AA0449;
}
</style>
background-color css
<style>
a { background-color: #AA0449; }
a { background-color: rgb(170,4,73); }
div.DivClassName
{
background-color: #AA0449;
}
.BgClassName
{
background-color: #AA0449;
}
</style>
border-color css
<style>
span { border-color: #AA0449; }
span { border-color: rgb(170,4,73); }
td.TdClassName
{
border-color: #AA0449;
}
.TagClassName
{
border-color: #AA0449;
}
</style>