Shades of Jazzberry Jam #AA1764
Tints of Jazzberry Jam #AA1764
RGB
CMYK
RGB Variations
Color information
#AA1764 (or 0xAA1764) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 64. RGB value is (170,23,100). Sum of RGB (Red+Green+Blue) = 170+23+100=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1764 is #55E89B. Grayscale: #4B4B4B. Windows color (decimal): -5630108 or 6559658. OLE color: 6559658.
HSL color Cylindrical-coordinate representation of color #AA1764: hue angle of 328.57º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1764 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 100 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.33 |
| HSL | 328.57º | 0.76% | 0.38% | - |
| HSV(B) | 328.57º | 0.86% | 0.67% | - |
| XYZ | 19.18 | 10.08 | 12.99 | - |
| YUV | 75.73 | 141.7 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 100 | 0 | 0.86 | 0.41 | 0.33 | 328.57 | 0.76 | 0.38 |
| Hex | AA | 17 | 64 | 0 | 56 | 29 | 21 | 149 | 4C | 26 |
| Octal | 252 | 27 | 144 | 0 | 126 | 51 | 41 | 511 | 114 | 46 |
| Binary | 10101010 | 10111 | 1100100 | 0 | 1010110 | 101001 | 100001 | 101001001 | 1001100 | 100110 |
Color Harmonies of #AA1764
Complementary color
Monochromatic Colors of #AA1764
Black with #AA1764
Text Example
Text Example
White with #AA1764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1764; }
p { color: rgb(170,23,100); }
H1.HeaderClassName
{
color: #AA1764;
}
.AnyTagClassName
{
color: #AA1764;
}
</style>
background-color css
<style>
a { background-color: #AA1764; }
a { background-color: rgb(170,23,100); }
div.DivClassName
{
background-color: #AA1764;
}
.BgClassName
{
background-color: #AA1764;
}
</style>
border-color css
<style>
span { border-color: #AA1764; }
span { border-color: rgb(170,23,100); }
td.TdClassName
{
border-color: #AA1764;
}
.TagClassName
{
border-color: #AA1764;
}
</style>