Shades of Jazzberry Jam #AA1165
Tints of Jazzberry Jam #AA1165
RGB
CMYK
RGB Variations
Color information
#AA1165 (or 0xAA1165) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 65. RGB value is (170,17,101). Sum of RGB (Red+Green+Blue) = 170+17+101=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1165 is #55EE9A. Grayscale: #484848. Windows color (decimal): -5631643 or 6623658. OLE color: 6623658.
HSL color Cylindrical-coordinate representation of color #AA1165: hue angle of 327.06º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA1165 is Cyan = 0, Magento = 0.9, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 101 | - |
| CMYK | 0 | 0.9 | 0.41 | 0.33 |
| HSL | 327.06º | 0.82% | 0.37% | - |
| HSV(B) | 327.06º | 0.9% | 0.67% | - |
| XYZ | 19.13 | 9.89 | 13.21 | - |
| YUV | 72.32 | 144.19 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 101 | 0 | 0.9 | 0.41 | 0.33 | 327.06 | 0.82 | 0.37 |
| Hex | AA | 11 | 65 | 0 | 5A | 29 | 21 | 147 | 52 | 25 |
| Octal | 252 | 21 | 145 | 0 | 132 | 51 | 41 | 507 | 122 | 45 |
| Binary | 10101010 | 10001 | 1100101 | 0 | 1011010 | 101001 | 100001 | 101000111 | 1010010 | 100101 |
Color Harmonies of #AA1165
Complementary color
Monochromatic Colors of #AA1165
Black with #AA1165
Text Example
Text Example
White with #AA1165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1165; }
p { color: rgb(170,17,101); }
H1.HeaderClassName
{
color: #AA1165;
}
.AnyTagClassName
{
color: #AA1165;
}
</style>
background-color css
<style>
a { background-color: #AA1165; }
a { background-color: rgb(170,17,101); }
div.DivClassName
{
background-color: #AA1165;
}
.BgClassName
{
background-color: #AA1165;
}
</style>
border-color css
<style>
span { border-color: #AA1165; }
span { border-color: rgb(170,17,101); }
td.TdClassName
{
border-color: #AA1165;
}
.TagClassName
{
border-color: #AA1165;
}
</style>