Shades of Jazzberry Jam #AA1775
Tints of Jazzberry Jam #AA1775
RGB
CMYK
RGB Variations
Color information
#AA1775 (or 0xAA1775) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 75. RGB value is (170,23,117). Sum of RGB (Red+Green+Blue) = 170+23+117=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1775 is #55E88A. Grayscale: #4D4D4D. Windows color (decimal): -5630091 or 7673770. OLE color: 7673770.
HSL color Cylindrical-coordinate representation of color #AA1775: hue angle of 321.63º 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 #AA1775 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 117 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.33 |
| HSL | 321.63º | 0.76% | 0.38% | - |
| HSV(B) | 321.63º | 0.86% | 0.67% | - |
| XYZ | 20.09 | 10.44 | 17.79 | - |
| YUV | 77.67 | 150.2 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 117 | 0 | 0.86 | 0.31 | 0.33 | 321.63 | 0.76 | 0.38 |
| Hex | AA | 17 | 75 | 0 | 56 | 1F | 21 | 142 | 4C | 26 |
| Octal | 252 | 27 | 165 | 0 | 126 | 37 | 41 | 502 | 114 | 46 |
| Binary | 10101010 | 10111 | 1110101 | 0 | 1010110 | 11111 | 100001 | 101000010 | 1001100 | 100110 |
Color Harmonies of #AA1775
Complementary color
Monochromatic Colors of #AA1775
Black with #AA1775
Text Example
Text Example
White with #AA1775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1775; }
p { color: rgb(170,23,117); }
H1.HeaderClassName
{
color: #AA1775;
}
.AnyTagClassName
{
color: #AA1775;
}
</style>
background-color css
<style>
a { background-color: #AA1775; }
a { background-color: rgb(170,23,117); }
div.DivClassName
{
background-color: #AA1775;
}
.BgClassName
{
background-color: #AA1775;
}
</style>
border-color css
<style>
span { border-color: #AA1775; }
span { border-color: rgb(170,23,117); }
td.TdClassName
{
border-color: #AA1775;
}
.TagClassName
{
border-color: #AA1775;
}
</style>