Shades of Jazzberry Jam #AA0540
Tints of Jazzberry Jam #AA0540
RGB
CMYK
RGB Variations
Color information
#AA0540 (or 0xAA0540) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 40. RGB value is (170,5,64). Sum of RGB (Red+Green+Blue) = 170+5+64=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0540 is #55FABF. Grayscale: #3C3C3C. Windows color (decimal): -5634752 or 4195754. OLE color: 4195754.
HSL color Cylindrical-coordinate representation of color #AA0540: hue angle of 338.55º 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 #AA0540 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 64 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.33 |
| HSL | 338.55º | 0.94% | 0.34% | - |
| HSV(B) | 338.55º | 0.97% | 0.67% | - |
| XYZ | 17.56 | 9.02 | 5.67 | - |
| YUV | 61.06 | 129.66 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 64 | 0 | 0.97 | 0.62 | 0.33 | 338.55 | 0.94 | 0.34 |
| Hex | AA | 5 | 40 | 0 | 61 | 3E | 21 | 153 | 5E | 22 |
| Octal | 252 | 5 | 100 | 0 | 141 | 76 | 41 | 523 | 136 | 42 |
| Binary | 10101010 | 101 | 1000000 | 0 | 1100001 | 111110 | 100001 | 101010011 | 1011110 | 100010 |
Color Harmonies of #AA0540
Complementary color
Monochromatic Colors of #AA0540
Black with #AA0540
Text Example
Text Example
White with #AA0540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0540; }
p { color: rgb(170,5,64); }
H1.HeaderClassName
{
color: #AA0540;
}
.AnyTagClassName
{
color: #AA0540;
}
</style>
background-color css
<style>
a { background-color: #AA0540; }
a { background-color: rgb(170,5,64); }
div.DivClassName
{
background-color: #AA0540;
}
.BgClassName
{
background-color: #AA0540;
}
</style>
border-color css
<style>
span { border-color: #AA0540; }
span { border-color: rgb(170,5,64); }
td.TdClassName
{
border-color: #AA0540;
}
.TagClassName
{
border-color: #AA0540;
}
</style>