Shades of Jazzberry Jam #AA0553
Tints of Jazzberry Jam #AA0553
RGB
CMYK
RGB Variations
Color information
#AA0553 (or 0xAA0553) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 53. RGB value is (170,5,83). Sum of RGB (Red+Green+Blue) = 170+5+83=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0553 is #55FAAC. Grayscale: #3F3F3F. Windows color (decimal): -5634733 or 5440938. OLE color: 5440938.
HSL color Cylindrical-coordinate representation of color #AA0553: hue angle of 331.64º 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 #AA0553 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 83 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.33 |
| HSL | 331.64º | 0.94% | 0.34% | - |
| HSV(B) | 331.64º | 0.97% | 0.67% | - |
| XYZ | 18.19 | 9.28 | 9.02 | - |
| YUV | 63.23 | 139.16 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 83 | 0 | 0.97 | 0.51 | 0.33 | 331.64 | 0.94 | 0.34 |
| Hex | AA | 5 | 53 | 0 | 61 | 33 | 21 | 14C | 5E | 22 |
| Octal | 252 | 5 | 123 | 0 | 141 | 63 | 41 | 514 | 136 | 42 |
| Binary | 10101010 | 101 | 1010011 | 0 | 1100001 | 110011 | 100001 | 101001100 | 1011110 | 100010 |
Color Harmonies of #AA0553
Complementary color
Monochromatic Colors of #AA0553
Black with #AA0553
Text Example
Text Example
White with #AA0553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0553; }
p { color: rgb(170,5,83); }
H1.HeaderClassName
{
color: #AA0553;
}
.AnyTagClassName
{
color: #AA0553;
}
</style>
background-color css
<style>
a { background-color: #AA0553; }
a { background-color: rgb(170,5,83); }
div.DivClassName
{
background-color: #AA0553;
}
.BgClassName
{
background-color: #AA0553;
}
</style>
border-color css
<style>
span { border-color: #AA0553; }
span { border-color: rgb(170,5,83); }
td.TdClassName
{
border-color: #AA0553;
}
.TagClassName
{
border-color: #AA0553;
}
</style>