Shades of Jazzberry Jam #AA1163
Tints of Jazzberry Jam #AA1163
RGB
CMYK
RGB Variations
Color information
#AA1163 (or 0xAA1163) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 63. RGB value is (170,17,99). Sum of RGB (Red+Green+Blue) = 170+17+99=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1163 is #55EE9C. Grayscale: #474747. Windows color (decimal): -5631645 or 6492586. OLE color: 6492586.
HSL color Cylindrical-coordinate representation of color #AA1163: hue angle of 327.84º 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 #AA1163 is Cyan = 0, Magento = 0.9, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 99 | - |
| CMYK | 0 | 0.9 | 0.42 | 0.33 |
| HSL | 327.84º | 0.82% | 0.37% | - |
| HSV(B) | 327.84º | 0.9% | 0.67% | - |
| XYZ | 19.03 | 9.85 | 12.7 | - |
| YUV | 72.1 | 143.19 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 99 | 0 | 0.9 | 0.42 | 0.33 | 327.84 | 0.82 | 0.37 |
| Hex | AA | 11 | 63 | 0 | 5A | 2A | 21 | 148 | 52 | 25 |
| Octal | 252 | 21 | 143 | 0 | 132 | 52 | 41 | 510 | 122 | 45 |
| Binary | 10101010 | 10001 | 1100011 | 0 | 1011010 | 101010 | 100001 | 101001000 | 1010010 | 100101 |
Color Harmonies of #AA1163
Complementary color
Monochromatic Colors of #AA1163
Black with #AA1163
Text Example
Text Example
White with #AA1163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1163; }
p { color: rgb(170,17,99); }
H1.HeaderClassName
{
color: #AA1163;
}
.AnyTagClassName
{
color: #AA1163;
}
</style>
background-color css
<style>
a { background-color: #AA1163; }
a { background-color: rgb(170,17,99); }
div.DivClassName
{
background-color: #AA1163;
}
.BgClassName
{
background-color: #AA1163;
}
</style>
border-color css
<style>
span { border-color: #AA1163; }
span { border-color: rgb(170,17,99); }
td.TdClassName
{
border-color: #AA1163;
}
.TagClassName
{
border-color: #AA1163;
}
</style>