Shades of Jazzberry Jam #AA1777
Tints of Jazzberry Jam #AA1777
RGB
CMYK
RGB Variations
Color information
#AA1777 (or 0xAA1777) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 77. RGB value is (170,23,119). Sum of RGB (Red+Green+Blue) = 170+23+119=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1777 is #55E888. Grayscale: #4D4D4D. Windows color (decimal): -5630089 or 7804842. OLE color: 7804842.
HSL color Cylindrical-coordinate representation of color #AA1777: hue angle of 320.82º 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 #AA1777 is Cyan = 0, Magento = 0.86, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 119 | - |
| CMYK | 0 | 0.86 | 0.3 | 0.33 |
| HSL | 320.82º | 0.76% | 0.38% | - |
| HSV(B) | 320.82º | 0.86% | 0.67% | - |
| XYZ | 20.21 | 10.49 | 18.41 | - |
| YUV | 77.9 | 151.2 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 119 | 0 | 0.86 | 0.3 | 0.33 | 320.82 | 0.76 | 0.38 |
| Hex | AA | 17 | 77 | 0 | 56 | 1E | 21 | 141 | 4C | 26 |
| Octal | 252 | 27 | 167 | 0 | 126 | 36 | 41 | 501 | 114 | 46 |
| Binary | 10101010 | 10111 | 1110111 | 0 | 1010110 | 11110 | 100001 | 101000001 | 1001100 | 100110 |
Color Harmonies of #AA1777
Complementary color
Monochromatic Colors of #AA1777
Black with #AA1777
Text Example
Text Example
White with #AA1777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1777; }
p { color: rgb(170,23,119); }
H1.HeaderClassName
{
color: #AA1777;
}
.AnyTagClassName
{
color: #AA1777;
}
</style>
background-color css
<style>
a { background-color: #AA1777; }
a { background-color: rgb(170,23,119); }
div.DivClassName
{
background-color: #AA1777;
}
.BgClassName
{
background-color: #AA1777;
}
</style>
border-color css
<style>
span { border-color: #AA1777; }
span { border-color: rgb(170,23,119); }
td.TdClassName
{
border-color: #AA1777;
}
.TagClassName
{
border-color: #AA1777;
}
</style>