Shades of Jazzberry Jam #AA0551
Tints of Jazzberry Jam #AA0551
RGB
CMYK
RGB Variations
Color information
#AA0551 (or 0xAA0551) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 51. RGB value is (170,5,81). Sum of RGB (Red+Green+Blue) = 170+5+81=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0551 is #55FAAE. Grayscale: #3E3E3E. Windows color (decimal): -5634735 or 5309866. OLE color: 5309866.
HSL color Cylindrical-coordinate representation of color #AA0551: hue angle of 332.36º 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 #AA0551 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 81 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.33 |
| HSL | 332.36º | 0.94% | 0.34% | - |
| HSV(B) | 332.36º | 0.97% | 0.67% | - |
| XYZ | 18.12 | 9.25 | 8.61 | - |
| YUV | 63 | 138.16 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 81 | 0 | 0.97 | 0.52 | 0.33 | 332.36 | 0.94 | 0.34 |
| Hex | AA | 5 | 51 | 0 | 61 | 34 | 21 | 14C | 5E | 22 |
| Octal | 252 | 5 | 121 | 0 | 141 | 64 | 41 | 514 | 136 | 42 |
| Binary | 10101010 | 101 | 1010001 | 0 | 1100001 | 110100 | 100001 | 101001100 | 1011110 | 100010 |
Color Harmonies of #AA0551
Complementary color
Monochromatic Colors of #AA0551
Black with #AA0551
Text Example
Text Example
White with #AA0551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0551; }
p { color: rgb(170,5,81); }
H1.HeaderClassName
{
color: #AA0551;
}
.AnyTagClassName
{
color: #AA0551;
}
</style>
background-color css
<style>
a { background-color: #AA0551; }
a { background-color: rgb(170,5,81); }
div.DivClassName
{
background-color: #AA0551;
}
.BgClassName
{
background-color: #AA0551;
}
</style>
border-color css
<style>
span { border-color: #AA0551; }
span { border-color: rgb(170,5,81); }
td.TdClassName
{
border-color: #AA0551;
}
.TagClassName
{
border-color: #AA0551;
}
</style>