Shades of Jazzberry Jam #AA1673
Tints of Jazzberry Jam #AA1673
RGB
CMYK
RGB Variations
Color information
#AA1673 (or 0xAA1673) is known color: Jazzberry Jam. HEX triplet: AA, 16 and 73. RGB value is (170,22,115). Sum of RGB (Red+Green+Blue) = 170+22+115=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1673 is #55E98C. Grayscale: #4C4C4C. Windows color (decimal): -5630349 or 7542442. OLE color: 7542442.
HSL color Cylindrical-coordinate representation of color #AA1673: hue angle of 322.3º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1673 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 115 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.33 |
| HSL | 322.3º | 0.77% | 0.38% | - |
| HSV(B) | 322.3º | 0.87% | 0.67% | - |
| XYZ | 19.96 | 10.36 | 17.17 | - |
| YUV | 76.85 | 149.53 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 115 | 0 | 0.87 | 0.32 | 0.33 | 322.3 | 0.77 | 0.38 |
| Hex | AA | 16 | 73 | 0 | 57 | 20 | 21 | 142 | 4D | 26 |
| Octal | 252 | 26 | 163 | 0 | 127 | 40 | 41 | 502 | 115 | 46 |
| Binary | 10101010 | 10110 | 1110011 | 0 | 1010111 | 100000 | 100001 | 101000010 | 1001101 | 100110 |
Color Harmonies of #AA1673
Complementary color
Monochromatic Colors of #AA1673
Black with #AA1673
Text Example
Text Example
White with #AA1673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1673; }
p { color: rgb(170,22,115); }
H1.HeaderClassName
{
color: #AA1673;
}
.AnyTagClassName
{
color: #AA1673;
}
</style>
background-color css
<style>
a { background-color: #AA1673; }
a { background-color: rgb(170,22,115); }
div.DivClassName
{
background-color: #AA1673;
}
.BgClassName
{
background-color: #AA1673;
}
</style>
border-color css
<style>
span { border-color: #AA1673; }
span { border-color: rgb(170,22,115); }
td.TdClassName
{
border-color: #AA1673;
}
.TagClassName
{
border-color: #AA1673;
}
</style>