Shades of Jazzberry Jam #AA0544
Tints of Jazzberry Jam #AA0544
RGB
CMYK
RGB Variations
Color information
#AA0544 (or 0xAA0544) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 44. RGB value is (170,5,68). Sum of RGB (Red+Green+Blue) = 170+5+68=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0544 is #55FABB. Grayscale: #3D3D3D. Windows color (decimal): -5634748 or 4457898. OLE color: 4457898.
HSL color Cylindrical-coordinate representation of color #AA0544: hue angle of 337.09º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA0544 is Cyan = 0, Magento = 0.97, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 68 | - |
| CMYK | 0 | 0.97 | 0.6 | 0.33 |
| HSL | 337.09º | 0.94% | 0.34% | - |
| HSV(B) | 337.09º | 0.97% | 0.67% | - |
| XYZ | 17.68 | 9.07 | 6.29 | - |
| YUV | 61.52 | 131.66 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 68 | 0 | 0.97 | 0.6 | 0.33 | 337.09 | 0.94 | 0.34 |
| Hex | AA | 5 | 44 | 0 | 61 | 3C | 21 | 151 | 5E | 22 |
| Octal | 252 | 5 | 104 | 0 | 141 | 74 | 41 | 521 | 136 | 42 |
| Binary | 10101010 | 101 | 1000100 | 0 | 1100001 | 111100 | 100001 | 101010001 | 1011110 | 100010 |
Color Harmonies of #AA0544
Complementary color
Monochromatic Colors of #AA0544
Black with #AA0544
Text Example
Text Example
White with #AA0544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0544; }
p { color: rgb(170,5,68); }
H1.HeaderClassName
{
color: #AA0544;
}
.AnyTagClassName
{
color: #AA0544;
}
</style>
background-color css
<style>
a { background-color: #AA0544; }
a { background-color: rgb(170,5,68); }
div.DivClassName
{
background-color: #AA0544;
}
.BgClassName
{
background-color: #AA0544;
}
</style>
border-color css
<style>
span { border-color: #AA0544; }
span { border-color: rgb(170,5,68); }
td.TdClassName
{
border-color: #AA0544;
}
.TagClassName
{
border-color: #AA0544;
}
</style>