Shades of Jazzberry Jam #AA2564
Tints of Jazzberry Jam #AA2564
RGB
CMYK
RGB Variations
Color information
#AA2564 (or 0xAA2564) is known color: Jazzberry Jam. HEX triplet: AA, 25 and 64. RGB value is (170,37,100). Sum of RGB (Red+Green+Blue) = 170+37+100=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2564 is #55DA9B. Grayscale: #535353. Windows color (decimal): -5626524 or 6563242. OLE color: 6563242.
HSL color Cylindrical-coordinate representation of color #AA2564: hue angle of 331.58º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2564 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 100 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.33 |
| HSL | 331.58º | 0.64% | 0.41% | - |
| HSV(B) | 331.58º | 0.78% | 0.67% | - |
| XYZ | 19.54 | 10.79 | 13.11 | - |
| YUV | 83.95 | 137.06 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 100 | 0 | 0.78 | 0.41 | 0.33 | 331.58 | 0.64 | 0.41 |
| Hex | AA | 25 | 64 | 0 | 4E | 29 | 21 | 14C | 40 | 29 |
| Octal | 252 | 45 | 144 | 0 | 116 | 51 | 41 | 514 | 100 | 51 |
| Binary | 10101010 | 100101 | 1100100 | 0 | 1001110 | 101001 | 100001 | 101001100 | 1000000 | 101001 |
Color Harmonies of #AA2564
Complementary color
Monochromatic Colors of #AA2564
Black with #AA2564
Text Example
Text Example
White with #AA2564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2564; }
p { color: rgb(170,37,100); }
H1.HeaderClassName
{
color: #AA2564;
}
.AnyTagClassName
{
color: #AA2564;
}
</style>
background-color css
<style>
a { background-color: #AA2564; }
a { background-color: rgb(170,37,100); }
div.DivClassName
{
background-color: #AA2564;
}
.BgClassName
{
background-color: #AA2564;
}
</style>
border-color css
<style>
span { border-color: #AA2564; }
span { border-color: rgb(170,37,100); }
td.TdClassName
{
border-color: #AA2564;
}
.TagClassName
{
border-color: #AA2564;
}
</style>