Shades of Jazzberry Jam #AA0557
Tints of Jazzberry Jam #AA0557
RGB
CMYK
RGB Variations
Color information
#AA0557 (or 0xAA0557) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 57. RGB value is (170,5,87). Sum of RGB (Red+Green+Blue) = 170+5+87=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0557 is #55FAA8. Grayscale: #3F3F3F. Windows color (decimal): -5634729 or 5703082. OLE color: 5703082.
HSL color Cylindrical-coordinate representation of color #AA0557: hue angle of 330.18º 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 #AA0557 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 87 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.33 |
| HSL | 330.18º | 0.94% | 0.34% | - |
| HSV(B) | 330.18º | 0.97% | 0.67% | - |
| XYZ | 18.35 | 9.34 | 9.85 | - |
| YUV | 63.68 | 141.16 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 87 | 0 | 0.97 | 0.49 | 0.33 | 330.18 | 0.94 | 0.34 |
| Hex | AA | 5 | 57 | 0 | 61 | 31 | 21 | 14A | 5E | 22 |
| Octal | 252 | 5 | 127 | 0 | 141 | 61 | 41 | 512 | 136 | 42 |
| Binary | 10101010 | 101 | 1010111 | 0 | 1100001 | 110001 | 100001 | 101001010 | 1011110 | 100010 |
Color Harmonies of #AA0557
Complementary color
Monochromatic Colors of #AA0557
Black with #AA0557
Text Example
Text Example
White with #AA0557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0557; }
p { color: rgb(170,5,87); }
H1.HeaderClassName
{
color: #AA0557;
}
.AnyTagClassName
{
color: #AA0557;
}
</style>
background-color css
<style>
a { background-color: #AA0557; }
a { background-color: rgb(170,5,87); }
div.DivClassName
{
background-color: #AA0557;
}
.BgClassName
{
background-color: #AA0557;
}
</style>
border-color css
<style>
span { border-color: #AA0557; }
span { border-color: rgb(170,5,87); }
td.TdClassName
{
border-color: #AA0557;
}
.TagClassName
{
border-color: #AA0557;
}
</style>