Shades of Jazzberry Jam #AA0558
Tints of Jazzberry Jam #AA0558
RGB
CMYK
RGB Variations
Color information
#AA0558 (or 0xAA0558) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 58. RGB value is (170,5,88). Sum of RGB (Red+Green+Blue) = 170+5+88=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0558 is #55FAA7. Grayscale: #3F3F3F. Windows color (decimal): -5634728 or 5768618. OLE color: 5768618.
HSL color Cylindrical-coordinate representation of color #AA0558: hue angle of 329.82º 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 #AA0558 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 88 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.33 |
| HSL | 329.82º | 0.94% | 0.34% | - |
| HSV(B) | 329.82º | 0.97% | 0.67% | - |
| XYZ | 18.39 | 9.36 | 10.07 | - |
| YUV | 63.8 | 141.66 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 88 | 0 | 0.97 | 0.48 | 0.33 | 329.82 | 0.94 | 0.34 |
| Hex | AA | 5 | 58 | 0 | 61 | 30 | 21 | 14A | 5E | 22 |
| Octal | 252 | 5 | 130 | 0 | 141 | 60 | 41 | 512 | 136 | 42 |
| Binary | 10101010 | 101 | 1011000 | 0 | 1100001 | 110000 | 100001 | 101001010 | 1011110 | 100010 |
Color Harmonies of #AA0558
Complementary color
Monochromatic Colors of #AA0558
Black with #AA0558
Text Example
Text Example
White with #AA0558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0558; }
p { color: rgb(170,5,88); }
H1.HeaderClassName
{
color: #AA0558;
}
.AnyTagClassName
{
color: #AA0558;
}
</style>
background-color css
<style>
a { background-color: #AA0558; }
a { background-color: rgb(170,5,88); }
div.DivClassName
{
background-color: #AA0558;
}
.BgClassName
{
background-color: #AA0558;
}
</style>
border-color css
<style>
span { border-color: #AA0558; }
span { border-color: rgb(170,5,88); }
td.TdClassName
{
border-color: #AA0558;
}
.TagClassName
{
border-color: #AA0558;
}
</style>