Shades of Jazzberry Jam #AA0550
Tints of Jazzberry Jam #AA0550
RGB
CMYK
RGB Variations
Color information
#AA0550 (or 0xAA0550) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 50. RGB value is (170,5,80). Sum of RGB (Red+Green+Blue) = 170+5+80=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0550 is #55FAAF. Grayscale: #3E3E3E. Windows color (decimal): -5634736 or 5244330. OLE color: 5244330.
HSL color Cylindrical-coordinate representation of color #AA0550: hue angle of 332.73º 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 #AA0550 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 80 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.33 |
| HSL | 332.73º | 0.94% | 0.34% | - |
| HSV(B) | 332.73º | 0.97% | 0.67% | - |
| XYZ | 18.08 | 9.23 | 8.42 | - |
| YUV | 62.89 | 137.66 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 80 | 0 | 0.97 | 0.53 | 0.33 | 332.73 | 0.94 | 0.34 |
| Hex | AA | 5 | 50 | 0 | 61 | 35 | 21 | 14D | 5E | 22 |
| Octal | 252 | 5 | 120 | 0 | 141 | 65 | 41 | 515 | 136 | 42 |
| Binary | 10101010 | 101 | 1010000 | 0 | 1100001 | 110101 | 100001 | 101001101 | 1011110 | 100010 |
Color Harmonies of #AA0550
Complementary color
Monochromatic Colors of #AA0550
Black with #AA0550
Text Example
Text Example
White with #AA0550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0550; }
p { color: rgb(170,5,80); }
H1.HeaderClassName
{
color: #AA0550;
}
.AnyTagClassName
{
color: #AA0550;
}
</style>
background-color css
<style>
a { background-color: #AA0550; }
a { background-color: rgb(170,5,80); }
div.DivClassName
{
background-color: #AA0550;
}
.BgClassName
{
background-color: #AA0550;
}
</style>
border-color css
<style>
span { border-color: #AA0550; }
span { border-color: rgb(170,5,80); }
td.TdClassName
{
border-color: #AA0550;
}
.TagClassName
{
border-color: #AA0550;
}
</style>