Shades of Jazzberry Jam #AA0548
Tints of Jazzberry Jam #AA0548
RGB
CMYK
RGB Variations
Color information
#AA0548 (or 0xAA0548) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 48. RGB value is (170,5,72). Sum of RGB (Red+Green+Blue) = 170+5+72=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0548 is #55FAB7. Grayscale: #3D3D3D. Windows color (decimal): -5634744 or 4720042. OLE color: 4720042.
HSL color Cylindrical-coordinate representation of color #AA0548: hue angle of 335.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 #AA0548 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 72 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.33 |
| HSL | 335.64º | 0.94% | 0.34% | - |
| HSV(B) | 335.64º | 0.97% | 0.67% | - |
| XYZ | 17.8 | 9.12 | 6.95 | - |
| YUV | 61.97 | 133.66 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 72 | 0 | 0.97 | 0.58 | 0.33 | 335.64 | 0.94 | 0.34 |
| Hex | AA | 5 | 48 | 0 | 61 | 3A | 21 | 150 | 5E | 22 |
| Octal | 252 | 5 | 110 | 0 | 141 | 72 | 41 | 520 | 136 | 42 |
| Binary | 10101010 | 101 | 1001000 | 0 | 1100001 | 111010 | 100001 | 101010000 | 1011110 | 100010 |
Color Harmonies of #AA0548
Complementary color
Monochromatic Colors of #AA0548
Black with #AA0548
Text Example
Text Example
White with #AA0548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0548; }
p { color: rgb(170,5,72); }
H1.HeaderClassName
{
color: #AA0548;
}
.AnyTagClassName
{
color: #AA0548;
}
</style>
background-color css
<style>
a { background-color: #AA0548; }
a { background-color: rgb(170,5,72); }
div.DivClassName
{
background-color: #AA0548;
}
.BgClassName
{
background-color: #AA0548;
}
</style>
border-color css
<style>
span { border-color: #AA0548; }
span { border-color: rgb(170,5,72); }
td.TdClassName
{
border-color: #AA0548;
}
.TagClassName
{
border-color: #AA0548;
}
</style>