Shades of Jazzberry Jam #AA1179
Tints of Jazzberry Jam #AA1179
RGB
CMYK
RGB Variations
Color information
#AA1179 (or 0xAA1179) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 79. RGB value is (170,17,121). Sum of RGB (Red+Green+Blue) = 170+17+121=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1179 is #55EE86. Grayscale: #4A4A4A. Windows color (decimal): -5631623 or 7934378. OLE color: 7934378.
HSL color Cylindrical-coordinate representation of color #AA1179: hue angle of 319.22º 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 #AA1179 is Cyan = 0, Magento = 0.9, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 121 | - |
| CMYK | 0 | 0.9 | 0.29 | 0.33 |
| HSL | 319.22º | 0.82% | 0.37% | - |
| HSV(B) | 319.22º | 0.9% | 0.67% | - |
| XYZ | 20.23 | 10.33 | 19.02 | - |
| YUV | 74.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 121 | 0 | 0.9 | 0.29 | 0.33 | 319.22 | 0.82 | 0.37 |
| Hex | AA | 11 | 79 | 0 | 5A | 1D | 21 | 13F | 52 | 25 |
| Octal | 252 | 21 | 171 | 0 | 132 | 35 | 41 | 477 | 122 | 45 |
| Binary | 10101010 | 10001 | 1111001 | 0 | 1011010 | 11101 | 100001 | 100111111 | 1010010 | 100101 |
Color Harmonies of #AA1179
Complementary color
Monochromatic Colors of #AA1179
Black with #AA1179
Text Example
Text Example
White with #AA1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1179; }
p { color: rgb(170,17,121); }
H1.HeaderClassName
{
color: #AA1179;
}
.AnyTagClassName
{
color: #AA1179;
}
</style>
background-color css
<style>
a { background-color: #AA1179; }
a { background-color: rgb(170,17,121); }
div.DivClassName
{
background-color: #AA1179;
}
.BgClassName
{
background-color: #AA1179;
}
</style>
border-color css
<style>
span { border-color: #AA1179; }
span { border-color: rgb(170,17,121); }
td.TdClassName
{
border-color: #AA1179;
}
.TagClassName
{
border-color: #AA1179;
}
</style>