Shades of Jazzberry Jam #AA0555
Tints of Jazzberry Jam #AA0555
RGB
CMYK
RGB Variations
Color information
#AA0555 (or 0xAA0555) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 55. RGB value is (170,5,85). Sum of RGB (Red+Green+Blue) = 170+5+85=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0555 is #55FAAA. Grayscale: #3F3F3F. Windows color (decimal): -5634731 or 5572010. OLE color: 5572010.
HSL color Cylindrical-coordinate representation of color #AA0555: hue angle of 330.91º 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 #AA0555 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 85 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.33 |
| HSL | 330.91º | 0.94% | 0.34% | - |
| HSV(B) | 330.91º | 0.97% | 0.67% | - |
| XYZ | 18.27 | 9.31 | 9.43 | - |
| YUV | 63.46 | 140.16 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 85 | 0 | 0.97 | 0.50 | 0.33 | 330.91 | 0.94 | 0.34 |
| Hex | AA | 5 | 55 | 0 | 61 | 32 | 21 | 14B | 5E | 22 |
| Octal | 252 | 5 | 125 | 0 | 141 | 62 | 41 | 513 | 136 | 42 |
| Binary | 10101010 | 101 | 1010101 | 0 | 1100001 | 110010 | 100001 | 101001011 | 1011110 | 100010 |
Color Harmonies of #AA0555
Complementary color
Monochromatic Colors of #AA0555
Black with #AA0555
Text Example
Text Example
White with #AA0555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0555; }
p { color: rgb(170,5,85); }
H1.HeaderClassName
{
color: #AA0555;
}
.AnyTagClassName
{
color: #AA0555;
}
</style>
background-color css
<style>
a { background-color: #AA0555; }
a { background-color: rgb(170,5,85); }
div.DivClassName
{
background-color: #AA0555;
}
.BgClassName
{
background-color: #AA0555;
}
</style>
border-color css
<style>
span { border-color: #AA0555; }
span { border-color: rgb(170,5,85); }
td.TdClassName
{
border-color: #AA0555;
}
.TagClassName
{
border-color: #AA0555;
}
</style>