Shades of Jazzberry Jam #AA1144
Tints of Jazzberry Jam #AA1144
RGB
CMYK
RGB Variations
Color information
#AA1144 (or 0xAA1144) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 44. RGB value is (170,17,68). Sum of RGB (Red+Green+Blue) = 170+17+68=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1144 is #55EEBB. Grayscale: #444444. Windows color (decimal): -5631676 or 4460970. OLE color: 4460970.
HSL color Cylindrical-coordinate representation of color #AA1144: hue angle of 340º 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 #AA1144 is Cyan = 0, Magento = 0.9, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 68 | - |
| CMYK | 0 | 0.9 | 0.6 | 0.33 |
| HSL | 340º | 0.82% | 0.37% | - |
| HSV(B) | 340º | 0.9% | 0.67% | - |
| XYZ | 17.82 | 9.36 | 6.34 | - |
| YUV | 68.56 | 127.69 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 68 | 0 | 0.9 | 0.6 | 0.33 | 340 | 0.82 | 0.37 |
| Hex | AA | 11 | 44 | 0 | 5A | 3C | 21 | 154 | 52 | 25 |
| Octal | 252 | 21 | 104 | 0 | 132 | 74 | 41 | 524 | 122 | 45 |
| Binary | 10101010 | 10001 | 1000100 | 0 | 1011010 | 111100 | 100001 | 101010100 | 1010010 | 100101 |
Color Harmonies of #AA1144
Complementary color
Monochromatic Colors of #AA1144
Black with #AA1144
Text Example
Text Example
White with #AA1144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1144; }
p { color: rgb(170,17,68); }
H1.HeaderClassName
{
color: #AA1144;
}
.AnyTagClassName
{
color: #AA1144;
}
</style>
background-color css
<style>
a { background-color: #AA1144; }
a { background-color: rgb(170,17,68); }
div.DivClassName
{
background-color: #AA1144;
}
.BgClassName
{
background-color: #AA1144;
}
</style>
border-color css
<style>
span { border-color: #AA1144; }
span { border-color: rgb(170,17,68); }
td.TdClassName
{
border-color: #AA1144;
}
.TagClassName
{
border-color: #AA1144;
}
</style>