Shades of Jazzberry Jam #AA1167
Tints of Jazzberry Jam #AA1167
RGB
CMYK
RGB Variations
Color information
#AA1167 (or 0xAA1167) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 67. RGB value is (170,17,103). Sum of RGB (Red+Green+Blue) = 170+17+103=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1167 is #55EE98. Grayscale: #484848. Windows color (decimal): -5631641 or 6754730. OLE color: 6754730.
HSL color Cylindrical-coordinate representation of color #AA1167: hue angle of 326.27º 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 #AA1167 is Cyan = 0, Magento = 0.9, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 103 | - |
| CMYK | 0 | 0.9 | 0.39 | 0.33 |
| HSL | 326.27º | 0.82% | 0.37% | - |
| HSV(B) | 326.27º | 0.9% | 0.67% | - |
| XYZ | 19.23 | 9.93 | 13.73 | - |
| YUV | 72.55 | 145.19 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 103 | 0 | 0.9 | 0.39 | 0.33 | 326.27 | 0.82 | 0.37 |
| Hex | AA | 11 | 67 | 0 | 5A | 27 | 21 | 146 | 52 | 25 |
| Octal | 252 | 21 | 147 | 0 | 132 | 47 | 41 | 506 | 122 | 45 |
| Binary | 10101010 | 10001 | 1100111 | 0 | 1011010 | 100111 | 100001 | 101000110 | 1010010 | 100101 |
Color Harmonies of #AA1167
Complementary color
Monochromatic Colors of #AA1167
Black with #AA1167
Text Example
Text Example
White with #AA1167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1167; }
p { color: rgb(170,17,103); }
H1.HeaderClassName
{
color: #AA1167;
}
.AnyTagClassName
{
color: #AA1167;
}
</style>
background-color css
<style>
a { background-color: #AA1167; }
a { background-color: rgb(170,17,103); }
div.DivClassName
{
background-color: #AA1167;
}
.BgClassName
{
background-color: #AA1167;
}
</style>
border-color css
<style>
span { border-color: #AA1167; }
span { border-color: rgb(170,17,103); }
td.TdClassName
{
border-color: #AA1167;
}
.TagClassName
{
border-color: #AA1167;
}
</style>