Shades of Jazzberry Jam #AA165C
Tints of Jazzberry Jam #AA165C
RGB
CMYK
RGB Variations
Color information
#AA165C (or 0xAA165C) is known color: Jazzberry Jam. HEX triplet: AA, 16 and 5C. RGB value is (170,22,92). Sum of RGB (Red+Green+Blue) = 170+22+92=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA165C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA165C is #55E9A3. Grayscale: #4A4A4A. Windows color (decimal): -5630372 or 6035114. OLE color: 6035114.
HSL color Cylindrical-coordinate representation of color #AA165C: hue angle of 331.62º 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 #AA165C is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 92 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.33 |
| HSL | 331.62º | 0.77% | 0.38% | - |
| HSV(B) | 331.62º | 0.87% | 0.67% | - |
| XYZ | 18.8 | 9.89 | 11.04 | - |
| YUV | 74.23 | 138.03 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 92 | 0 | 0.87 | 0.46 | 0.33 | 331.62 | 0.77 | 0.38 |
| Hex | AA | 16 | 5C | 0 | 57 | 2E | 21 | 14C | 4D | 26 |
| Octal | 252 | 26 | 134 | 0 | 127 | 56 | 41 | 514 | 115 | 46 |
| Binary | 10101010 | 10110 | 1011100 | 0 | 1010111 | 101110 | 100001 | 101001100 | 1001101 | 100110 |
Color Harmonies of #AA165C
Complementary color
Monochromatic Colors of #AA165C
Black with #AA165C
Text Example
Text Example
White with #AA165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA165C; }
p { color: rgb(170,22,92); }
H1.HeaderClassName
{
color: #AA165C;
}
.AnyTagClassName
{
color: #AA165C;
}
</style>
background-color css
<style>
a { background-color: #AA165C; }
a { background-color: rgb(170,22,92); }
div.DivClassName
{
background-color: #AA165C;
}
.BgClassName
{
background-color: #AA165C;
}
</style>
border-color css
<style>
span { border-color: #AA165C; }
span { border-color: rgb(170,22,92); }
td.TdClassName
{
border-color: #AA165C;
}
.TagClassName
{
border-color: #AA165C;
}
</style>